Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 17, 2023
1 parent f6d4f52 commit 2606ac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/).

## [2.2.6.2] - 2022-01-17

- [CVE-2022-44570] Fix ReDoS in Rack::Utils.get_byte_ranges

## [2.2.6.1] - 2022-01-17

- [CVE-2022-44571] Fix ReDoS vulnerability in multipart parser
- [CVE-2022-44570] Fix ReDoS in Rack::Utils.get_byte_ranges
- [CVE-2022-44572] Forbid control characters in attributes (also ReDoS)

## [2.2.6] - 2022-01-17
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.version
VERSION.join(".")
end

RELEASE = "2.2.6.1"
RELEASE = "2.2.6.2"

# Return the Rack release as a dotted string.
def self.release
Expand Down

0 comments on commit 2606ac5

Please sign in to comment.