We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed87b3 commit ed708c1Copy full SHA for ed708c1
ql/src/queries/security/cwe-079/ReflectedXSS.qhelp
@@ -13,9 +13,9 @@
13
14
<recommendation>
15
<p>
16
- To guard against cross-site scripting, consider escaping the input before
17
- writing user input to the page. In some frameworks, such as Rails, escaping will
18
- 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.
19
</p>
20
21
0 commit comments