mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
import cpp
|
|
import semmle.code.cpp.ir.dataflow.DataFlow
|
|
import semmle.code.cpp.dataflow.ExternalFlow
|
|
|
|
from DataFlow::Node node, string kind
|
|
where sinkNode(node, kind)
|
|
select node, kind
|