Sha256: e878bf706cbef0cb2c2123bf9e8c3c02b131c31af450983f3daa7b9ff4960b1d

Contents?: true

Size: 430 Bytes

Versions: 2

Compression:

Stored size: 430 Bytes

Contents

require 'spec_helper'

describe 'WAVSEP false-positive Remote File Inclusion' do
    include_examples 'wavsep'

    def self.methods
        ['GET']
    end

    def self.test_cases( http_method )
        {
            'Remote File Inclusion' => {
                url:        "RFI-FalsePositives-#{http_method}/",
                modules:    :rfi,
                vulnerable: []
            }
        }
    end

    easy_test
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arachni-0.4.7 spec/external/wavsep/false_positives/rfi_spec.rb
arachni-0.4.6 spec/external/wavsep/false_positives/rfi_spec.rb