mirror of
https://github.com/github/codeql.git
synced 2026-01-14 15:04:56 +01:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
import experimental.dataflow.testConfig
|
|
|
|
from
|
|
DataFlow::Node source,
|
|
DataFlow::Node sink
|
|
where
|
|
exists(TestConfiguration cfg | cfg.hasFlow(source, sink))
|
|
select
|
|
source, sink
|