Skip to content

Commit 6e3b959

Browse files
committed
Reword qhelp slightly
1 parent f879186 commit 6e3b959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/Security/CWE-079/HtmlTemplateEscapingBypassXss.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
that allow values to be rendered as-is in the template, avoiding the escaping that all the other strings go
99
through.
1010
</p>
11-
<p>Using them on user-provided values will result in an opportunity for XSS.</p>
11+
<p>Using them on user-provided values allows for a cross-site scripting vulnerability.</p>
1212
</overview>
1313
<recommendation>
1414
<p>

0 commit comments

Comments
 (0)