Skip to content

Commit c49d508

Browse files
erik-kroghasgerf
andauthored
Update javascript/ql/src/semmle/javascript/frameworks/NoSQL.qll
Co-authored-by: Asger F <asgerf@github.com>
1 parent 2e514c4 commit c49d508

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/NoSQL.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ private module Redis {
792792
* Thereby the method is vulnerable if parameter `argIndex` is unexpectedly an array instead of a string, as an attacker can control arguments to Redis that the attacker was not supposed to control.
793793
*
794794
* Only setters and similar methods are included.
795-
* For getter like methods it is not generally possible to gain access "outside" of where you are supposed to have access,
795+
* For getter-like methods it is not generally possible to gain access "outside" of where you are supposed to have access,
796796
* it is at most possible to get a Redis call to return more results than expected (e.g. by adding more members to [`geohash`](https://redis.io/commands/geohash)).
797797
*/
798798
bindingset[argIndex]

0 commit comments

Comments
 (0)