Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
src/reversion/admin.py: most-fixed (3 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: Inconsistent or manual authorization checks in historical model views allowed users to bypass permission boundaries, accessing or recovering revision data without the appropriate change or add permissions. Ensure standard ModelAdmin permission helper methods are consistently integrated across all administrative views.
Code Execution: In legacy Python environments, using raw or unchecked console input fallback mechanisms allowed command execution. Future command-line interfaces should strictly use safe parsing utilities.