Sha256: b49212e21c0aa2215f80b031218920e127b2d30f62b056d5a9b0a957e47dc843
Contents?: true
Size: 966 Bytes
Versions: 5
Compression:
Stored size: 966 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 # Determines whether or not resources (URIs, pages, elements, etc.) are {#out?} # of the scan {OptionGroups::Scope scope}. # # @abstract # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Scope # {Scope} error namespace. # # All {Scope} errors inherit from and live under it. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Error < Arachni::Error end # @return [OptionGroups::Scope] def options Options.scope end # @return [Bool] # `true` if the resource is out of scope, `false` otherwise. # # @abstract def out? end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.6.1.3 | lib/arachni/scope.rb |
arachni-1.6.1.2 | lib/arachni/scope.rb |
arachni-1.6.1.1 | lib/arachni/scope.rb |
arachni-1.6.1 | lib/arachni/scope.rb |
arachni-1.6.0 | lib/arachni/scope.rb |