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
Classes
DefaultSourceNode | |
SourceNode | A source node for local data flow, that is, a node from which local data flow is tracked. |