Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
.github/workflows/publish-pypi.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.
Auth Bypass: Logic errors in ACL password verification can allow unauthorized users to authenticate if the system fails to correctly distinguish 'nopass' configurations from standard password-required states. Developers must ensure 'check_password' thoroughly validates both user states and password parameters.
Privilege Escalation: Excessive write permissions in release workflows create a vector for privilege escalation. Maintaining isolated workflows with minimal scope prevents compromised deployment triggers or documentation builds from hijacking sensitive publishing keys.