🚨 [security] [ruby] Update net-imap 0.6.4 → 0.6.4.1 (minor)#1541
Merged
Conversation
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?
Security Advisories 🚨
🚨 Net::IMAP: Command Injection via non-synchronizing literal in "raw" argument
🚨 Net::IMAP: Denial of Service via incomplete raw argument validation
Commits
See the full diff on Github. The new version differs by 35 commits:
🔖 Bump version to 0.6.4.1🔀 Merge pull request #701 from ruby/security/validate-non_sync_literal-support✅ Fix flaky tests for MacOS, TruffleRuby🔀 Merge pull request #700 from ruby/security/fix-raw_data-trailing-literal-marker-validation🔀 Merge pull request #699 from ruby/security/validate-enable-arguments🔀 Merge pull request #698 from ruby/security/validate-quoted-data♻️ Use QuotedString internally to send quoted string♻️ Extract str.bytesize lvar in send_literal🐛 Prevent trailing `{0}` in RawData validation🥅 Validate `#enable` arguments are all atoms🥅 Validate QuotedString contains only valid bytes🥅 Validate non-synchronizing literals support♻️ Refactor RawText, add improve test coverage🧵 Fix deadlock in `#disconnect`⬆️ Bump step-security/harden-runner from 2.19.3 to 2.19.4 (#683)🥅 Validate that Atom and Flag are not empty🥅 Validate server's literal byte size format⬆️ Bump step-security/harden-runner from 2.19.1 to 2.19.3 (#682)🔀 Merge pull request #680 from ruby/less-strict-number-coersion🐛 Less strict number coercion, to match RFCs✅ Refactor NumValidatorTest some more✅ Refactor NumValidatorTest🔀 Merge pull request #679 from ruby/raw_data-improvements♻️ Extract RawData.split(string)♻️ Allow RawData.new to directly set parts array🔀 Merge pull request #678 from ruby/test-server-improvements✅ Allow test server td ignore abrupt EOF✅ Handle "stream closed" as EOF (tests only)✅🐛 Fix FakeServer CommandParseError (tests only)📚⚠️ Boost visibility of raw data argument warnings🥅 Ensure send_number_data input is an Integer🏷 Allow 64-bit Integer arguments⬆️ Bump step-security/harden-runner from 2.19.0 to 2.19.1 (#673)🔍 Add more detail to `Net::IMAP#inspect` TLS info🔧 Disallow max_non_synchronizing_literal = nilDepfu 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