Security context

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

vuejs/vue-cli
dev @ 7eb93c1
3
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
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.