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 коммит произвёл GitHub
Родитель 1b80f46f30
Коммит 2d3e42e6d6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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,