aws / aws-lambda-dotnet

Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
Apache License 2.0
1.58k stars 477 forks source link

chore: Update System.Text.Json in test projects per CVE-2024-30105 #1774

Closed ashovlin closed 4 months ago

ashovlin commented 4 months ago

Issue #, if available: https://github.com/aws/aws-lambda-dotnet/security/dependabot/46 and https://github.com/aws/aws-lambda-dotnet/security/dependabot/45

Description of changes: Upgrades the System.Text.Json per https://github.com/advisories/GHSA-hh2w-p6rv-4g7w

We aren't using the impacted API, but updating to avoid scanner findings.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.