mirror of
https://github.com/github/codeql.git
synced 2026-03-06 23:56:48 +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 |