Metadata


Name
rack-protection
Version
3.0.0
Platform
ruby
Authors
https://github.com/sinatra/sinatra/graphs/contributors
Bindir
bin
Date
2022-09-26 00:00:00 UTC
Dependencies
rack (>= 0)
rack-test (~> 2, development)
rspec (~> 3, development)
Description
Protect against typical web attacks, works with all Rack apps, including Rails.
Email
sinatrarb@googlegroups.com
Files
Gemfile
License
README.md
Rakefile
lib/rack/protection.rb
lib/rack/protection/authenticity_token.rb
lib/rack/protection/base.rb
lib/rack/protection/content_security_policy.rb
lib/rack/protection/cookie_tossing.rb
lib/rack/protection/encrypted_cookie.rb
lib/rack/protection/encryptor.rb
lib/rack/protection/escaped_params.rb
lib/rack/protection/form_token.rb
lib/rack/protection/frame_options.rb
lib/rack/protection/http_origin.rb
lib/rack/protection/ip_spoofing.rb
lib/rack/protection/json_csrf.rb
lib/rack/protection/path_traversal.rb
lib/rack/protection/referrer_policy.rb
lib/rack/protection/remote_referrer.rb
lib/rack/protection/remote_token.rb
lib/rack/protection/session_hijacking.rb
lib/rack/protection/strict_transport.rb
lib/rack/protection/version.rb
lib/rack/protection/xss_header.rb
lib/rack_protection.rb
rack-protection.gemspec
Homepage
http://sinatrarb.com/protection/
Licenses
MIT
Metadata
{"source_code_uri"=>"https://github.com/sinatra/sinatra/tree/master/rack-protection", "homepage_uri"=>"http://sinatrarb.com/protection/", "documentation_uri"=>"https://www.rubydoc.info/gems/rack-protection", "rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 2.6.0
Required rubygems version
>= 0
Rubygems version
3.2.3
Specification version
4
Summary
Protect against typical web attacks, works with all Rack apps, including Rails.
Original platform
ruby
New platform
ruby