mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
JS: Clarify a comment
This commit is contained in:
@@ -487,7 +487,8 @@ class Shift extends SummarizedCallable {
|
||||
input = "Argument[this].ArrayElement[0]" and
|
||||
output = "ReturnValue"
|
||||
or
|
||||
// ArrayElement[0] is not automatically converted to a taint step, so add it manually
|
||||
// ArrayElement[0] in the above summary is not automatically converted to a taint step, so manully add
|
||||
// one from the array to the return value.
|
||||
preservesValue = false and
|
||||
input = "Argument[this]" and
|
||||
output = "ReturnValue"
|
||||
|
||||
Reference in New Issue
Block a user