Highlights
CORS Misconfiguration: 2 prior fixes. Scrutinize any change in this area.
src/CorsServiceProvider.php: most-fixed (1 issue). 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.
CORS Misconfiguration: Same-origin requests were treated as CORS, allowing unauthorized cross-origin header injection; fix moved the check into isCorsRequest but only on this path.
CORS Misconfiguration: Same-origin check added to skip CORS processing, but only in the service provider path, leaving other entry points potentially unguarded.