Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493a31d commit 2db0cdfCopy full SHA for 2db0cdf
1 file changed
javascript/ql/src/Security/CWE-834/TaintedLength.qhelp
@@ -10,9 +10,9 @@
10
indefinitely. This looping causes a denial-of-service or DoS by
11
causing the server to hang or run out of memory.
12
This happens when the server expects an array but an attacker sends
13
- a regular JSON object with an huge number in the
14
- <code>.length</code> property, such as `{length: 1e100}`, that the
15
- server then loops through.
+ a regular JSON object with a huge number in the
+ <code>.length</code> property, such as <code>{length: 1e100}</code>,
+ that the server then loops through.
16
</p>
17
</overview>
18
0 commit comments