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

Skip to content

Commit 2db0cdf

Browse files
committed
two small qhelp fixes
1 parent 493a31d commit 2db0cdf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
indefinitely. This looping causes a denial-of-service or DoS by
1111
causing the server to hang or run out of memory.
1212
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.
13+
a regular JSON object with a huge number in the
14+
<code>.length</code> property, such as <code>{length: 1e100}</code>,
15+
that the server then loops through.
1616
</p>
1717
</overview>
1818

0 commit comments

Comments
 (0)