Created
December 1, 2025 17:48
-
-
Save wullemsb/4f91878037a7c7391a756332605d3725 to your computer and use it in GitHub Desktop.
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
| <!-- 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