Sha256: 206c93f7e9189ba333a13c061df06710971401479f47bfb8c9893b48c41b580f

Contents?: true

Size: 738 Bytes

Versions: 5

Compression:

Stored size: 738 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

    def self.platforms
        [:unix, :windows]
    end

    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         => 14,
            Element::Link         => 14,
            Element::Cookie       => 14,
            Element::Header       => 14,
            Element::LinkTemplate => 14,
            Element::JSON         => 14,
            Element::XML          => 28,
            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/os_cmd_injection_timing_spec.rb
arachni-1.6.1.2 spec/components/checks/active/os_cmd_injection_timing_spec.rb
arachni-1.6.1.1 spec/components/checks/active/os_cmd_injection_timing_spec.rb
arachni-1.6.1 spec/components/checks/active/os_cmd_injection_timing_spec.rb
arachni-1.6.0 spec/components/checks/active/os_cmd_injection_timing_spec.rb