mirror of
https://github.com/hohn/codeql-workshop-dataflow-c.git
synced 2025-12-16 18:43:03 +01: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."
|