JS: Add plain taint step through Promise.all()

This commit is contained in:
Asger F
2024-03-13 08:57:42 +01:00
parent 13a8e0fbf0
commit 858c79e395
2 changed files with 5 additions and 2 deletions

View File

@@ -228,6 +228,10 @@ private class PromiseAll extends SummarizedCallable {
preservesValue = true and
input = "Argument[0].ArrayElement.WithAwaited[error]" and
output = "ReturnValue"
or
preservesValue = false and
input = "Argument[0]" and
output = "ReturnValue"
}
}