We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df69ec commit 7ba6995Copy full SHA for 7ba6995
javascript/ql/lib/semmle/javascript/internal/flow_summaries/Arrays.qll
@@ -487,7 +487,8 @@ class Shift extends SummarizedCallable {
487
input = "Argument[this].ArrayElement[0]" and
488
output = "ReturnValue"
489
or
490
- // 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
491
+ // one from the array to the return value.
492
preservesValue = false and
493
input = "Argument[this]" and
494
0 commit comments