JS: address review comments

This commit is contained in:
Esben Sparre Andreasen
2018-09-04 08:21:27 +02:00
parent 2306afdebf
commit 89887e7dc8
2 changed files with 8 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
<overview>
<p>
Directly incorporating user input into a remote request
Directly incorporating user input into an HTTP request
without validating the input can facilitate different kinds of request
forgery attacks, where the attacker essentially controls the request.