mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
change doc based on review feedback
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user