We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5d2961 + 6431228 commit 299b3f7Copy full SHA for 299b3f7
python/ql/src/Variables/LoopVariableCapture/LoopVariableCaptureQuery.qll
@@ -59,7 +59,7 @@ module EscapingCaptureFlowConfig implements DataFlow::ConfigSig {
59
predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet cs) {
60
isSink(node) and
61
(
62
- cs instanceof DataFlow::TupleElementContent or
+ cs.(DataFlow::TupleElementContent).getIndex() in [0 .. 10] or
63
cs instanceof DataFlow::ListElementContent or
64
cs instanceof DataFlow::SetElementContent or
65
cs instanceof DataFlow::DictionaryElementAnyContent
0 commit comments