Sha256: 1cf47f79dae578b1aab76ac32b42dd9c97ed59227ac093383a91aaa7d9cb0a8b

Contents?: true

Size: 655 Bytes

Versions: 5

Compression:

Stored size: 655 Bytes

Contents

=begin
    Copyright 2010-2022 Ecsypno <http://www.ecsypno.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

5 entries across 5 versions & 1 rubygems

Version Path
arachni-1.6.1.3 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.6.1.2 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.6.1.1 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.6.1 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb
arachni-1.6.0 lib/arachni/browser/javascript/taint_tracer/sink/execution_flow.rb