Sha256: bb44cc7ad218fe6f3b023873869312f965af1e59d723140fc2f72fee04cfa48b

Contents?: true

Size: 277 Bytes

Versions: 10

Compression:

Stored size: 277 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

    def self.platforms
        [:sql]
    end

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

    def issue_count
        1
    end

    easy_test
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
arachni-1.5.1 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.5 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.4 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.3.2 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.3.1 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.3 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.2.1 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.2 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.1 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.0.6 spec/components/checks/active/sql_injection_differential_spec.rb