Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
.github/workflows/dependabot.yml: most-fixed (2 issues). 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.
Auth Bypass: Using the incorrect GitHub Actions context actor (such as github.event.workflow_run.actor) allows unauthorized actors to trigger privileged workflow runs, leading to privilege escalation.
Auth Bypass: Insufficent validation of the triggering actor can still permit unauthorized workflow executions if the validation logic does not explicitly restrict execution to trusted entities.