Skip to content

Commit a2a4969

Browse files
authored
Denial of Service Vulnerability in System.Text.Json < 8.0.4 (#435)
* Bump System.Text.Json to v8.0.4 * A vulnerability exists in .NET when calling the JsonSerializer.DeserializeAsyncEnumerable method against an untrusted input using System.Text.Json may result in Denial of Service. * See details: GHSA-hh2w-p6rv-4g7w
1 parent 7ef11f4 commit a2a4969

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SmartFormat.Extensions.System.Text.Json/SmartFormat.Extensions.System.Text.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It uses extensions to provide named placeholders, localization, pluralization, g
1414
</PropertyGroup>
1515

1616
<ItemGroup Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netStandard2.0' or '$(TargetFramework)' == 'netStandard2.1'">
17-
<PackageReference Include="System.Text.Json" Version="8.0.3" />
17+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/SmartFormat.Tests/SmartFormat.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1919
<PackageReference Include="NUnit" Version="4.1.0" />
2020
<PackageReference Include="NUnit.Analyzers" Version="4.2.0">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
24+
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2525
<PackageReference Include="FluentAssertions" Version="6.12.0" />
2626
</ItemGroup>
2727

0 commit comments

Comments
 (0)