Skip to content

Commit

Permalink
Add 2.2.3 information to CHANGELOG
Browse files Browse the repository at this point in the history
Fixes #1693
  • Loading branch information
jeremyevans committed Jul 16, 2020
1 parent 294fd23 commit 297bf99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -21,6 +21,12 @@ All notable changes to this project will be documented in this file. For info on
- Avoid NoMethodError when accessing Rack::Session::Cookie without requiring delegate first. ([#1610](https://github.com/rack/rack/issues/1610), [@onigra](https://github.com/onigra))
- Handle cookies with values that end in '=' ([#1645](https://github.com/rack/rack/pull/1645), [@lukaso](https://github.com/lukaso))

## [2.2.3] - 2020-06-15

### Security

- [[CVE-2020-8184](https://nvd.nist.gov/vuln/detail/CVE-2020-8184)] Do not allow percent-encoded cookie name to override existing cookie names. BREAKING CHANGE: Accessing cookie names that require URL encoding with decoded name no longer works. ([@fletchto99](https://github.com/fletchto99))

## [2.2.2] - 2020-02-11

### Fixed
Expand Down

0 comments on commit 297bf99

Please sign in to comment.