mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
|
|
import python
|
|
|
|
import semmle.python.web.HttpRequest
|
|
import semmle.python.web.HttpResponse
|
|
import semmle.python.web.django.Db
|
|
import semmle.python.web.django.Model
|
|
|
|
import semmle.python.security.strings.Untrusted
|
|
|
|
from TaintSink sink, TaintKind kind
|
|
where sink.sinks(kind)
|
|
select sink.getLocation().toString(), sink.(ControlFlowNode).getNode().toString(), kind
|