Highlights
Insecure Integrity Check: 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.
Insecure Integrity Check: Unverified Git commits in Jenkinsfiles allow potential execution of unauthenticated code within the CI/CD pipeline, risking build environment compromise. Verification of GPG signatures must be consistently enforced.
Timing Attack: The use of non-constant-time comparison operations for HashedKey and Identifier objects allows adversaries to exploit timing side-channels to reconstruct valid keys or identifiers.
Insecure Temporary File: Using legacy File.createTempFile creates temporary files with overly permissive default permissions in shared system directories, leading to potential local file hijacking or information disclosure.