Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
packages/core/src/api.js: most-fixed (4 issues). Treat as high-risk during review.
13 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.
Path Traversal: Multiple fixes in the same component protect screenshot file access, indicating an ongoing weak spot with multiple entry points and guard sets.
Auth Bypass: Direct asset requests bypass configured authorization, showing a gap between the main request path and a sibling direct-request path.
Code Execution: HTTP config endpoint allowed injection of Chrome launch flags, a local privilege escalation vector that required stripping fields from the request body.