Skip to content

Commit e867e53

Browse files
committed
6.4.3
1 parent 63a27b5 commit e867e53

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 6.4.3 / 2024-09-19
2+
3+
* Security
4+
* Discards any headers using underscores if the non-underscore version also exists. Without this, an attacker could overwrite values set by intermediate proxies (e.g. X-Forwarded-For). ([CVE-2024-45614](https://github.com/puma/puma/security/advisories/GHSA-9hf4-67fc-4vf4)/GHSA-9hf4-67fc-4vf4)
5+
16
## 6.4.2 / 2024-01-08
27

38
* Security

lib/puma/const.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
100100
# too taxing on performance.
101101
module Const
102102

103-
PUMA_VERSION = VERSION = "6.4.2"
103+
PUMA_VERSION = VERSION = "6.4.3"
104104
CODE_NAME = "The Eagle of Durango"
105105

106106
PUMA_SERVER_STRING = ["puma", PUMA_VERSION, CODE_NAME].join(" ").freeze

0 commit comments

Comments
 (0)