Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
.github/workflows/snapshot.yml: most-fixed (1 issue). Treat as high-risk during review.
2 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.
Dependency Vulnerability: Next.js was allowed to run at a vulnerable version (15.2.4) until manually upgraded, indicating a lack of automated dependency patching or minimum-version enforcement for a critical framework powering the documentation site.
Auth Bypass: The snapshot release workflow triggered on a comment body without verifying the commenter's role, allowing any user with comment access to potentially trigger a release. The fix added an explicit admin permission check, showing that authorization was previously implicit or missing.