Security context

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

flavors/django-graphql-jwt
main @ 0debe4f
5
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
graphql_jwt/decorators.py: most-fixed (2 issues). 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.

Auth Bypass: Incompatibilities in resolving schema root types within the authorization middleware can lead to silent authentication bypasses under varying versions of the underlying graphql package.
Auth Bypass: Failing to cache resolved users within the JWT argument authentication path can lead to inconsistencies in the request user context and potentially bypass session-level restrictions.
Auth Bypass: Evaluating custom user models that lack standard attributes (such as 'is_active') can trigger unhandled AttributeErrors, preventing reliable verification and rejection of inactive or disabled users.