Skip to content

Commit 2606ac5

Browse files
committed
bumping version
1 parent f6d4f52 commit 2606ac5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
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/).
44

5+
## [2.2.6.2] - 2022-01-17
6+
7+
- [CVE-2022-44570] Fix ReDoS in Rack::Utils.get_byte_ranges
8+
59
## [2.2.6.1] - 2022-01-17
610

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

1114
## [2.2.6] - 2022-01-17

lib/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def self.version
2020
VERSION.join(".")
2121
end
2222

23-
RELEASE = "2.2.6.1"
23+
RELEASE = "2.2.6.2"
2424

2525
# Return the Rack release as a dotted string.
2626
def self.release

0 commit comments

Comments
 (0)