You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved modeling of django to recognize QuerySet chains such as User.objects.using("db-name").exclude(username="admin").extra("some sql"). This can lead to new results for py/sql-injection.