Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest System.Text.Json #94

Closed
parkerreno opened this issue Oct 30, 2024 · 1 comment · Fixed by #95
Closed

Update to latest System.Text.Json #94

parkerreno opened this issue Oct 30, 2024 · 1 comment · Fixed by #95

Comments

@parkerreno
Copy link
Contributor

Current version of System.Text.Json (8.0.0) has vulnerabilities. While I am unsure whether there is an attack vector in this repo, it's best practice to update. This package is not directly pulled in, but is a transitive dependency from the Microsoft.Extensions packages and System.CommandLine.Hosting package.

Will open a PR shortly with fixes.

Vulnerabilities:
GHSA-8g4q-xg66-9fp4
GHSA-hh2w-p6rv-4g7w

@thebentern
Copy link
Contributor

Current version of System.Text.Json (8.0.0) has vulnerabilities. While I am unsure whether there is an attack vector in this repo, it's best practice to update. This package is not directly pulled in, but is a transitive dependency from the Microsoft.Extensions packages and System.CommandLine.Hosting package.

Will open a PR shortly with fixes.

Vulnerabilities: GHSA-8g4q-xg66-9fp4 GHSA-hh2w-p6rv-4g7w

I don't believe there is an attack vector, as it's a CLI / Lib, but it's possible a consumer of the package could be, so thanks for the heads up. Looking forward to the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants