mirror of
https://github.com/github/codeql.git
synced 2026-06-06 05:57:07 +02:00
Track flow through tuple() with list with tainted elements
This commit is contained in:
@@ -4277,9 +4277,7 @@ module StdlibPrivate {
|
||||
preservesValue = true
|
||||
)
|
||||
or
|
||||
// TODO: We need to also translate iterable content such as list element
|
||||
// but we currently lack TupleElementAny
|
||||
input = "Argument[0]" and
|
||||
input = ["Argument[0]", "Argument[0].ListElement"] and
|
||||
output = "ReturnValue" and
|
||||
preservesValue = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user