Class: Arachni::Browser::Javascript::TaintTracer::Sink::ExecutionFlow

Inherits:
Base
  • Object
show all
Defined in:
lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb

Overview

Represents an execution-flow trace.

Author:

Instance Attribute Summary collapse

Attributes inherited from Base

#trace

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

#dataArray

Returns Data passed to the TaintTracer#log_execution_flow_sink JS interface.

Returns:

  • (Array)

    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