Skip to content

Commit 7ee12a3

Browse files
committed
change doc based on review feedback
1 parent f40d792 commit 7ee12a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/src/Security/CWE-079/ExceptionXss.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ references.
2121
<example>
2222
<p>
2323
The 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,
2525
leaving the website vulnerable to cross-site scripting.
2626
</p>
2727
<sample src="examples/ExceptionXss.js" />

javascript/ql/src/Security/CWE-079/ExceptionXss.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)