mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
import python
|
|
import semmle.python.security.TaintTracking
|
|
import TaintLib
|
|
|
|
from TestConfig config, DataFlow::Node sink, TaintKind kind
|
|
|
|
where config.isSink(sink, kind)
|
|
select sink.getLocation().toString(), config, sink.toString(), kind
|