mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
JS: Add plain taint step through Promise.all()
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user