Skip to content

Commit

Permalink
CONJSE-1914: Merge pull request #646 from Conjur-Enterprise/CONJSE-1914
Browse files Browse the repository at this point in the history
CONJSE-1914 Bump nokogiri, puma, openid_connect, rails
  • Loading branch information
codihuston authored and GitHub Enterprise committed Dec 31, 2024
2 parents 1c45b5e + b13fc56 commit ec608eb
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 101 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Authn-JWT: Deny access when issuer claim is missing from JWT.
Can be disabled using the authn_jwt_ignore_missing_issuer_claim config flag.
(CONJSE-1920)
- Update nokogiri to 1.16.5 to address CVE-2024-34459.
CONJSE-1923
- Update puma to 6.4.3 to address CVE-2024-45614.
CONJSE-1923
- Update openid_connect to 2.3.1 to address CVE-2023-51774 in json-jwt.
CONJSE-1923
- Update rails to 6.1.7.10 to resolve: rails-html-sanitizer to resolve
CVE-2024-53986, CVE-2024-53987, and CVE-2024-53988, and actionpack to resolve
CVE-2024-54133.
CONJSE-1923

### Added
- Add JSON support for the `/` endpoint that returns the Conjur version
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ gem 'http', '~> 4.2.0'
gem 'iso8601'
gem 'jbuilder', '~> 2.7.0'
gem 'mustache'
gem 'nokogiri', '>= 1.8.2'
gem 'puma', '~> 6', '>= 6.4.2'
gem 'nokogiri', '>= 1.16.5'
gem 'puma', '~> 6', '>= 6.4.3'
gem 'rack', '~> 2.2', '>= 2.2.8.1'
gem 'rails', '~> 6.1', '>= 6.1.7.8'
gem 'rails', '~> 6.1', '>= 6.1.7.9'
gem 'rake'

gem 'pg'
Expand Down
Loading

0 comments on commit ec608eb

Please sign in to comment.