mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +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.)
8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
import experimental.dataflow.basic.allFlowsConfig
|
|
|
|
from DataFlow::PathNode fromNode, DataFlow::PathNode toNode
|
|
where
|
|
toNode = fromNode.getASuccessor() and
|
|
fromNode.getNode().getLocation().getFile().getParent().getBaseName() = "fieldflow"
|
|
select fromNode, toNode
|