Skip to content

Commit ec608eb

Browse files
codihustonGitHub Enterprise
authored and
GitHub Enterprise
committed
CONJSE-1914: Merge pull request #646 from Conjur-Enterprise/CONJSE-1914
CONJSE-1914 Bump nokogiri, puma, openid_connect, rails
2 parents 1c45b5e + b13fc56 commit ec608eb

File tree

3 files changed

+119
-101
lines changed

3 files changed

+119
-101
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2323
- Authn-JWT: Deny access when issuer claim is missing from JWT.
2424
Can be disabled using the authn_jwt_ignore_missing_issuer_claim config flag.
2525
(CONJSE-1920)
26+
- Update nokogiri to 1.16.5 to address CVE-2024-34459.
27+
CONJSE-1923
28+
- Update puma to 6.4.3 to address CVE-2024-45614.
29+
CONJSE-1923
30+
- Update openid_connect to 2.3.1 to address CVE-2023-51774 in json-jwt.
31+
CONJSE-1923
32+
- Update rails to 6.1.7.10 to resolve: rails-html-sanitizer to resolve
33+
CVE-2024-53986, CVE-2024-53987, and CVE-2024-53988, and actionpack to resolve
34+
CVE-2024-54133.
35+
CONJSE-1923
2636

2737
### Added
2838
- Add JSON support for the `/` endpoint that returns the Conjur version

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ gem 'http', '~> 4.2.0'
1919
gem 'iso8601'
2020
gem 'jbuilder', '~> 2.7.0'
2121
gem 'mustache'
22-
gem 'nokogiri', '>= 1.8.2'
23-
gem 'puma', '~> 6', '>= 6.4.2'
22+
gem 'nokogiri', '>= 1.16.5'
23+
gem 'puma', '~> 6', '>= 6.4.3'
2424
gem 'rack', '~> 2.2', '>= 2.2.8.1'
25-
gem 'rails', '~> 6.1', '>= 6.1.7.8'
25+
gem 'rails', '~> 6.1', '>= 6.1.7.9'
2626
gem 'rake'
2727

2828
gem 'pg'

0 commit comments

Comments
 (0)