Bumps [net-imap](https://github.com/ruby/net-imap) from 0.6.4 to 0.6.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/ruby/net-imap/releases";>net-imap's 
releases</a>.</em></p>
<blockquote>
<h2>v0.6.4.1</h2>
<h2>What's Changed</h2>
<h3>🔒 Security</h3>
<p>This release fixes several more security vulnerabilities which are related 
to the fixes in <code>v0.6.4</code>.  Please see the linked security advisories 
for more information.</p>
<ul>
<li><em>(moderate)</em> Command Injection via non-synchronizing literal in 
&quot;raw&quot; argument (CVE-2026-47240, GHSA-8p34-64r3-mwg8)
This vulnerability depends how the server interprets non-synchronizing literals.
The connection is <em>not</em> vulnerable if the server supports 
non-synchronizing literals.
<ul>
<li>🥅 Validate non-synchronizing literals support by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/701";>ruby/net-imap#701</a></li>
</ul>
</li>
<li><em>(moderate)</em> Command Injection via unvalidated ID and ENABLE 
arguments (CVE-2026-47242, GHSA-46q3-7gv7-qmgg)
<ul>
<li>🥅 Validate <code>ID</code> values contain only valid bytes by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/698";>ruby/net-imap#698</a></li>
<li>🥅 Validate <code>#enable</code> arguments are all atoms by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/699";>ruby/net-imap#699</a>
<strong>NOTE:</strong> <code>#enable</code> should 
<strong><em>never</em></strong> be called with untrusted input.</li>
</ul>
</li>
<li><em>(low)</em> Denial of Service via incomplete &quot;raw&quot; argument 
validation (CVE-2026-47241, GHSA-c4fp-cxrr-mj66)
This results in the affected command hanging until the connection is closed.  
If another thread attempts to send a concurrent pipelined command, the first 
thread will return with a syntax error and the second thread will hang until 
the connection closes.
<ul>
<li><em>Reported by <a 
href="https://github.com/fg0x0";><code>@​fg0x0</code></a></em></li>
<li>🐛 Prevent trailing <code>{0}</code> in RawData validation by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/700";>ruby/net-imap#700</a></li>
</ul>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>🔍 Add more detail to <code>Net::IMAP#inspect</code> TLS info by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/674";>ruby/net-imap#674</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>🔧 Disallow <code>config.max_non_synchronizing_literal = nil</code> by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/672";>ruby/net-imap#672</a></li>
<li>🧵 Fix deadlock in <code>#disconnect</code> by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/686";>ruby/net-imap#686</a></li>
<li>🥅 Validate that Atom and Flag are not empty by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/684";>ruby/net-imap#684</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>⚠️ Boost visibility of raw data argument documentation warnings by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/677";>ruby/net-imap#677</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>🏷️ Allow 64-bit Integer arguments by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/675";>ruby/net-imap#675</a></li>
<li>🥅 Ensure send_number_data input is an Integer by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/676";>ruby/net-imap#676</a></li>
<li>♻️ Improve <code>RawData.new</code>, Add <code>RawData.split</code> by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/679";>ruby/net-imap#679</a></li>
<li>🏷️ Less strict number string coercion, to match RFCs by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/680";>ruby/net-imap#680</a></li>
<li>🥅 Validate response literal byte size format by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/681";>ruby/net-imap#681</a></li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>⬆️ Bump step-security/harden-runner from 2.19.0 to 2.19.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/ruby/net-imap/pull/673";>ruby/net-imap#673</a></li>
<li>✅  Improvements to tests' FakeServer by <a 
href="https://github.com/nevans";><code>@​nevans</code></a> in <a 
href="https://redirect.github.com/ruby/net-imap/pull/678";>ruby/net-imap#678</a></li>
<li>⬆️ Bump step-security/harden-runner from 2.19.1 to 2.19.3 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/ruby/net-imap/pull/682";>ruby/net-imap#682</a></li>
<li>⬆️ Bump step-security/harden-runner from 2.19.3 to 2.19.4 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/ruby/net-imap/pull/683";>ruby/net-imap#683</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/ruby/net-imap/compare/v0.6.4...v0.6.4.1";>https://github.com/ruby/net-imap/compare/v0.6.4...v0.6.4.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/ruby/net-imap/commit/357f3b5aee4d2140635b6ba242fbb952491e2d28";><code>357f3b5</code></a>
 🔖 Bump version to 0.6.4.1</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/e066b83a7cef47a14e41ef7f659688bf1794fa88";><code>e066b83</code></a>
 🔀 Merge pull request <a 
href="https://redirect.github.com/ruby/net-imap/issues/701";>#701</a> from 
ruby/security/validate-non_sync_literal-support</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/0ea9eba30b060380efa83980ae6f62c58ffa97e7";><code>0ea9eba</code></a>
 ✅ Fix flaky tests for MacOS, TruffleRuby</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/5cad699417ee0c335917aa58bb643fd685cc20bc";><code>5cad699</code></a>
 🔀 Merge pull request <a 
href="https://redirect.github.com/ruby/net-imap/issues/700";>#700</a> from 
ruby/security/fix-raw_data-trailing-literal-ma...</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/5a0af4a7be18d54733504ad8c8b9664dcaf2e2e6";><code>5a0af4a</code></a>
 🔀 Merge pull request <a 
href="https://redirect.github.com/ruby/net-imap/issues/699";>#699</a> from 
ruby/security/validate-enable-arguments</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/b9d19722fc3e1da15677b02676fa28739d05dda4";><code>b9d1972</code></a>
 🔀 Merge pull request <a 
href="https://redirect.github.com/ruby/net-imap/issues/698";>#698</a> from 
ruby/security/validate-quoted-data</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/07e002b5a5febbd86c82ae7d74756e9e5f9ced73";><code>07e002b</code></a>
 ♻️ Use QuotedString internally to send quoted string</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/ae9f83b59cd33265179e5ad406efe830ad246204";><code>ae9f83b</code></a>
 ♻️ Extract str.bytesize lvar in send_literal</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/d6ddd294c588578f6d8dad588716c62f424af2f7";><code>d6ddd29</code></a>
 🐛 Prevent trailing <code>{0}</code> in RawData validation</li>
<li><a 
href="https://github.com/ruby/net-imap/commit/1f97168be633e3fcd6bf9c2525c493822508d910";><code>1f97168</code></a>
 🥅 Validate <code>#enable</code> arguments are all atoms</li>
<li>Additional commits viewable in <a 
href="https://github.com/ruby/net-imap/compare/v0.6.4...v0.6.4.1";>compare 
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net-imap&package-manager=bundler&previous-version=0.6.4&new-version=0.6.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all of the 
ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/openstreetmap/openstreetmap-website/network/alerts).

</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/7145

-- Commit Summary --

  * Bump net-imap from 0.6.4 to 0.6.4.1

-- File Changes --

    M Gemfile.lock (2)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/7145.patch
https://github.com/openstreetmap/openstreetmap-website/pull/7145.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7145
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to