mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
7 lines
278 B
Plaintext
7 lines
278 B
Plaintext
import experimental.dataflow.tainttracking.TestTaintLib
|
|
import experimental.dataflow.RemoteFlowSources
|
|
|
|
class RemoteFlowTestTaintConfiguration extends TestTaintTrackingConfiguration {
|
|
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
|
|
}
|