File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
javascript/ql/src/Security/CWE-079 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ references.
2121<example >
2222<p >
2323The following example shows an exception being written directly to the document,
24- and this exception can potentially be influenced the page URL,
24+ and this exception can potentially be influenced by the page URL,
2525leaving the website vulnerable to cross-site scripting.
2626</p >
2727<sample src =" examples/ExceptionXss.js" />
Original file line number Diff line number Diff line change 11/**
22 * @name Client-side cross-site scripting through exception
33 * @description User input being part of an exception allows for
4- * cross-site scripting if that exception ends as input
4+ * cross-site scripting if that exception is written
55 * to the DOM.
66 * @kind path-problem
77 * @problem.severity error
You can’t perform that action at this time.
0 commit comments