Sha256: 7412089788d41db0c1c0c102480716e3925278a4d8899b9272d007b5fb1b8cc4

Contents?: true

Size: 673 Bytes

Versions: 5

Compression:

Stored size: 673 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

    def self.elements
        [ Element::Form, Element::Link, Element::Cookie, Element::NestedCookie,
          Element::Header, Element::LinkTemplate, Element::JSON, Element::XML ]
    end

    def issue_count_per_element
        {
            Element::Form         => 4,
            Element::Link         => 4,
            Element::Cookie       => 6,
            Element::Header       => 2,
            Element::LinkTemplate => 8,
            Element::JSON         => 4,
            Element::XML          => 4,
            Element::NestedCookie => 8
        }
    end

    easy_test
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arachni-1.6.1.3 spec/components/checks/active/response_splitting_spec.rb
arachni-1.6.1.2 spec/components/checks/active/response_splitting_spec.rb
arachni-1.6.1.1 spec/components/checks/active/response_splitting_spec.rb
arachni-1.6.1 spec/components/checks/active/response_splitting_spec.rb
arachni-1.6.0 spec/components/checks/active/response_splitting_spec.rb