mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Python: Don't warn on multipleArgumentCall
This commit is contained in:
committed by
Tom Hvitved
parent
c9910f5464
commit
1de7460aba
@@ -47,6 +47,10 @@ private module Input implements InputSig<PythonDataFlow> {
|
||||
predicate identityLocalStepExclude(Node n) {
|
||||
not exists(n.getLocation().getFile().getRelativePath())
|
||||
}
|
||||
|
||||
predicate multipleArgumentCallExclude(ArgumentNode arg, DataFlowCall call) {
|
||||
isArgumentNode(arg, call, _)
|
||||
}
|
||||
}
|
||||
|
||||
module Consistency = MakeConsistency<PythonDataFlow, PythonTaintTracking, Input>;
|
||||
|
||||
Reference in New Issue
Block a user