Update javascript/ql/src/Security/CWE-079/XssThroughDom.qhelp

Co-Authored-By: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-04-22 10:07:50 +02:00
committed by GitHub
parent 59b94b3d1b
commit 947e9828da

View File

@@ -17,7 +17,7 @@ If an attacker is able to control the safe sanitized text, then this vulnerabili
<recommendation>
<p>
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.
</p>
</recommendation>