Files
codeql/python/ql/test/library-tests/dataflow/basic/globalStep.ql
2024-04-23 09:40:44 +02:00

9 lines
305 B
Plaintext

import allFlowsConfig
from AllFlowsFlow::PathNode fromNode, AllFlowsFlow::PathNode toNode
where
toNode = fromNode.getASuccessor() and
exists(fromNode.getNode().getLocation().getFile().getRelativePath()) and
exists(toNode.getNode().getLocation().getFile().getRelativePath())
select fromNode, toNode