mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
The extra hist in `test.py` seen in `globalStep.expected` are due to the removal of manual filtering code. (That code was from when dataflow had many strange things in it.)
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import experimental.dataflow.testConfig
|
|
import DataFlow::PathGraph
|
|
|
|
from TestConfiguration config, DataFlow::PathNode source, DataFlow::PathNode sink
|
|
where config.hasFlowPath(source, sink)
|
|
select sink.getNode(), source, sink, "Flow found"
|