Files
codeql-workshop-dataflow-c/exercises/Exercise1.ql
Nikita Kraiouchkine 850d9d296a Initial commit
2023-04-17 10:27:44 +02:00

6 lines
93 B
Plaintext

import cpp
from ArrayExpr array
where none()
select array, "Access of dynamic input array."