mirror of
https://github.com/github/codeql.git
synced 2025-12-27 06:06:32 +01:00
Will need subsequent PRs fixing up test failures (due to deprecated methods moving around), but other than that everything should be straight-forward.
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
import callGraphConfig
|
|
|
|
from DataFlow::Node source, DataFlow::Node sink
|
|
where exists(CallGraphConfig cfg | cfg.hasFlow(source, sink))
|
|
select source, sink
|