NuGet 6.11+, Visual Studio 17.11+, or .NET 8.0.400 SDK.
NuGetAuditSuppress is an MSBuild item used to exclude specific security advisories from the report. While global settings like false can disable auditing entirely, NuGetAuditSuppress is designed for "surgical" exclusion. It ensures you are only notified of new or unvetted vulnerabilities while silencing known ones that you have already analyzed. nugetauditsuppress
: For large solutions, define suppressions in a central Directory.Build.props file to maintain organization-wide control. NuGet 6