Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639d914 commit 959c631Copy full SHA for 959c631
2 files changed
python/ql/test/experimental/dataflow/basic/callGraphSinks.ql
@@ -1,4 +1,4 @@
1
-import callGraphConfig
+import experimental.dataflow.callGraphConfig
2
3
from DataFlow::Node sink
4
where exists(CallGraphConfig cfg | cfg.isSink(sink))
python/ql/test/experimental/dataflow/basic/callGraphSources.ql
from DataFlow::Node source
where exists(CallGraphConfig cfg | cfg.isSource(source))
0 commit comments