Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 88fbdf5

Browse files
committed
build: Update System.Text.Json to fix vulnerability
1 parent 2c1c0d3 commit 88fbdf5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

samples/PowerUtils.AspNetCore.ErrorHandler.Samples/Samples.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PackageReference Include="Serilog.Exceptions" Version="8.4.0+build.694" />
2222
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.3.0" />
2323
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.0" />
24+
<PackageReference Include="System.Text.Json" Version="8.0.4" /> <!-- Update directly to fix vulnerability https://github.com/advisories/GHSA-hh2w-p6rv-4g7w -->
2425
</ItemGroup>
2526

2627
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">

tests/PowerUtils.AspNetCore.ErrorHandler.Tests/PowerUtils.AspNetCore.ErrorHandler.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4646
</PackageReference>
47+
<PackageReference Include="System.Text.Json" Version="8.0.4" /> <!-- Update directly to fix vulnerability https://github.com/advisories/GHSA-hh2w-p6rv-4g7w -->
4748
</ItemGroup>
4849

4950
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">

0 commit comments

Comments
 (0)