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 62d1f66 commit 72bbd4dCopy full SHA for 72bbd4d
1 file changed
javascript/ql/src/Security/CWE-834/TaintedLength.ql
@@ -1,7 +1,7 @@
1
/**
2
* @name Tainted .length looping
3
* @description If server-side code iterates over a user-controlled object with
4
- * an arbitary .length value, then an attacker can trick the server
+ * an arbitrary .length value, then an attacker can trick the server
5
* to loop infinitely.
6
* @kind path-problem
7
* @problem.severity warning
0 commit comments