mirror of
https://github.com/github/codeql.git
synced 2026-01-14 23:14:59 +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
|