Skip to content

Commit

Permalink
5.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Jan 8, 2024
1 parent bbb880f commit 1293573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 5.6.8 / 2023-01-08

* Security
* Limit the size of chunk extensions. Without this limit, an attacker could cause unbounded resource (CPU, network bandwidth) consumption. ([GHSA-c2f4-cvqm-65w2](https://github.com/puma/puma/security/advisories/GHSA-c2f4-cvqm-65w2))

## 5.6.7 / 2023-08-18

* Security
* Security
* Address HTTP request smuggling vulnerabilities with zero-length Content Length header and trailer fields ([GHSA-68xg-gqqm-vgj8](https://github.com/puma/puma/security/advisories/GHSA-68xg-gqqm-vgj8))

## 5.6.6 / 2023-06-21
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 = "5.6.7".freeze
PUMA_VERSION = VERSION = "5.6.8".freeze
CODE_NAME = "Birdie's Version".freeze

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

0 comments on commit 1293573

Please sign in to comment.