Sha256: 3fd8b71b42d534f741d37f06a24f3caa6626cd17a24126befdd02a64d0c7a70f

Contents?: true

Size: 486 Bytes

Versions: 7

Compression:

Stored size: 486 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

    def self.platforms
        [:php, :perl, :python, :asp]
    end

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

    def issue_count_per_platform
        {
            php:    8,
            perl:   8,
            python: 4,
            asp:    8,
            ruby:   8
        }
    end

    easy_test
end

Version data entries

7 entries across 7 versions & 1 rubygems

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