Highlights
Path Traversal: 1 prior fix. Scrutinize any change in this area.
packages/cli/src/fetch-source.ts: 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.
SSRF: The resource fetching feature can be manipulated to query internal loopback addresses, private networks, or sensitive cloud metadata endpoints if host-level validation is bypassed or missing.
Path Traversal: Improperly sanitized file paths in the studio server's template fallback resolution can allow attackers to traverse outside the designated template root directory and read arbitrary files on the host system.