Skip to content

Commit

Permalink
Update RestService.csproj
Browse files Browse the repository at this point in the history
Resolve Microsoft Security Advisory CVE-2024-43485 | .NET Denial of Service Vulnerability

https://github.com/vmware-tanzu/application-accelerator-samples/security/dependabot/174
  • Loading branch information
trisberg authored Oct 9, 2024
1 parent 682d3a0 commit c0480cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp-rest-service/RestService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.*" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>

0 comments on commit c0480cb

Please sign in to comment.