Skip to content

Commit

Permalink
Cleanup: FunFair.CodeAnalysis.Tests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 17, 2024
1 parent 01f8429 commit 2aa1d78
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
<Import Project="$(SolutionDir)\FunFair.props" />
<ItemGroup>
<!-- error NU1903: Warning As Error: Package 'System.Private.Uri' 4.3.0 has a known high severity vulnerability -->
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-5f2m-466j-3848"/>
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-5f2m-466j-3848" />
<!-- error NU1902: Warning As Error: Package 'System.Private.Uri' 4.3.0 has a known moderate severity vulnerability -->
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-x5qj-9vmx-7g6g"/>
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-x5qj-9vmx-7g6g" />
<!-- error NU1903: Warning As Error: Package 'System.Private.Uri' 4.3.0 has a known high severity vulnerability -->
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-xhfc-gr8f-ffwc"/>
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-xhfc-gr8f-ffwc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FunFair.CodeAnalysis\FunFair.CodeAnalysis.csproj" />
Expand Down

0 comments on commit 2aa1d78

Please sign in to comment.