mirror of
https://github.com/github/codeql.git
synced 2026-02-11 12:41:06 +01:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
import cpp
|
|
import semmle.code.cpp.dataflow.old.DataFlow
|
|
|
|
from DataFlow::Node nodeFrom, DataFlow::Node nodeTo
|
|
where DataFlow::localFlowStep(nodeFrom, nodeTo)
|
|
select nodeFrom, nodeTo
|