mirror of
https://github.com/github/codeql.git
synced 2026-01-10 13:10:26 +01:00
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
import python
|
|
import semmle.python.security.TaintTracking
|
|
import TaintLib
|
|
|
|
from TestConfig config, DataFlow::Node source, TaintKind kind
|
|
|
|
where config.isSource(source, kind)
|
|
select config, source.getLocation().toString(), source.getLocation().getStartLine(), source.toString(), kind
|