We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a5798 commit e27a699Copy full SHA for e27a699
javascript/ql/src/Security/CWE-079/ExceptionXss.ql
@@ -1,8 +1,7 @@
1
/**
2
* @name Cross-site scripting through exception
3
- * @description User input being part of an exception allows for
4
- * cross-site scripting if that exception is written
5
- * to the DOM.
+ * @description Inserting data from an exception containing user
+ * input into the DOM may enable cross-site scripting.
6
* @kind path-problem
7
* @problem.severity error
8
* @precision medium
0 commit comments