[release/8.0] Re-enable Nuget Audit#65328
Merged
wtgodbe merged 1 commit intorelease/8.0from Feb 4, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR re-enables NuGet Audit for the ASP.NET Core repository on the release/8.0 branch by removing the property that was explicitly disabling it. NuGet Audit is a security feature that checks for known vulnerabilities in package dependencies.
Changes:
- Removed the property group that disabled NuGet Audit (
<NuGetAudit>false</NuGetAudit>) - Removed the associated TODO comment referencing issue #64177
This was referenced Mar 10, 2026
Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.24 to 8.0.25
TechnologyEnhancedLearning/TELBlazor#396
Closed
Open
Closed
This was referenced Mar 11, 2026
Open
Bump the nuget-production-dependencies group with 22 updates
laurentpf5/opentelemetry-nginx-demo#228
Open
Bump the nuget-production-dependencies group with 22 updates
Mide69/Open-Telementry-project-demo#158
Open
Open
Open
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #64177