mirror of
https://github.com/github/codeql.git
synced 2026-04-08 08:34:02 +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 |