Module Xss
Provides classes and predicates used by the XSS queries.
Import path
import semmle.javascript.security.dataflow.Xss
Imports
javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Modules
DomBasedXss | Provides classes and predicates for the DOM-based XSS query. |
ReflectedXss | Provides classes and predicates for the reflected XSS query. |
Shared | Provides classes and predicates shared between the XSS queries. |
StoredXss | Provides classes and predicates for the stored XSS query. |
XssThroughDom | Provides classes and predicates for the XSS through DOM query. |