Skip to content

Commit d78e91d

Browse files
Merge pull request #174 from ServiceComposer/address-vulnerability
Address System.Text.Json vulnerability
2 parents ed10646 + c554932 commit d78e91d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ServiceComposer.AspNetCore.Testing/ServiceComposer.AspNetCore.Testing.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@
3030

3131
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
3232
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[6.0.12, 7.0.0)" />
33+
<PackageReference Include="System.Text.Json" Version="[6.0.11, 7.0.0)" Label="Dependencies not directly used but required to address security vulnerabilities" />
3334
</ItemGroup>
3435

3536
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
3637
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[7.0.1, 8.0.0)" />
38+
<PackageReference Include="System.Text.Json" Version="[8.0.5, 9.0.0)" Label="Dependencies not directly used but required to address security vulnerabilities" />
3739
</ItemGroup>
3840

3941
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
4042
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[8.0.0, 9.0.0)" />
43+
<PackageReference Include="System.Text.Json" Version="[8.0.5, 9.0.0)" Label="Dependencies not directly used but required to address security vulnerabilities" />
4144
</ItemGroup>
4245

4346
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">

0 commit comments

Comments
 (0)