mirror of
https://github.com/hohn/codeql-workshop-dataflow-c.git
synced 2025-12-16 02:33:03 +01:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
import cpp
|
|
|
|
from Function f
|
|
where f.hasName(["EP_copy_mem", "EP_print_val", "EP_write_val_to_mem"])
|
|
select f, f.getParameter(0), f.getParameter(1)
|