mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
import experimental.dataflow.tainttracking.TestTaintLib
|
|
import semmle.python.dataflow.new.RemoteFlowSources
|
|
|
|
class RemoteFlowTestTaintConfiguration extends TestTaintTrackingConfiguration {
|
|
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
|
|
}
|