mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
import utils.test.dataflow.callGraphConfig
|
|
|
|
from DataFlow::Node source, DataFlow::Node sink
|
|
where
|
|
CallGraphFlow::flow(source, sink) and
|
|
exists(source.getLocation().getFile().getRelativePath()) and
|
|
exists(sink.getLocation().getFile().getRelativePath())
|
|
select source, sink
|