Highlights
CORS Bypass: 2 prior fixes. Scrutinize any change in this area.
packages/@vue/cli-service/lib/commands/build/index.js: most-fixed (1 issue). Treat as high-risk during review.
2 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 Bypass: WebSocket server lacked strict origin validation, enabling cross-origin connections to a local privileged service.
CORS Bypass: GraphQL HTTP upgrade and listen lacked host restriction and CORS validation, exposing local service to cross-origin attacks.
CSP Bypass: Inline script injection in build output bypasses Content Security Policy, weakening security of generated apps.