Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1fcde commit 5de1725Copy full SHA for 5de1725
1 file changed
python/ql/consistency-queries/DataFlowConsistency.ql
@@ -132,7 +132,7 @@ private module Input implements InputSig<PythonDataFlow> {
132
or
133
// The capture argument node will be reused for every call to the same callable.
134
arg = call.getArgument(_) and
135
- arg instanceof SynthCaptureArgumentNode
+ arg instanceof CapturingClosureArgumentNode
136
}
137
138
0 commit comments