Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

gruntwork-io/terratest
main @ 646b00a
3
Fixes
0
CVEs
HIGH
Peak severity
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.