mirror of
https://github.com/github/codeql.git
synced 2026-05-09 15:41:36 +02:00
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
import python
|
|
import semmle.code.python.dataflow.DataFlow
|
|
|
|
from
|
|
DataFlow::Node fromNode,
|
|
DataFlow::Node toNode
|
|
where
|
|
DataFlow::localFlowStep(fromNode, toNode)
|
|
select
|
|
fromNode, toNode
|