Skip to content

Commit

Permalink
Force latest version for System.Text.RegularExpressions 4.3.1 due to …
Browse files Browse the repository at this point in the history
…known high severity vulnerability, GHSA-cmhx-cq75-c4mj
  • Loading branch information
6bee committed Dec 22, 2024
1 parent c38a67e commit 251e4ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Aqua.protobuf-net/Aqua.protobuf-net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
and no workaround has been found yet. Contributions are welcome ;)
-->
<PackageReference Include="protobuf-net" Version="2.4.8" />

<!--
NOTE: System.Text.RegularExpressions 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
Force latest version for transient dependency recevied via protobuf-net 2.4.8
-->
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />

</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 251e4ea

Please sign in to comment.