add missing qldoc

This commit is contained in:
Erik Krogh Kristensen
2022-04-20 12:24:08 +02:00
parent 12e60c7a06
commit ea6b68fc59
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,11 @@
import javascript
import semmle.javascript.security.dataflow.RemoteFlowSources
/**
* Provides sources, sinks, and sanitizers for reasoning about
* cross-site scripting vulnerabilities where the taint-flow passes through a thrown
* exception.
*/
module ExceptionXss {
private import Xss::Shared as Shared

View File

@@ -5,6 +5,11 @@
import javascript
/**
* Provides sources, sinks, and sanitizers for reasoning about
* cross-site scripting vulnerabilities where the taint-flow passes through a thrown
* exception.
*/
module StoredXss {
private import Xss::Shared as Shared