Skip to content

Commit 6007dfa

Browse files
erik-kroghasgerf
andauthored
fix qldoc in StoredXssCustomizations
Co-authored-by: Asger F <asgerf@github.com>
1 parent b9a7c56 commit 6007dfa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
import javascript
77

88
/**
9-
* Provides sources, sinks, and sanitizers for reasoning about
10-
* cross-site scripting vulnerabilities where the taint-flow passes through a thrown
11-
* exception.
9+
* Provides default sources, sinks and sanitizers for reasoning about
10+
* stored cross-site scripting vulnerabilities.
1211
*/
1312
module StoredXss {
1413
private import Xss::Shared as Shared

0 commit comments

Comments
 (0)