mirror of
https://github.com/github/codeql.git
synced 2026-01-14 15:04:56 +01:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
import allFlowsConfig
|
|
|
|
from
|
|
DataFlow::Node source,
|
|
DataFlow::Node sink
|
|
where
|
|
source != sink and
|
|
exists(AllFlowsConfig cfg | cfg.hasFlow(source, sink))
|
|
select
|
|
source, sink
|