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

Require sidekiq newer than 6.5.10 #85

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Require sidekiq newer than 6.5.10 #85

merged 1 commit into from
Nov 13, 2023

Conversation

brucebolt
Copy link
Member

This forces a version of sidekiq newer than 6.5.10, since there is a security vulnerability in older versions: https://security.snyk.io/vuln/SNYK-RUBY-SIDEKIQ-5885107

This repo is owned by the publishing platform team. Please let us know in #govuk-publishing-platform when you raise any PRs.

This forces a version of sidekiq newer than 6.5.10, since there is a
security vulnerability in older versions: https://security.snyk.io/vuln/SNYK-RUBY-SIDEKIQ-5885107
Copy link
Contributor

@JonathanHallam JonathanHallam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@brucebolt brucebolt merged commit 0df0c25 into main Nov 13, 2023
10 checks passed
@brucebolt brucebolt deleted the bump-sidekiq branch November 13, 2023 13:56
brucebolt added a commit that referenced this pull request Nov 28, 2023
Currently, bundler will install version `7.0.0.beta1` of sidekiq as it
considers this to be less than `7`. We do not want this to happen.

In #84, we changed the
requirement from `">= 6.5.12", "< 7"` to `"~> 6.5"`. This has a side
effect of some of our applications ending up on an earlier version of
sidekiq than `6.5.12` (there was a security fix in `6.5.10`).

Therefore in #85 we
changed the requirement to be `"> 6.5.10", "< 7"`, however this once
again resulted in bundler installing `7.0.0.beta`.

Updating the requirements again to be even more explicit, so we always
install a version newer than `6.5.12` but never a version that isn't
`6.5.x`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants