mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
import python
|
|
import semmle.python.security.TaintTracking
|
|
import TaintLib
|
|
|
|
|
|
from TaintSource src, TaintKind kind
|
|
where src.isSourceOf(kind)
|
|
select src.getLocation().toString(), src.(ControlFlowNode).getNode().toString(), kind
|