Highlights
Insecure Temporary File: 1 prior fix. Scrutinize any change in this area.
Jenkinsfile: 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.
Signature Verification Bypass: The build pipeline historically executed commands and reset hard to HEAD without verifying the GPG signature of the checked-out commit, potentially allowing untrusted or malicious commits to run in the CI/CD environment.
Insecure Temporary File: The application utilized java.io.File.createTempFile, which by default creates files with world-readable permissions on many Unix-like systems, creating a risk of information disclosure or local privilege escalation.