mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Python: Move dataflow tests out of experimental
This commit is contained in:
8
python/ql/test/library-tests/dataflow/basic/callGraph.ql
Normal file
8
python/ql/test/library-tests/dataflow/basic/callGraph.ql
Normal file
@@ -0,0 +1,8 @@
|
||||
import experimental.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
|
||||
Reference in New Issue
Block a user