mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Python: Model QuerySet chains in django
This commit is contained in:
2
python/change-notes/2021-03-22-django-queryset-chains.md
Normal file
2
python/change-notes/2021-03-22-django-queryset-chains.md
Normal file
@@ -0,0 +1,2 @@
|
||||
lgtm,codescanning
|
||||
* 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`.
|
||||
Reference in New Issue
Block a user