Security context

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

rq/django-rq
master @ 872bafe
2
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
django_rq/stats_views.py: 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.

Auth Bypass: Job management and statistics views were exposed without staff authentication, allowing any unauthenticated user to read sensitive job data or delete jobs. This is the highest-impact historical vulnerability and the pattern may recur in new views.
Timing Attack: API token comparison used a non-constant-time string equality, enabling remote attackers to guess tokens via timing side-channels. Any new token or secret comparison must use compare_digest or equivalent.