mirror of
https://github.com/hohn/codeql-workshop-dataflow-c.git
synced 2026-05-02 04:05:16 +02:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
import cpp
|
|
|
|
from ArrayExpr array
|
|
where none()
|
|
select array, "Access of dynamic input array."
|