Sha256: 77e8be0780cfe844f6c5ae5a61aec5e4ffe41d05484cf17b36887db1e7479728

Contents?: true

Size: 279 Bytes

Versions: 10

Compression:

Stored size: 279 Bytes

Contents

class Auditor
    include Arachni::Module::Auditor

    attr_accessor :page
    attr_accessor :framework

    def initialize( page = nil, framework = nil)
        @page      = page
        @framework = framework
    end

    def self.info
        { name: 'Auditor' }
    end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
arachni-0.4.7 spec/support/helpers/auditor.rb
arachni-0.4.6 spec/support/helpers/auditor.rb
arachni-0.4.5.2 spec/support/helpers/auditor.rb
arachni-0.4.5.1 spec/support/helpers/auditor.rb
arachni-0.4.5 spec/support/helpers/auditor.rb
arachni-0.4.4 spec/support/helpers/auditor.rb
arachni-0.4.3.2 spec/support/helpers/auditor.rb
arachni-0.4.3.1 spec/support/helpers/auditor.rb
arachni-0.4.3 spec/support/helpers/auditor.rb
arachni-0.4.2 spec/helpers/auditor.rb