mirror of
https://github.com/github/codeql.git
synced 2026-01-14 15:04:56 +01:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
import allFlowsConfig
|
|
|
|
from
|
|
DataFlow::PathNode fromNode,
|
|
DataFlow::PathNode toNode
|
|
where
|
|
toNode = fromNode.getASuccessor()
|
|
select
|
|
fromNode, toNode
|