Skip to content

Commit 5456ffb

Browse files
committed
JS: fix typo in qhelp (parameter type confusion)
1 parent 58a2639 commit 5456ffb

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)