Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 (#1194)

* Upgrade Handlebars.Net.Helpers to 2.4.6 to solve CVE-2019-0820

* .
This commit is contained in:
Stef Heyenrath
2024-10-10 08:29:57 +02:00
committed by GitHub
parent 5adbff0fa3
commit 2ffdae1863
2 changed files with 11 additions and 8 deletions

View File

@@ -44,6 +44,9 @@
</Choose>
<ItemGroup>
<!-- CVE-2019-0820 -->
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>