Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
v2/pkg/protocols/http/raw/raw.go: most-fixed (4 issues). Treat as high-risk during review.
27 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.
Request Smuggling: Multiple fixes in raw request handling across both v1 and v2 show recurring path/Host parsing confusion, a fertile ground for smuggling and routing bypasses.
Code Execution: Template loading and workflow script execution have repeatedly allowed unsigned or overly-imported code to run; signature checks and import sandboxes are critical gates.
Path Traversal: Path containment and file-write validation were weak (prefix checks, missing sandbox), enabling arbitrary file writes/reads; canonical checks and allowlists are needed everywhere.