mirror of
https://github.com/github/codeql.git
synced 2026-01-14 15:04:56 +01:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
import experimental.dataflow.DataFlow
|
|
|
|
from
|
|
DataFlow::Node fromNode,
|
|
DataFlow::Node toNode
|
|
where
|
|
DataFlow::localFlowStep(fromNode, toNode)
|
|
select
|
|
fromNode, toNode
|