Highlights
Sandbox Escape: 5 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (3 issues). Treat as high-risk during review.
19 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.
Code Execution: Unsigned code templates could be executed via DAST path bypassing signature checks; multiple fixes address signature verification but sub-loaders may skip them.
Sandbox Escape:
Path Traversal: Lexical prefix checks replaced with canonical containment; multiple components had same flaw, indicating systemic issue.