qtil
advanced-security/qtil-javascript 0.0.3
Search

Module EventRegistration

Import path

import semmle.javascript.frameworks.EventEmitter

Classes

DefaultEventRegistration

A default implementation of an EventRegistration. The default implementation assumes that this is a DataFlow::InvokeNode where the first argument is a string describing which channel is registered, and the second argument is the event handler callback.

Range

A registration of an event handler on an EventEmitter.