Highlights
Insecure Temporary File: 2 prior fixes. Scrutinize any change in this area.
.github/workflows/gradle-wrapper-validation.yml: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Insecure Temporary File: Insecure temporary file and directory creation allows local attackers to access, read, or manipulate sensitive data due to default world-readable permissions in shared system temp directories. This vulnerability historically manifested on POSIX-compliant systems.
Insecure Temporary File: Extends the local temporary file vulnerability to Windows environments. Without explicit Windows ACL permissions restricting access to the current owner/user during creation, local users can access the created temporary resources.
Dependency Confusion: Failing to pin third-party GitHub Actions by their immutable commit hash exposes the build pipeline to dependency confusion or action hijacking if an upstream repository is compromised.