We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
list()
1 parent 04341c4 commit 5042fdeCopy full SHA for 5042fde
1 file changed
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -4244,15 +4244,9 @@ module StdlibPrivate {
4244
)
4245
// TODO: Once we have DictKeyContent, we need to transform that into ListElementContent
4246
) and
4247
- (
4248
- // Element content is mutated into list element content
4249
- output = "ReturnValue.ListElement" and
4250
- preservesValue = true
4251
- or
4252
- // Since list content is imprecise, we also taint the list.
4253
- output = "ReturnValue" and
4254
- preservesValue = false
4255
- )
+ // Element content is mutated into list element content
+ output = "ReturnValue.ListElement" and
+ preservesValue = true
4256
or
4257
input = "Argument[0]" and
4258
output = "ReturnValue" and
0 commit comments