We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38a67e commit 251e4eaCopy full SHA for 251e4ea
src/Aqua.protobuf-net/Aqua.protobuf-net.csproj
@@ -19,6 +19,13 @@
19
and no workaround has been found yet. Contributions are welcome ;)
20
-->
21
<PackageReference Include="protobuf-net" Version="2.4.8" />
22
+
23
+ <!--
24
+ NOTE: System.Text.RegularExpressions 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
25
+ Force latest version for transient dependency recevied via protobuf-net 2.4.8
26
+ -->
27
+ <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
28
29
</ItemGroup>
30
31
<ItemGroup>
0 commit comments