Security context

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

webonyx/graphql-php
master @ 2f84c24
3
Fixes
1
CVEs
HIGH
Peak severity
66.7%
Coverage
Highlights
Information Disclosure: 2 prior fixes. Scrutinize any change in this area.
Error: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

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

Code Injection: Remote code execution can occur if the executor processes a string-based type candidate matching a PHP global function name as a callable within execution logic. Developers must enforce strict type assertions before verifying callable status.
Information Disclosure: Internal exceptions from custom scalars or resolvers can bypass client-safety checks and expose internal system state or stack traces to end users unless explicitly marked with ClientAware interfaces or masked by generic server errors.