mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
add missing qldoc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user