mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Update javascript/ql/src/semmle/javascript/dataflow/Nodes.qll
Co-Authored-By: Max Schaefer <max@semmle.com>
This commit is contained in:
@@ -71,7 +71,7 @@ class InvokeNode extends DataFlow::SourceNode {
|
||||
* Gets a data flow node corresponding to an array of values being passed as
|
||||
* individual arguments to this invocation.
|
||||
*
|
||||
* Example:
|
||||
* Examples:
|
||||
* ```
|
||||
* x.push(...args); // 'args' is a spread argument
|
||||
* x.push(x, ...args, y, ...more); // 'args' and 'more' are a spread arguments
|
||||
|
||||
Reference in New Issue
Block a user