Skip to content

Commit

Permalink
6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Sep 19, 2024
1 parent 63a27b5 commit e867e53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.4.3 / 2024-09-19

* Security
* 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)

## 6.4.2 / 2024-01-08

* Security
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "6.4.2"
PUMA_VERSION = VERSION = "6.4.3"
CODE_NAME = "The Eagle of Durango"

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

0 comments on commit e867e53

Please sign in to comment.