Sha256: f9c4f610dc8a96697a824db57c90467d7577bc775d3b0ced0a44d9402b3a5f80

Contents?: true

Size: 300 Bytes

Versions: 5

Compression:

Stored size: 300 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, Element::NestedCookie ]
    end

    def issue_count
        1
    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/sql_injection_differential_spec.rb
arachni-1.6.1.2 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.6.1.1 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.6.1 spec/components/checks/active/sql_injection_differential_spec.rb
arachni-1.6.0 spec/components/checks/active/sql_injection_differential_spec.rb