/dirverser

:arrow_up: Code to facilitate testing directory traversal issues

Primary LanguageRubyMIT LicenseMIT

Ruby Directory Traverser Methods

Description

  • Code to facilitate testing directory traversal issues

Features

Examples

require 'dirverser'

include Dirverser::URI

traverse('https://google.com/a/b/c')
=> ["https://google.com/a/", "https://google.com/a/b/", "https://google.com/a/b/c/"]

Requirements

Install

$ gem install dirverser

Copyright

Copyright (c) 2017 Derek Callaway

See LICENSE.txt for license information.