Class: Arachni::Browser::Javascript::TaintTracer::Sink::ExecutionFlow
- Defined in:
- lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
Overview
Represents an execution-flow trace.
Instance Attribute Summary collapse
-
#data ⇒ Array
Data passed to the ‘TaintTracer#log_execution_flow_sink` JS interface.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#==, from_rpc_data, #hash, #initialize, #to_h, #to_hash, #to_rpc_data
Constructor Details
This class inherits a constructor from Arachni::Browser::Javascript::TaintTracer::Sink::Base
Instance Attribute Details
#data ⇒ Array
Returns Data passed to the ‘TaintTracer#log_execution_flow_sink` JS interface.
22 23 24 |
# File 'lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb', line 22 def data @data end |