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

Commit

Permalink
Merge pull request #283 from cyberark/update-rack
Browse files Browse the repository at this point in the history
Update rack to 2.2.3.1
  • Loading branch information
jtuttle authored Jun 10, 2022
2 parents 7583d59 + 9890a99 commit 28c0016
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Security
- Upgrade rack to 2.2.3.1 to resolves CVE-2022-30122 and CVE-2022-30123
[cyberark/conjur-service-broker#283](https://github.com/cyberark/conjur-service-broker/pull/283)

## [1.2.5] - 2022-05-19
### Security
- Upgrade nokogiri to 1.13.6 to resolve un-numbered libxml CVEs
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.3.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
rack (2.2.3)
rack (2.2.3.1)
rack-protection (2.2.0)
rack
rest-client (2.0.2)
Expand Down

0 comments on commit 28c0016

Please sign in to comment.