mirror of
https://github.com/github/codeql.git
synced 2026-01-23 19:32:59 +01:00
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
|
|
import python
|
|
|
|
import semmle.python.web.HttpRequest
|
|
import semmle.python.web.HttpResponse
|
|
import semmle.python.security.strings.Untrusted
|
|
import semmle.python.TestUtils
|
|
|
|
from TaintSink sink, TaintKind kind
|
|
where sink.sinks(kind)
|
|
select remove_library_prefix(sink.getLocation()), sink.(ControlFlowNode).getNode().toString(), kind
|