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

Upgrade HotChocolate.Types to v14.0.0 to address JSON processing vulnerability #1598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ahernandez-developer
Copy link

Upgrade HotChocolate.Types to v14.0.0 to address JSON processing vulnerability

- Updated HotChocolate.Types dependency from v13.9.12 to v14.0.0 to mitigate a high-severity vulnerability in System.Text.Json.
- This vulnerability, identified as "Inefficient Algorithmic Complexity," could allow denial of service attacks by processing malicious JSON input.
- CVSS Score: 8.4 (High Severity)
- No known exploits for this vulnerability, but upgrading ensures improved security and performance.

Refs: Snyk report on System.Text.Json vulnerability in HotChocolate.Types.

…erability

- Updated HotChocolate.Types dependency from v13.9.12 to v14.0.0 to mitigate a high-severity vulnerability in System.Text.Json.
- This vulnerability, identified as "Inefficient Algorithmic Complexity," could allow denial of service attacks by processing malicious JSON input.
- CVSS Score: 8.4 (High Severity)
- No known exploits for this vulnerability, but upgrading ensures improved security and performance.

Refs: Snyk report on System.Text.Json vulnerability in HotChocolate.Types.
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 this pull request may close these issues.

1 participant