Sha256: db0e082363616b17500580f61ac5bd2f659e6bf5694c40e28444d1ace38eb688

Contents?: true

Size: 621 Bytes

Versions: 3

Compression:

Stored size: 621 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

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

    def issue_count_per_element
        {
            Element::Form         => 125,
            Element::Link         => 125,
            Element::Cookie       => 150,
            Element::Header       => 75,
            Element::LinkTemplate => 75,
            Element::JSON         => 75,
            Element::XML          => 150
        }
    end

    easy_test
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arachni-1.3.2 spec/components/checks/active/xpath_injection_spec.rb
arachni-1.3.1 spec/components/checks/active/xpath_injection_spec.rb
arachni-1.3 spec/components/checks/active/xpath_injection_spec.rb