Skip to content

Commit

Permalink
Address vulnerability in System.Private.Uri
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell committed Sep 23, 2024
1 parent 457e5ff commit bcec720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,13 @@
<!-- these are needed because the versions that are brought in transitively have vulnerability warnings -->
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="System.Private.Uri" Version="4.3.2">
<!-- https://github.com/advisories/GHSA-5f2m-466j-3848 -->
</PackageReference>
</ItemGroup>
<ItemGroup Condition="$(TargetFramework) != 'net48'">
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.90"/>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0"/>

<PackageReference Include="System.Private.Uri" Version="4.3.2">
<!-- https://github.com/advisories/GHSA-5f2m-466j-3848 -->
</PackageReference>

<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.utility" Version="2.9.0" />
</ItemGroup>
Expand Down

0 comments on commit bcec720

Please sign in to comment.