mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
import semmle.python.dataflow.new.DataFlow
|
|
|
|
from DataFlow::Node fromNode, DataFlow::Node toNode
|
|
where DataFlow::localFlow(fromNode, toNode)
|
|
select fromNode, toNode
|