Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72bbd4d

Browse files
committed
fix spelling mistake
1 parent 62d1f66 commit 72bbd4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Security/CWE-834/TaintedLength.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Tainted .length looping
33
* @description If server-side code iterates over a user-controlled object with
4-
* an arbitary .length value, then an attacker can trick the server
4+
* an arbitrary .length value, then an attacker can trick the server
55
* to loop infinitely.
66
* @kind path-problem
77
* @problem.severity warning

0 commit comments

Comments
 (0)