mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: fix QL format
This commit is contained in:
@@ -12,7 +12,7 @@ class ArgumentRoutingConfig extends DataFlow::Configuration {
|
||||
exists(AssignmentDefinition def, DataFlowPrivate::DataFlowCall call |
|
||||
def.getVariable() = node.(DataFlow::EssaNode).getVar() and
|
||||
def.getValue() = call.getNode() and
|
||||
call.getNode().(CallNode).getFunction().(NameNode).getId().matches("With\\_%")
|
||||
call.getNode().(CallNode).getFunction().(NameNode).getId().matches("With\\_%")
|
||||
) and
|
||||
node.(DataFlow::EssaNode).getVar().getName().matches("with\\_%")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user