Skip to content

Commit ea6b68f

Browse files
committed
add missing qldoc
1 parent 12e60c7 commit ea6b68f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/ExceptionXssCustomizations.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
import javascript
88
import semmle.javascript.security.dataflow.RemoteFlowSources
99

10+
/**
11+
* Provides sources, sinks, and sanitizers for reasoning about
12+
* cross-site scripting vulnerabilities where the taint-flow passes through a thrown
13+
* exception.
14+
*/
1015
module ExceptionXss {
1116
private import Xss::Shared as Shared
1217

javascript/ql/lib/semmle/javascript/security/dataflow/StoredXssCustomizations.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
import javascript
77

8+
/**
9+
* Provides sources, sinks, and sanitizers for reasoning about
10+
* cross-site scripting vulnerabilities where the taint-flow passes through a thrown
11+
* exception.
12+
*/
813
module StoredXss {
914
private import Xss::Shared as Shared
1015

0 commit comments

Comments
 (0)