mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
import python
|
|
import semmle.python.security.TaintTest
|
|
import TaintLib
|
|
|
|
|
|
from EssaDefinition defn, TaintedNode n
|
|
where TaintFlowTest::tainted_def(defn, _, n)
|
|
select
|
|
defn.getLocation().toString(), defn.getRepresentation(), n.getLocation().toString(), n.getTrackedValue(), n.getNode().getNode().toString()
|