Module Sources
Provides support for intra-procedural tracking of a customizable set of data flow nodes.
Note that unlike TypeTracking.qll
, this library only performs
local tracking within a function.
Import path
import semmle.javascript.dataflow.Sources
Predicates
exportsVarNode |
Gets the CommonJS/AMD |
moduleVarNode |
Gets the CommonJS/AMD |
Classes
SourceNode |
A source node for local data flow, that is, a node from which local data flow is tracked. |
Modules
Aliases
LocalSourceNode |
An alias for |