1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/rack-protection
2011-05-24 17:59:33 +02:00
..
lib implement PathTraversal 2011-05-24 17:59:33 +02:00
spec implement PathTraversal 2011-05-24 17:59:33 +02:00
.gitignore initial commit 2011-05-23 10:07:54 +02:00
Gemfile initial commit 2011-05-23 10:07:54 +02:00
License initial commit 2011-05-23 10:07:54 +02:00
rack-protection.gemspec set up testing infrastructure and shared tests 2011-05-23 17:36:16 +02:00
Rakefile initial commit 2011-05-23 10:07:54 +02:00
README.md initial commit 2011-05-23 10:07:54 +02:00

You should use protection!

Usage

# config.ru
require 'rack/protection'
use Rack::Protection

Installation

gem install rack-protection

TODO

  • Write code and documentation