Skip to content

Commit 02484ab

Browse files
author
Gonzalo Diaz
committed
[SECURITY] [CONFIG] [.NET] [Nuget] Vulnerability fixed.
✗ Denial of Service (DoS) [High Severity][https://security.snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-7433719] in System.Text.Json@8.0.0 introduced by Microsoft.Extensions.Logging.Console@8.0.0 > System.Text.Json@8.0.0 This issue was fixed in versions: 8.0.4
1 parent 83fba66 commit 02484ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algorithm-exercises-csharp-base/algorithm-exercises-csharp-base.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
28+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
2829
</ItemGroup>
2930

3031

0 commit comments

Comments
 (0)