Sha256: 998a2931d1cd1a49ea442bf0c2641bdb25a36753183d7263914f1a8258f25694

Contents?: true

Size: 575 Bytes

Versions: 6

Compression:

Stored size: 575 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

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

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

    def issue_count_per_element
        {
            Element::Form         => 10,
            Element::Link         => 10,
            Element::Cookie       => 10,
            Element::Header       => 9,
            Element::LinkTemplate => 10
        }
    end

    easy_test
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arachni-1.0.5 spec/components/checks/active/os_cmd_injection_spec.rb
arachni-1.0.4 spec/components/checks/active/os_cmd_injection_spec.rb
arachni-1.0.3 spec/components/checks/active/os_cmd_injection_spec.rb
arachni-1.0.2 spec/components/checks/active/os_cmd_injection_spec.rb
arachni-1.0.1 spec/components/checks/active/os_cmd_injection_spec.rb
arachni-1.0 spec/components/checks/active/os_cmd_injection_spec.rb