Popularity
5.5
Stable
Activity
0.0
Stable
830
24
61

Description

This gem protects against typical web attacks. Should work for all Rack apps, including Rails.

Monthly Downloads: 5,474,980
Programming language: - - -
License: MIT License
Tags: Security    
Latest version: v1.5.5

Rack::Protection alternatives and similar gems

Based on the "Security" category.
Alternatively, view Rack::Protection alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Rack::Protection or a related project?

Add another 'Security' Gem

README

NOTE: This project has been merged upstream to sinatra/sinatra

The tree will be merged upstream, including commit history.

For specific file history, please refer to the pre-merge branch here.

To use this gem from the upstream repository, you can add the following to your Gemfile:

github 'sinatra/sinatra' do
  gem 'rack-protection'
end