Sha256: 427e83126d1904cdce921dc73fa9b5e399ff5bdb8b7b4468c2caf8b2cc952334

Contents?: true

Size: 553 Bytes

Versions: 5

Compression:

Stored size: 553 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 ]
    end

    def issue_count_per_element
        {
            Element::Form         => 210,
            Element::Link         => 114,
            Element::Cookie       => 228,
            Element::Header       => 114,
            Element::LinkTemplate => 114,
            Element::NestedCookie => 228
        }
    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/xss_event_spec.rb
arachni-1.6.1.2 spec/components/checks/active/xss_event_spec.rb
arachni-1.6.1.1 spec/components/checks/active/xss_event_spec.rb
arachni-1.6.1 spec/components/checks/active/xss_event_spec.rb
arachni-1.6.0 spec/components/checks/active/xss_event_spec.rb