Skip to content

Commit e27a699

Browse files
committed
update description
1 parent b5a5798 commit e27a699

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* @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.
3+
* @description Inserting data from an exception containing user
4+
* input into the DOM may enable cross-site scripting.
65
* @kind path-problem
76
* @problem.severity error
87
* @precision medium

0 commit comments

Comments
 (0)