Highlights
Path Traversal: 6 prior fixes. Scrutinize any change in this area.
.github/workflows/changeset.yml: most-fixed (1 issue). Treat as high-risk during review.
6 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.
Path Traversal: Git repository subpaths and artifact materialization are susceptible to directory traversal beyond the repository root if not explicitly normalized and validated.
Path Traversal: Workspace tar archives containing absolute or relative symbolic links can traverse sandbox directory roots during hydration unless explicitly rejected.
Path Traversal: Improperly escaped path parameters executed within Docker container environments can lead to command injection unless strictly filtered using shell quoting.