Skip to content

Commit

Permalink
Fix CVE-2024-30105 security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Aug 5, 2024
1 parent 518195c commit 6cd1254
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
</PropertyGroup>

<ItemGroup>
<!-- Force System.Text.Json to a newer version. Since Microsoft.Extensions.Logging.Console has 8.0.0 version, which causes CVE-2024-30105 security issue. -->
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 6cd1254

Please sign in to comment.