Highlights
Path Traversal: 1 prior fix. Scrutinize any change in this area.
api/internal/plugins/loader/loader.go: 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.
Sandbox Escape: The integration of the Starlark scripting engine introduced risks of arbitrary, untrusted code execution within configuration pipelines, ultimately requiring the complete removal of the scripting capability to secure the environment.
Path Traversal: Inadequate canonicalization of source paths in function plugin storage mounts allowed directory traversal via incomplete prefix checks, requiring robust path cleaning and '..' boundaries.