Skip to content

Commit

Permalink
Bump System.Private.Uri (#1783)
Browse files Browse the repository at this point in the history
Bump System.Private.Uri to resolve NuGet audit warnings for CVE-2019-0657, CVE-2019-0980 and CVE-2019-0981.
  • Loading branch information
martincostello authored Jun 13, 2024
1 parent 4fa76a5 commit ff08bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AnalysisMode>All</AnalysisMode>
<Authors>Martin Costello</Authors>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)API.ruleset</CodeAnalysisRuleSet>
<Company>https://github.com/martincostello/api</Company>
Expand Down
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<PackageVersion Include="RazorSlices" Version="0.8.1" />
<PackageVersion Include="ReportGenerator" Version="5.3.6" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
<PackageVersion Include="xunit" Version="2.8.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.1" />
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
Expand Down

0 comments on commit ff08bd2

Please sign in to comment.