8000 bump version · rack/rack@d6b5b2b · GitHub
[go: up one dir, main page]

Skip to content

Commit d6b5b2b

Browse files
committed
bump version
1 parent 9aac375 commit d6b5b2b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.3] - 2023-03-02
6+
7+
- [CVE-2023-27530] Introduce multipart_total_part_limit to limit total parts
8+
59
## [2.2.6.2] - 2022-01-17
610

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

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.2"
23+
RELEASE = "2.2.6.3"
2424

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

0 commit comments

Comments
 (0)
0