Highlights
Sandbox Escape: 5 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (4 issues). Treat as high-risk during review.
22 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.
Sandbox Escape: Multiple independent sandbox escape vectors via file reads/writes: require() bypassing local-file-access rules, payload files reading arbitrary paths, and krbforge writing ccache files outside sandbox.
Code Execution: Template loading is a repeated code execution vector: unsigned JavaScript templates, DAST path bypass, and lack of disable-unsigned-templates flag all allowed untrusted template execution.
Path Traversal: Lexical prefix matching for path containment allowed sibling-directory traversal; headless file uploads and zip extraction also lacked canonical path validation.