Skip to content

Commit

Permalink
fix: update System.Text.Json version to fix denial of service vulnera…
Browse files Browse the repository at this point in the history
…bility (#70)

See details:
* CVE-2024-30105
* CVE-2024-43485
  • Loading branch information
MrDave1999 authored Nov 30, 2024
1 parent 32ebbdb commit b9a9d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="FluentValidation" Version="10.0.4" />
<PackageVersion Include="System.Text.Json" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="IsExternalInit" Version="1.0.3" />
<PackageVersion Include="Bogus" Version="34.0.2" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" />
Expand Down

0 comments on commit b9a9d72

Please sign in to comment.