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

Commit

Permalink
Update rack to 2.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuttle committed Jun 10, 2022
1 parent 7583d59 commit 34e26e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- 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 34e26e7

Please sign in to comment.