mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Version v4.3.1
This commit is contained in:
parent
76c2e31430
commit
4ec58e36de
2 changed files with 7 additions and 1 deletions
|
|
@ -1,7 +1,13 @@
|
|||
# Changlog
|
||||
|
||||
## master (unreleased)
|
||||
|
||||
## v4.3.1 - 18 Dec 2015
|
||||
- SECURITY FIX: Normalize request paths when using ActionDispatch. Thanks
|
||||
Andres Riancho at @includesecurity for reporting it.
|
||||
- Remove support for ruby 1.9.x
|
||||
- Add Code of Conduct
|
||||
- Several documentation and testing improvements
|
||||
|
||||
## v4.3.0 - 22 May 2015
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
class Attack
|
||||
VERSION = '4.3.0'
|
||||
VERSION = '4.3.1'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue