Skip to content

Commit 105b6c9

Browse files
author
Max Schaefer
authored
Merge pull request #59 from tibbes/js/fix-qhelp-typo
JS: fix typo in qhelp (parameter type confusion)
2 parents 031964e + 5456ffb commit 105b6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-843/TypeConfusionThroughParameterTampering.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
However, sanitizing request parameters assuming they have type
1717
<code>String</code> and using the builtin string methods such as
18-
<code>String.prototye.indexOf</code> is susceptible to type confusion
18+
<code>String.prototype.indexOf</code> is susceptible to type confusion
1919
attacks.
2020

2121
In a type confusion attack, an attacker tampers with an HTTP request

0 commit comments

Comments
 (0)