Files
codeql/python/ql/test/library-tests/web/django/SqlInjectionSinks.ql
Erik Krogh Kristensen ff73dbc35c delete redundant imports
2022-04-22 12:55:28 +02:00

9 lines
216 B
Plaintext

import python
import semmle.python.security.injection.Sql
import semmle.python.web.django.Db
import semmle.python.web.django.Model
from SqlInjectionSink sink, TaintKind kind
where sink.sinks(kind)
select sink, kind