We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tuple()
1 parent ad97b6d commit dede5bcCopy full SHA for dede5bc
1 file changed
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -4277,9 +4277,7 @@ module StdlibPrivate {
4277
preservesValue = true
4278
)
4279
or
4280
- // TODO: We need to also translate iterable content such as list element
4281
- // but we currently lack TupleElementAny
4282
- input = "Argument[0]" and
+ input = ["Argument[0]", "Argument[0].ListElement"] and
4283
output = "ReturnValue" and
4284
preservesValue = false
4285
}
0 commit comments