Skip to content

Commit ed708c1

Browse files
alexrfordnickrolfe
andcommitted
Update ql/src/queries/security/cwe-079/ReflectedXSS.qhelp
Co-authored-by: Nick Rolfe <nickrolfe@github.com>
1 parent eed87b3 commit ed708c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ql/src/queries/security/cwe-079/ReflectedXSS.qhelp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
<recommendation>
1515
<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.
16+
To guard against cross-site scripting, escape user input before writing it
17+
to the page. Some frameworks, such as Rails, perform this escaping
18+
implicitly and by default.
1919
</p>
2020

2121
<p>

0 commit comments

Comments
 (0)