mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
9 lines
286 B
Plaintext
9 lines
286 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
|