We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tuple()
1 parent 5042fde commit 6f2cc43Copy full SHA for 6f2cc43
1 file changed
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -4271,14 +4271,9 @@ module StdlibPrivate {
4271
preservesValue = true
4272
)
4273
or
4274
- (
4275
- input = "Argument[0]" and
4276
- preservesValue = false
4277
- or
4278
- input = "Argument[0].ListElement" and
4279
- preservesValue = true
4280
- ) and
4281
- output = "ReturnValue"
+ input = "Argument[0].ListElement" and
+ output = "ReturnValue" and
+ preservesValue = true
4282
}
4283
4284
0 commit comments