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

Co-authored-by: Nick Rolfe <nickrolfe@github.com>
This commit is contained in:
Alex Ford
2021-09-08 14:31:54 +01:00
committed by Alex Ford
parent 0689e6095e
commit 98fd0e1c24

View File

@@ -37,7 +37,7 @@
<p>
However, the following example is unsafe because user-controlled input is
output without escaping, since it is marked as <code>html_safe</code>.
emitted without escaping, since it is marked as <code>html_safe</code>.
</p>
<sample src="examples/reflective_xss.html.erb" />
</example>