Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

graphql/graphql-js
17.x.x @ 82da713
2
Fixes
0
CVEs
MEDIUM
Peak severity
0.0%
Coverage
Highlights
Prototype Pollution: 2 prior fixes. Scrutinize any change in this area.
src/execution/values.ts: most-fixed (2 issues). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Prototype Pollution: Execution engines that parse untrusted variables, arguments, and directives can be tricked into polluting the default Object prototype if the underlying storage containers are initialized as standard JavaScript objects.
Prototype Pollution: During the input coercion phase, nested user input is normalized into structured objects. Failing to enforce null-prototype objects during this coercion process allows attackers to inject inherited properties.