mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01: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 |