Sha256: 7f58a7ef7c72632cd689b9cdf478e861b2767ae06b05c8f11a9d3739da5eb4ab

Contents?: true

Size: 532 Bytes

Versions: 2

Compression:

Stored size: 532 Bytes

Contents

=begin
    Copyright 2010-2017 Sarosys LLC <http://www.sarosys.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

class Arachni::Plugins::P00 < Arachni::Plugin::Base
    def self.info
        {
            name:     'P00',
            author:   'Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com>',
            priority: 0
        }
    end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arachni-1.5.1 spec/support/fixtures/plugins_with_priorities/p00.rb
arachni-1.5 spec/support/fixtures/plugins_with_priorities/p00.rb