Module DOM
Provides predicates for reasoning about DOM types and methods.
Import path
import semmle.javascript.security.dataflow.DOM
Imports
javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Predicates
isDomNode | Holds if |
isDomRootType | Holds if |
isLocationNode | Holds if |
Classes
DomGlobalVariable | A global variable whose declared type extends a DOM root type. |
DomMethodCallNode | A call to a DOM method. |
DomPropertyWrite | An assignment to a property of a DOM object. |
PostMessageEventHandler | An event handler that handles |
WebStorageWrite | A value written to web storage, like |