mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
217 B
217 B
lgtm,codescanning
- Improved modeling of
djangoto recognize QuerySet chains such asUser.objects.using("db-name").exclude(username="admin").extra("some sql"). This can lead to new results forpy/sql-injection.