🚨 [security] Update puma: 4.3.5 → 4.3.12 (patch) #382
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ puma (4.3.5 → 4.3.12) · Repo · Changelog
Security Advisories 🚨
🚨 HTTP Request Smuggling in puma
🚨 Information Exposure with Puma when used with Rails
🚨 Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') in puma
🚨 Keepalive Connections Causing Denial Of Service in puma
Release Notes
4.3.12
4.3.11
4.3.10
4.3.9
4.3.8
4.3.7 (from changelog)
4.3.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
Version bump
4.3.11 history
Merge pull request from GHSA-h99w-9q5r-gjq9
Updates and backports to 4-3-stable (#2829)
Fix psych, close #2823
4.3.11, backport 5.6.2 (#2822)
4.3.10
HTTP header field values: Allow all octets to be passed in as obscure data (#2723)
4.3.10 release note
4.3.9 (#2721)
4.3.8 release note
Bump version constant
Close keepalive connections after MAX_FAST_INLINE requests
4.3.7
Backport set CONTENT_LENGTH for chunked requests (#2496)
Updates to 4.3.6 to pass CI, adds Ubuntu 20.04 [changelog skip] (#2380)
v4.3.6
Merge pull request #2314 from venables/fix-include
Merge pull request #2269 from MSP-Greg/json-require
Release Notes
2.5.4 (from changelog)
2.5.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 75 commits:
Bump patch version.
Remove guard from Gemfile.
Fix incorrect return types. Fixes #275.
Patch version bump.
Allow usage of native extension by default.
Don't try to link universal extension.
Patch version bump.
Suggest kqueue on OSX if >= 10.12.2
Avoid requiring linux kernel headers to be present
CI: Remove the macos-11.0 target, for now
CHANGES.md: add v2.5.5
Patch version bump.
Be more explicit with why `pure?` is being used.
Workaround for ARM-based macOS bundled Ruby
Allow pure Ruby and Java NIO::Selector to be initialized with nil
Declare linuxaio and io_uring experimental
linuxaio is actually only supported on linux kernel 4.19+
Define EV_USE_IOURING if header is present
Patch libev and add support for linuxaio and io_uring
Upgrade libev to verion 4.33
Add ruby 3.0 to the README
Add ruby 3.0 to the CI pipeline
Actions - add MRI head/master for Ubuntu & macOS
Update Actions workflow - OS changes & additions
Fix javac -Xlint warnings
Prepare for v2.5.4 release.
Remove unneeded assertions.
Update ext/nio4r/monitor.c
replace `if` with assert, keep memory init.
actually, initialize the whole memory block to zero
test allocation for failure and initialize memory
Add `if` statement, even if redundant
README.md: update build status badge
Move `EV_STANDALONE` definition to `extconf.rb` (#250)
Add space between control statements and brackets.
Use clang-format to improve code consistency.
Remove cruft from README.
Remove ancient Guardfile.
Bump version.
Remove ancient appveyor config.
Prepare CHANGES.md for next release.
fix for #241
Fix Actions CI for macOS
ssl_socket_spec.rb - move require inside block
Fixes for use when OpenSSL is not loaded
Fix warning: Use `result.unpack1("i")` instead of `result.unpack("i").first`. (convention:Style/UnpackFirst)
Setting 'Enabled: false' for the new cops of Rubocop
Fix warning: Metrics/LineLength has the wrong namespace - should be Layout
Update rubocop version to 2.4
Fix warning: The `Lint/HandleExceptions` cop has been renamed to `Lint/SuppressedException`.
Fix warning: The `Layout/AlignHash` cop has been renamed to `Layout/HashAlignment`
Bumb Rubocop to 0.82.0
Use truffleruby-head in CI
CI: Exclude TruffleRuby on Windows
Remove travis config and update github actions.
Update travis configuration.
Add ruby 2.7
Merge pull request #234 from MSP-Greg/add-actions
Remove redundant jobs from AppVeyor
Remove redundant jobs from Travis
Add Actions CI - workflow.yml
extconf.rb - add devkit for mingw
Fix Warning: unrecognized cop Performance/RegexpMatch found in .rubocop.yml
Fix Lint/UnneededCopEnableDirective
Fix Naming/RescuedExceptionsVariableName
Fix Lint/UnneededCopEnableDirective
disable Layout/AlignHash
Fix Style/ExpandPathArguments
Fix Layout/EmptyLineAfterGuardClause
Fix Style/ExpandPathArguments
bump rubocop to 0.74.0
CI: Add 2.7 to the matrix
Polish examples/echo_server.rb
Update CHANGES.md
Update CHANGES.md
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands