We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bba46 commit 4621e6dCopy full SHA for 4621e6d
python/ql/test/experimental/dataflow/coverage/argumentRouting1.ql
@@ -12,7 +12,7 @@ class ArgumentRoutingConfig extends DataFlow::Configuration {
12
exists(AssignmentDefinition def, DataFlowPrivate::DataFlowCall call |
13
def.getVariable() = node.(DataFlow::EssaNode).getVar() and
14
def.getValue() = call.getNode() and
15
- call.getNode().(CallNode).getFunction().(NameNode).getId().matches("With\\_%")
+ call.getNode().(CallNode).getFunction().(NameNode).getId().matches("With\\_%")
16
) and
17
node.(DataFlow::EssaNode).getVar().getName().matches("with\\_%")
18
}
0 commit comments