Security context

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

allure-framework/allure-java
main @ 1bd855d
2
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Privilege Escalation: 2 prior fixes. Scrutinize any change in this area.
.github/workflows/build.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.

Privilege Escalation: Workflows triggered by pull_request_target run with write-access tokens and access to repository secrets. Without explicit least-privilege permission blocks, malicious pull requests could abuse these tokens to escalate privileges and compromise the repository.
Privilege Escalation: Standard workflow triggers like pull_request and workflow_dispatch can run with elevated default permissions if not restricted, violating the principle of least privilege during automated builds.