-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Security] Bump puma from 4.3.3 to 4.3.5 #1655
[Security] Bump puma from 4.3.3 to 4.3.5 #1655
Conversation
Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.5. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
I left a comment on the previous puma PR about a deprecation we should address |
We've just been alerted that this update fixes a security vulnerability: Sourced from The GitHub Security Advisory Database.
|
@pgwillia I looked at your comment here #1654 (review) But I didn't see any indication of Do you have more context here? If not then we can probably go ahead and merge this |
It's in the CHANGELOG provided by Puma. There were a bunch listed but this is the only one that stuck out to me that affected us.
|
I see how that is confusing. The deprecation is to min and max threads. We could be fine if we changed from RAILS_MAX_THREADS and RAILS_MIN_THREADS to PUMA_MAX_THREADS and PUMA_MAX_THREADS but maybe the defaults are fine. |
I saw that but it makes no mention that But something weird going on. They added Then seem to reverse it in this PR: puma/puma#2143 (interesting enough you can read about some of the history about I guess to play it safe and keep everything consistent we can rename to |
Bumps puma from 4.3.3 to 4.3.5.
Changelog
Sourced from puma's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: