summaryrefslogtreecommitdiff
path: root/www/ruby-rack-protection
AgeCommit message (Collapse)AuthorFilesLines
2012-01-08Update ruby-rack-protection to 1.2.0.obache2-6/+6
Changes: * Show warnings for JsonCsrtf attacks. * do not enable parameter escaping by default, fixes #8. * Use more specific namespace declaration in Rack::Builder configuration. * NotimpelentedError typo fix * add test that makes sure passingin on :track option works. related to #6. * deal with PATH_INFO being nil, fixes #7. * do not track HTTP_VERSION, fixes #6.
2011-12-16Importing www/ruby-rack-protection pacakge version 1.1.4.taca4-0/+60
Rack::Protection You should use protection! This gem protects against typical web attacks. Should work for all Rack apps, including Rails.