Files
codeql/cpp/ql/test/library-tests/dataflow/taint-tests/test_ir.ql
2019-02-21 17:09:09 -08:00

6 lines
152 B
Plaintext

import IRTaintTestCommon
from DataFlow::Node sink, DataFlow::Node source, TestAllocationConfig cfg
where cfg.hasFlow(source, sink)
select sink, source