Skip to content

Commit

Permalink
Suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 17, 2024
1 parent 83f3b71 commit 01f8429
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
<WarningsAsErrors />
</PropertyGroup>
<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"/>
<!-- 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"/>
<!-- 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"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FunFair.CodeAnalysis\FunFair.CodeAnalysis.csproj" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/FunFair.CodeAnalysis/FunFair.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
</PropertyGroup>
<Import Project="$(SolutionDir)FunFair.props" />
<Import Project="$(SolutionDir)Analyzer.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"/>
<!-- 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"/>
<!-- 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"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="codecracker.CSharp" Version="1.1.0" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down

0 comments on commit 01f8429

Please sign in to comment.