Sha256: 4e90f8cb1bf46e76fb0a81c91a588b32a85ea72d7cf61384f1126b63aaaec524

Contents?: true

Size: 670 Bytes

Versions: 7

Compression:

Stored size: 670 Bytes

Contents

=begin
    Copyright 2010-2014 Tasos Laskos <tasos.laskos@arachni-scanner.com>

    This file is part of the Arachni Framework project and is subject to
    redistribution and commercial restrictions. Please see the Arachni Framework
    web site for more information on licensing and terms of use.
=end

module Arachni
class Browser
class Javascript
class TaintTracer
class Sink

# Represents an execution-flow trace.
#
# @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com>
class ExecutionFlow < Base

    # @return   [Array]
    #   Data passed to the `TaintTracer#log_execution_flow_sink` JS interface.
    attr_accessor :data

end

end
end
end
end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arachni-1.0.6 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.0.5 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.0.4 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.0.3 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.0.2 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.0.1 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.0 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb