Track flow through tuple() with list with tainted elements

This commit is contained in:
Owen Mansel-Chan
2026-06-02 14:18:28 +01:00
parent ad97b6dd64
commit dede5bc49b

View File

@@ -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
}