change doc based on review feedback

This commit is contained in:
Erik Krogh Kristensen
2019-11-26 10:48:24 +01:00
parent f40d79271d
commit 7ee12a3420
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ references.
<example>
<p>
The following example shows an exception being written directly to the document,
and this exception can potentially be influenced the page URL,
and this exception can potentially be influenced by the page URL,
leaving the website vulnerable to cross-site scripting.
</p>
<sample src="examples/ExceptionXss.js" />

View File

@@ -1,7 +1,7 @@
/**
* @name Client-side cross-site scripting through exception
* @description User input being part of an exception allows for
* cross-site scripting if that exception ends as input
* cross-site scripting if that exception is written
* to the DOM.
* @kind path-problem
* @problem.severity error