diff --git a/javascript/ql/src/Security/CWE-079/XssThroughDom.qhelp b/javascript/ql/src/Security/CWE-079/XssThroughDom.qhelp index b08423c64c0..0c46d92c196 100644 --- a/javascript/ql/src/Security/CWE-079/XssThroughDom.qhelp +++ b/javascript/ql/src/Security/CWE-079/XssThroughDom.qhelp @@ -17,7 +17,7 @@ If an attacker is able to control the safe sanitized text, then this vulnerabili

To guard against cross-site scripting, consider using contextual output encoding/escaping before -writing text to the page, or one of the other solutions that are mentioned in the references. +writing text to the page, or one of the other solutions that are mentioned in the References section below.