Security context

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

typetools/checker-framework
master @ f95a2e0
2
Fixes
0
CVEs
MEDIUM
Peak severity
Highlights
Insecure Temporary File: 1 prior fix. Scrutinize any change in this area.
.github/workflows/gradle-wrapper-validation.yml-DISABLED: 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: The use of a hardcoded shared directory path in `/tmp/plume-scripts` allows local users on a multi-user machine to pre-create or manipulate files, leading to symlink attacks, execution hijacking, or local privilege escalation. Future development scripts must avoid hardcoded static paths in shared spaces.
Privilege Escalation: Over-privileged defaults for the standard GITHUB_TOKEN on push and pull_request triggers could allow compromised execution steps to modify repository assets or secrets. Explicitly constraining permissions blocks in workflow files mitigates this vector.