Sha256: 8628b1dae29ae9e7d79ffec066eb4b1c93a670a48aa2268f7b63adedb2e0a23a

Contents?: true

Size: 479 Bytes

Versions: 5

Compression:

Stored size: 479 Bytes

Contents

require_relative '../../spec_helper'

describe name_from_filename do
    include_examples 'module'

    def self.targets
        %w(General PHP Java dotNET libXML2)
    end

    def self.elements
        [ Element::FORM, Element::LINK, Element::COOKIE, Element::HEADER ]
    end

    def issue_count_per_target
        {
            general: 39,
            php:     6,
            java:    9,
            dotnet:  15,
            libxml2: 6
        }
    end

    easy_test
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arachni-0.4.2 spec/modules/audit/xpath_spec.rb
arachni-0.4.1.3 spec/modules/audit/xpath_spec.rb
arachni-0.4.1.2 spec/modules/audit/xpath_spec.rb
arachni-0.4.1.1 spec/modules/audit/xpath_spec.rb
arachni-0.4.1 spec/modules/audit/xpath_spec.rb