mirror of
https://github.com/github/codeql.git
synced 2026-05-10 17:29:26 +02:00
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
import DataFlowConfig
|
|
|
|
from TestDataFlowConfiguration tttc, DataFlow::Node src, DataFlow::Node snk
|
|
where tttc.hasFlow(src, snk)
|
|
select src, snk |