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 614103c commit 3db1ceeCopy full SHA for 3db1cee
1 file changed
python/ql/test/experimental/dataflow/coverage/classesCallGraph.ql
@@ -6,5 +6,4 @@ where
6
sink.getLocation().getFile().getBaseName() = "classes.py" and
7
exists(CallGraphConfig cfg | cfg.hasFlow(source, sink))
8
select source, sink
9
-
10
// Rewrite this to just have 1-step paths?
0 commit comments