Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump activesupport from 7.0.3.1 to 7.0.4.1 in /tests/integration/test-app #307

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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[cyberark/conjur-service-broker#306](https://github.com/cyberark/conjur-service-broker/pull/306)

### Security
- Update activesupport in tests/integration/test-app/Gemfile.lock to 7.0.4.1
for CVE-2023-22796 (not vulnerable)
[cyberark/conjur-service-broker#307](https://github.com/cyberark/conjur-service-broker/pull/307)
- Update conjur-api-go to v0.10.2 to udpate indirect dependency gopkg.in/yaml.v2
[cyberark/conjur-service-broker#305](https://github.com/cyberark/conjur-service-broker/pull/305)
- Update loofah to 2.19.1 for CVE-2022-23514, CVE-2022-23515 and CVE-2022-23516 (all Not Vulnerable)
Expand Down
4 changes: 2 additions & 2 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ of the license associated with each component.

SECTION 1: Apache-2.0

>>> https://rubygems.org/gems/conjur-api/versions/5.3.4
>>> https://rubygems.org/gems/conjur-api/versions/5.3.7

SECTION 2: BSD-3-Clause

Expand Down Expand Up @@ -36,7 +36,7 @@ APPENDIX: Standard License Files and Templates

Apache-2.0 License is applicable to the following component(s).

>>> https://rubygems.org/gems/conjur-api/versions/5.3.4
>>> https://rubygems.org/gems/conjur-api/versions/5.3.7

Copyright (c) 2020 CyberArk Software Ltd. All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test-app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3.1)
activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -31,7 +31,7 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
minitest (5.16.2)
minitest (5.17.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
Expand Down