dependabot[bot] opened a new pull request, #300: URL: https://github.com/apache/yetus/pull/300
Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 2.2.6.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rack/rack/blob/main/CHANGELOG.md">rack's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference <a href="https://keepachangelog.com/en/1.0.0/">Keep A Changelog</a>.</p> <h2>[Unreleased]</h2> <h3>SPEC Changes</h3> <ul> <li><code>rack.input</code> is now optional. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1997">#1997</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li><code>rack.input</code> is now optional, and if missing, will raise an error. Use this to fail on multipart parsing a request without an input body. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/2018">#2018</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li> <li>Introduce <code>module Rack::BadRequest</code> which is included in multipart and query parser errors. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/2019">#2019</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li> <li>MIME type for JavaScript files (<code>.js</code>) changed from <code>application/javascript</code> to <code>text/javascript</code> (<a href="https://github.com/rack/rack/commit/1bd0f1597d8f4a90d47115f3e156a8ce7870c9c8"><code>1bd0f15</code></a>)</li> </ul> <h2>[3.0.4.1] - 2023-01-17</h2> <ul> <li>[CVE-2022-44571] Fix ReDoS vulnerability in multipart parser</li> <li>[CVE-2022-44570] Fix ReDoS in Rack::Utils.get_byte_ranges</li> <li>[CVE-2022-44572] Forbid control characters in attributes (also ReDoS)</li> </ul> <h2>[3.0.4] - 2023-01-17</h2> <ul> <li><code>Rack::Request#POST</code> should consistently raise errors. Cache errors that occur when invoking <code>Rack::Request#POST</code> so they can be raised again later. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/2010">#2010</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li> <li>Fix <code>Rack::Lint</code> error message for <code>HTTP_CONTENT_TYPE</code> and <code>HTTP_CONTENT_LENGTH</code>. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/2007">#2007</a>, <a href="https://github.com/byroot"><code>@byroot</code></a>)</li> <li>Extend <code>Rack::MethodOverride</code> to handle <code>QueryParser::ParamsTooDeepError</code> error. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/2006">#2006</a>, <a href="https://github.com/byroot"><code>@byroot</code></a>)</li> </ul> <h2>[3.0.3] - 2022-12-27</h2> <h3>Fixed</h3> <ul> <li><code>Rack::URLMap</code> uses non-deprecated form of <code>Regexp.new</code>. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1998">#1998</a>, <a href="https://github.com/weizheheng"><code>@weizheheng</code></a>)</li> </ul> <h2>[3.0.2] -2022-12-05</h2> <h3>Fixed</h3> <ul> <li><code>Utils.build_nested_query</code> URL-encodes nested field names including the square brackets.</li> <li>Allow <code>Rack::Response</code> to pass through streaming bodies. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1993">#1993</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li> </ul> <h2>[3.0.1] - 2022-11-18</h2> <h3>Fixed</h3> <ul> <li><code>MethodOverride</code> does not look for an override if a request does not include form/parseable data.</li> <li><code>Rack::Lint::Wrapper</code> correctly handles <code>respond_to?</code> with <code>to_ary</code>, <code>each</code>, <code>call</code> and <code>to_path</code>, forwarding to the body. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1981">#1981</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li> </ul> <h2>[3.0.0] - 2022-09-06</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rack/rack/commit/d6b5b2bab88f458fb048133604faebea952d8133"><code>d6b5b2b</code></a> bump version</li> <li><a href="https://github.com/rack/rack/commit/9aac3757fe19cdb0476504c9245170115bec9668"><code>9aac375</code></a> Limit all multipart parts, not just files</li> <li><a href="https://github.com/rack/rack/commit/2606ac5d5d180c00a8cbcaa4d634276bab06500e"><code>2606ac5</code></a> bumping version</li> <li><a href="https://github.com/rack/rack/commit/f6d4f528f2df1318a6612845db0b59adc7fe8fc1"><code>f6d4f52</code></a> Fix ReDoS in Rack::Utils.get_byte_ranges</li> <li><a href="https://github.com/rack/rack/commit/20bc90c2431d7fabcd1873410543cf3d72f65004"><code>20bc90c</code></a> bump version</li> <li><a href="https://github.com/rack/rack/commit/3677f170b4ac713defb84cd6a86431623ba0adc0"><code>3677f17</code></a> Update changelog</li> <li><a href="https://github.com/rack/rack/commit/ee25ab9a7ee981d7578f559701085b0cf39bde77"><code>ee25ab9</code></a> Fix ReDoS vulnerability in multipart parser</li> <li><a href="https://github.com/rack/rack/commit/19e49f0f185d7e42ed5b402baec6c897a8c48029"><code>19e49f0</code></a> Forbid control characters in attributes</li> <li><a href="https://github.com/rack/rack/commit/ea39e49442e0008bfce4ad628ce52a4be2a20b5b"><code>ea39e49</code></a> Bump patch version.</li> <li><a href="https://github.com/rack/rack/commit/c0f9de4844052b7867180c587d1b6969be2f114d"><code>c0f9de4</code></a> Rack::MethodOverride handle QueryParser::ParamsTooDeepError (<a href="https://github-redirect.dependabot.com/rack/rack/issues/2011">#2011</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rack/rack/compare/2.2.4...v2.2.6.3">compare view</a></li> </ul> </details> <br /> [](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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/yetus/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@yetus.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org