mirror of
https://github.com/github/codeql.git
synced 2025-12-31 16:16:34 +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.)
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
import python
|
|
import experimental.dataflow.DataFlow
|
|
|
|
from DataFlow::Node nodeFrom, DataFlow::Node nodeTo
|
|
where
|
|
DataFlow::localFlowStep(nodeFrom, nodeTo) and
|
|
nodeFrom.getLocation().getFile().getParent().getBaseName() = "fieldflow"
|
|
select nodeFrom, nodeTo
|