mirror of
https://github.com/github/codeql.git
synced 2026-04-11 01:54:00 +02:00
Update ql/src/queries/security/cwe-079/ReflectedXSS.qhelp
Co-authored-by: Nick Rolfe <nickrolfe@github.com>
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
|
||||
<recommendation>
|
||||
<p>
|
||||
To guard against cross-site scripting, consider escaping the input before
|
||||
writing user input to the page. In some frameworks, such as Rails, escaping will
|
||||
be performed implicitly and by default.
|
||||
To guard against cross-site scripting, escape user input before writing it
|
||||
to the page. Some frameworks, such as Rails, perform this escaping
|
||||
implicitly and by default.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user