🚨 [security] Update net-imap 0.5.12 → 0.5.14 (minor)#659
Closed
depfu[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
Sorry, but the merge failed with:
|
Contributor
Author
|
Closed in favor of #660. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
✳️ net-imap (0.5.12 → 0.5.14) · Repo · Changelog
Security Advisories 🚨
🚨 net-imap vulnerable to STARTTLS stripping via invalid response timing
🚨 net-imap has quadratic complexity when reading response literals
🚨 net-imap vulnerable to denial of service via high iteration count for `SCRAM-*` authentication
🚨 net-imap vulnerable to command Injection via unvalidated Symbol inputs
🚨 net-imap vulnerable to command Injection via "raw" arguments to multiple commands
Commits
See the full diff on Github. The new version differs by 46 commits:
🔖 Bump version to 0.5.14🔀 Merge pull request #665 from ruby/backport/v0.5/STARTTLS-stripping🍒 pick 24d5c773d: 🔒🥅 Handle tagged "OK" to incomplete command [backport #664]🍒 pick 62eea6ffe: 🔒🥅 Ensure STARTTLS tagged response was handled [backport #664]🍒 pick 46636cae8: ❌🔒 Add failing test for STARTTLS stripping [backport #664]🔀 Merge pull request #662 from ruby/backport/v0.5/raw_data-warnings🍒 pick be32e712e: 📚 Improve documentation of RawData arguments [backports #661]🍒 pick 47c72186d: 🐛 Validate RawData and wait to continue literals [backports #660]🍒 pick 0ec4fd351: 🥅 Validate `#setquota` storage limit argument [backports #659]🍒 pick 0ea729c78: 📚 Update QUOTA rdoc, params, attrs to match RFCs [backports #636]🍒 pick 654630528: ✅ Test current `#setquota` behavior [backports #636]🍒 pick a4f7649c3: 🥅 Validate and send STORE `attr` as an `atom` [backports #658]🍒 pick 9db3e9d60: 🥅 Strictly validate symbol (\flag) arguments [backports #657]🔀 Merge pull request #656 from ruby/backport/v0.5/scram-maximum_iterations🔒 Add `max_iterations` to ScramAuthenticator✅ Add test for ScramAuthenticator#min_iterations⚡️ Memoize salted_password for AUTHENTICATE SCRAM♻️ Assign ScramAuthenticator ivars in initialize🔀 Merge pull request #652 from ruby/backport/v0.5/internally-support-non-synchronizing-literals🔀 Merge pull request #650 from ruby/backport/v0.5/response_reader-nonlinear-performance🍒 pick 6f82e28f7: ⚡️ Faster ResponseReader: parse literal from line🍒 pick 49c516d62: ⚡️ Faster ResponseParser: short-circuit no literal🍒 pick 341ab6281: ⚡️🔒️ Fix non-linear performance in ResponseReader🍒 pick 348db835f: ✅ Use binary mode in ResponseReader tests' IO🍒 pick f4b5bf22c: 📚 Workaround rdoc parsing bugs🍒 pick 96fb12823: ♻️ Add ability to send non-synchronizing literals🍒 pick 282604486: ✅ Improve send literal tests🍒 pick 154e67862: ✅ Refactor CommandData tests🍒 pick 1eabb757e: ♻️ Add internal binary literal support🍒 pick de70825ca: 🥅 Validate `Literal` data doesn't contain NULL🐛 Config `version_defaults` should be attr_reader✅ Fix Data polyfill tests for ruby 4.1📦 Drop digest from Gemfile (workaround for #576)🐛 Fix `#responses()` freezing internal arrays🔖 Bump version to 0.5.13🐛 Fix SequenceSet#max(n), cardinality < n <= size🐛 Fix SequenceSet#delete?(num..num) to return set🔀 Merge pull request #584 from ruby/backport-0.5/config/defaults♻️ Compile Config.default using AttrVersionDefaults♻️ Define config defaults with the attr definitions🚚 Compile Config[:defaults] in AttrVersionDefaults♻️ Allow Config[version] to work up to v1.0♻️ Compile version_defaults hashes into configs🚚 Assign config aliases in AttrVersionDefaults🚚 Extract Config::AttrVersionDefaults module📚 Improve rdoc example for uid_fetch with partialRelease Notes
3.5.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
v3.5.1Reorganize page documentations (#15154)Merge pull request #150 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.3Bump step-security/harden-runner from 2.13.2 to 2.13.3Merge pull request #149 from ruby/pz-init-register-mark-objCall rb_gc_register_mark_object after object allocationMerge pull request #148 from ruby/dependabot/github_actions/actions/checkout-6Bump actions/checkout from 5 to 6[DOC] Remove the name from same file referencesMerge pull request #146 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.2Bump step-security/harden-runner from 2.13.1 to 2.13.2Exclude dependabot updates from release noteMerge pull request #144 from nobu/masterRemove archaic conditionsPrefer `method_defined?` over `allocate.respond_to?`Use rake build instead of compile for JRubyRelease Notes
0.6.1
0.6.0
0.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 47 commits:
Bump version to 0.6.1Remove warningsFix timing-dependent testCompatibility with Fiber scheduler. (#97)Merge pull request #98 from ruby/dependabot/github_actions/step-security/harden-runner-2.15.1Bump step-security/harden-runner from 2.15.0 to 2.15.1Merge pull request #96 from ruby/dependabot/github_actions/step-security/harden-runner-2.15.0Bump step-security/harden-runner from 2.14.2 to 2.15.0Merge pull request #95 from ruby/dependabot/github_actions/step-security/harden-runner-2.14.2Bump step-security/harden-runner from 2.14.1 to 2.14.2[DOC] document the private instance methodMerge pull request #93 from ruby/dependabot/github_actions/step-security/harden-runner-2.14.1Bump step-security/harden-runner from 2.14.0 to 2.14.1Improve Timeout.timeout documentation formatting and typosadd test case for string argumentv0.6.0Merge pull request #88 from ruby/dependabot/github_actions/step-security/harden-runner-2.14.0Bump step-security/harden-runner from 2.13.3 to 2.14.0Run on Windows for all versions and remove old excludesRestore original signal handler in test_timeout_in_trap_handlerFix failing timeout testMerge pull request #83 from byroot/test-on-windowsAdd windows to CI matrixMerge pull request #82 from byroot/no-sigusr1-win32Skip signal test on windowsMake Timeout.timeout work in a trap handler on CRubyEncapsulate adding a timeout RequestRevise Timeout.timeout docs and add a section about `ensure`Reset the interrupt mask when creating the Timeout threadMerge pull request #79 from ko1/revert_45816b1b2602278b6d6e069d36b24fd5e3437bddRevert "Exclude constantly-failing test on x86_64-darwin"v0.5.0Exclude dependabot updates from release noteMerge pull request #78 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.3Bump step-security/harden-runner from 2.13.2 to 2.13.3Test that Timeout does not expose extra constantsExclude constantly-failing test on x86_64-darwinSimplify logic to make GET_TIME shareableFix logic for Ractor supportFix condition and fix test to catch that broken conditionMinor tweakssupport RactorOnly the timeout method should be public on the Timeout moduleBump actions/checkout from 5 to 6Bump step-security/harden-runner from 2.13.1 to 2.13.2Revert "Suppress warnings in two tests"Suppress warnings in two testsDepfu 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