Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Bump puma from 5.6.2 to 5.6.4 #271

Merged
merged 1 commit into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Security
- Upgraded puma to 5.6.4 to resolve CVE-2022-24790
[cyberark/conjur-service-broker#271](https://github.com/cyberark/conjur-service-broker/pull/271)
- Upgraded rails components to 5.2.6.2 and puma to 5.6.2 to resolve CVE-2022-23633 and
CVE-2022-23634 [cyberark/conjur-service-broker#270](https://github.com/cyberark/conjur-service-broker/pull/270)
- Updated puma to 5.5.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'json-schema', '2.8.0'
gem 'listen', '>= 3.0.5', '< 3.2'

# Use Puma as the app server
gem 'puma', '5.6.2'
gem 'puma', '5.6.4'

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
puma (5.6.2)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
Expand Down Expand Up @@ -193,7 +193,7 @@ DEPENDENCIES
license_finder
listen (>= 3.0.5, < 3.2)
pry-byebug
puma (= 5.6.2)
puma (= 5.6.4)
rack (~> 2.2.3)
railties (~> 5.2.6)
rest-client
Expand Down
4 changes: 2 additions & 2 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SECTION 1: Apache-2.0

SECTION 2: BSD-3-Clause

>>> https://rubygems.org/gems/puma/versions/5.6.2
>>> https://rubygems.org/gems/puma/versions/5.6.4

SECTION 3: MIT

Expand Down Expand Up @@ -56,7 +56,7 @@ limitations under the License.

BSD-3-Clause License is applicable to the following component(s).

>>> https://rubygems.org/gems/puma/versions/5.6.2
>>> https://rubygems.org/gems/puma/versions/5.6.4

Copyright (c) 2019, Evan Phoenix. Some code by Zed Shaw, (c) 2005.
All rights reserved.
Expand Down