mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
|
|
import python
|
|
|
|
import semmle.python.web.HttpRequest
|
|
import semmle.python.security.strings.Untrusted
|
|
|
|
|
|
from TaintSource src, TaintKind kind
|
|
where src.isSourceOf(kind)
|
|
select src.getLocation().toString(), src.(ControlFlowNode).getNode().toString(), kind
|