Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created December 1, 2025 17:48
Show Gist options
  • Select an option

  • Save wullemsb/4f91878037a7c7391a756332605d3725 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/4f91878037a7c7391a756332605d3725 to your computer and use it in GitHub Desktop.
<!-- Only audit direct dependencies -->
<PropertyGroup>
<NuGetAuditMode>direct</NuGetAuditMode>
</PropertyGroup>
<!-- Disable auditing entirely (not recommended) -->
<PropertyGroup>
<NuGetAudit>false</NuGetAudit>
</PropertyGroup>
<!-- Suppress specific advisories after security review -->
<ItemGroup>
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-xxxx-xxxx-xxxx" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment