File tree Expand file tree Collapse file tree
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4906,11 +4906,6 @@ module StdlibPrivate {
49064906 ) and
49074907 output = "Argument[self].ListElement" and
49084908 preservesValue = true
4909- or
4910- // transfer taint from new iterable to this (TODO: remove in future when taint-handling is more in line with other languages)
4911- input = "Argument[0]" and
4912- output = "Argument[self]" and
4913- preservesValue = false
49144909 }
49154910 }
49164911
@@ -4935,11 +4930,6 @@ module StdlibPrivate {
49354930 input = "Argument[1]" and
49364931 output = "Argument[self].ListElement" and
49374932 preservesValue = true
4938- or
4939- // transfer taint from new element to this (TODO: remove in future when taint-handling is more in line with other languages)
4940- input = "Argument[1]" and
4941- output = "Argument[self]" and
4942- preservesValue = false
49434933 }
49444934 }
49454935
You can’t perform that action at this time.
0 commit comments