JS: fix typo in qhelp (parameter type confusion)

This commit is contained in:
Julian Tibble
2018-08-14 13:07:20 +01:00
parent 58a2639518
commit 5456ffb64c

View File

@@ -15,7 +15,7 @@
However, sanitizing request parameters assuming they have type
<code>String</code> and using the builtin string methods such as
<code>String.prototye.indexOf</code> is susceptible to type confusion
<code>String.prototype.indexOf</code> is susceptible to type confusion
attacks.
In a type confusion attack, an attacker tampers with an HTTP request