mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
9 lines
216 B
Plaintext
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
|