Highlights
Command Injection: 2 prior fixes. Scrutinize any change in this area.
.github/workflows/update-terragrunt-pin.yml: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Command Injection: Remote file paths passed to SSH utility functions were executed without adequate shell escaping, allowing remote command execution via manipulated path parameters.
Command Injection: Dynamic version tags resolved from external pull requests or tags were directly interpolated into runner shell commands, risking injection via malicious branch names or tags.
Denial of Service: Calling GetPublicIPContextE on GCP compute instances containing no network interfaces triggered a nil pointer dereference panic, terminating test execution.