mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: remove consistency exclusion
This commit is contained in:
@@ -129,10 +129,6 @@ private module Input implements InputSig<PythonDataFlow> {
|
||||
arg = other.getArgument(any(ArgumentPosition p | p.isSelf())) and
|
||||
other.getNode().getScope() = f
|
||||
)
|
||||
or
|
||||
// The capture argument node will be reused for every call to the same callable.
|
||||
arg = call.getArgument(_) and
|
||||
arg instanceof CapturingClosureArgumentNode
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user