We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b87f7 commit 4785048Copy full SHA for 4785048
python/ql/test/experimental/dataflow/coverage/argumentRoutingTest.ql
@@ -67,12 +67,10 @@ class Argument1ExtraRoutingConfig extends DataFlow::Configuration {
67
68
override predicate isSource(DataFlow::Node node) {
69
exists(AssignmentDefinition def, DataFlow::CallCfgNode call |
70
- // def.getVariable() = node.(DataFlow::EssaNode).getVar() and
71
def.getDefiningNode() = node.(DataFlow::CfgNode).getNode() and
72
def.getValue() = call.getNode() and
73
call.getFunction().asCfgNode().(NameNode).getId().matches("With\\_%")
74
) and
75
- // node.(DataFlow::EssaNode).getVar().getName().matches("with\\_%")
76
node.(DataFlow::CfgNode).getNode().(NameNode).getId().matches("with\\_%")
77
}
78
0 commit comments