update qhelp for xss-through-dom

Co-Authored-By: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-04-20 11:50:46 +02:00
committed by GitHub
parent 1b80f46f30
commit 2d3e42e6d6

View File

@@ -5,8 +5,7 @@
<overview>
<p>
Writing text from a webpage to the same webpage without properly sanitizing the
input first, might allow for a cross-site scripting vulnerability.
Extracting text from a DOM node and interpreting it as HTML can lead to a cross-site scripting vulnerability.
</p>
<p>
A webpage with this vulnerability unescapes an otherwise sanitized text,