dependabot[bot] opened a new pull request, #1475: URL: https://github.com/apache/camel-website/pull/1475
Bumps [h3](https://github.com/h3js/h3) from 1.11.1 to 1.15.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/releases">h3's releases</a>.</em></p> <blockquote> <h2>v1.15.5</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.4...v1.15.5">compare changes</a></p> <blockquote> <p>[!IMPORTANT] <strong>Security:</strong> Fixed a bug in <code>readBody(event)</code> and <code>readRawBody(event)</code> utils where certain <code>Transfer-Encoding</code> header formats could cause the request body to be ignored.</p> <p>In some deployments (for example, behind TCP load balancers or non-normalizing proxies), this could allow request smuggling. The handling is now safe and fully compliant. (<a href="https://github.com/h3js/h3/security/advisories/GHSA-mp2g-9vg9-f4cg">read more</a>)</p> </blockquote> <h3>🩹 Fixes</h3> <ul> <li><strong>readRawBody:</strong> Fix case-sensitive <code>Transfer-Encoding</code> check causing request smuggling risk (<a href="https://github.com/h3js/h3/commit/618ccf4">618ccf4</a>)</li> </ul> <h2>v1.15.4</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.2...v1.15.4">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>getRequestHost:</strong> Return first host from <code>x-forwarded-host</code> (<a href="https://redirect.github.com/h3js/h3/pull/1175">#1175</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li><strong>useSession:</strong> Backport <code>SessionManager</code> interface to fix types (<a href="https://redirect.github.com/h3js/h3/pull/1058">#1058</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li><strong>docs:</strong> Fix typos (<a href="https://redirect.github.com/h3js/h3/pull/1108">#1108</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@pi0</code></a>)</li> <li>Kricsleo (<a href="https://github.com/kricsleo"><code>@kricsleo</code></a>)</li> <li>Izoukhai (<a href="https://github.com/izoukhai"><code>@izoukhai</code></a>)</li> </ul> <h2>v1.15.3</h2> <p><a href="https://github.com/unjs/h3/compare/v1.15.2...v1.15.3">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>serveStatic:</strong> Omit decoded id from <code>statusMessage</code> (<a href="https://redirect.github.com/unjs/h3/pull/1044">#1044</a>)</li> </ul> <h2>v1.15.2</h2> <p><a href="https://github.com/unjs/h3/compare/v1.15.1...v1.15.2">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Handle <code>FormData</code> body (<a href="https://github.com/unjs/h3/commit/3757072">3757072</a> <a href="https://github.com/unjs/h3/commit/f38dd03">f38dd03</a> <a href="https://github.com/unjs/h3/commit/0c9b276">0c9b276</a>)</li> <li><strong>cache:</strong> Correct comparison in cache headers (<a href="https://redirect.github.com/unjs/h3/pull/1034">#1034</a>)</li> <li>Handle <code>Headers</code> when merging proxy headers (<a href="https://redirect.github.com/unjs/h3/pull/1027">#1027</a>)</li> <li><strong>setCookie:</strong> Unique by <code>name</code>, <code>domain</code>, and <code>path</code> only (<a href="https://redirect.github.com/unjs/h3/pull/1042">#1042</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/blob/v1.15.5/CHANGELOG.md">h3's changelog</a>.</em></p> <blockquote> <h2>v1.15.5</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.4...v1.15.5">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>readRawBody:</strong> Fix case-sensitive <code>Transfer-Encoding</code> check causing request smuggling risk (<a href="https://github.com/h3js/h3/commit/618ccf4">618ccf4</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update deps (<a href="https://github.com/h3js/h3/commit/e2462ec">e2462ec</a>)</li> <li>Update ci (<a href="https://github.com/h3js/h3/commit/c934599">c934599</a>)</li> <li>Add <code>test:types</code> script (<a href="https://github.com/h3js/h3/commit/0a4a115">0a4a115</a>)</li> <li>Update ci (<a href="https://github.com/h3js/h3/commit/b4dce71">b4dce71</a>)</li> <li>Update publish tag to 1.x (<a href="https://github.com/h3js/h3/commit/589625c">589625c</a>)</li> <li>Fix ts issue (<a href="https://github.com/h3js/h3/commit/c9ebf80">c9ebf80</a>)</li> <li>Update deps (<a href="https://github.com/h3js/h3/commit/d18c074">d18c074</a>)</li> <li>Fix more ts/lint issues (<a href="https://github.com/h3js/h3/commit/bd92b74">bd92b74</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Fix publish tag (<a href="https://github.com/h3js/h3/commit/401c9b8">401c9b8</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@pi0</code></a>)</li> </ul> <h2>v1.15.4</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.2...v1.15.4">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>serveStatic:</strong> Omit decoded id from <code>statusMessage</code> (<a href="https://redirect.github.com/h3js/h3/pull/1044">#1044</a>)</li> <li><strong>getRequestHost:</strong> Return first host from <code>x-forwarded-host</code> (<a href="https://redirect.github.com/h3js/h3/pull/1175">#1175</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li><strong>useSession:</strong> Backport <code>SessionManager</code> interface to fix types (<a href="https://redirect.github.com/h3js/h3/pull/1058">#1058</a>)</li> </ul> <h3>📦 Build</h3> <ul> <li>Update <code>repository</code> field (<a href="https://github.com/h3js/h3/commit/d94b09a">d94b09a</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li><strong>release:</strong> V1.15.3 (<a href="https://github.com/h3js/h3/commit/3d0f4d5">3d0f4d5</a>)</li> <li><strong>docs:</strong> Fix typos (<a href="https://redirect.github.com/h3js/h3/pull/1108">#1108</a>)</li> <li>Apply automated updates (<a href="https://github.com/h3js/h3/commit/774956a">774956a</a>)</li> <li>Update deps (<a href="https://github.com/h3js/h3/commit/18d0bb7">18d0bb7</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/h3js/h3/commit/24231b9c448aa852b15b889c53253a783f67a126"><code>24231b9</code></a> chore(release): v1.15.5</li> <li><a href="https://github.com/h3js/h3/commit/bd92b74c706c0a7958eeca4de960b03c7a2d0684"><code>bd92b74</code></a> chore: fix more ts/lint issues</li> <li><a href="https://github.com/h3js/h3/commit/d18c0743bb07cd1bcec6f41377f439bc7228c098"><code>d18c074</code></a> chore: update deps</li> <li><a href="https://github.com/h3js/h3/commit/c9ebf80d988d48e2e895ab62709a51fa40a25127"><code>c9ebf80</code></a> chore: fix ts issue</li> <li><a href="https://github.com/h3js/h3/commit/618ccf4f37b8b6148bea7f36040471af45bfb097"><code>618ccf4</code></a> fix(readRawBody): fix case-sensitive <code>Transfer-Encoding</code> check causing reques...</li> <li><a href="https://github.com/h3js/h3/commit/401c9b8f149ace41d6404c4653472bcae8211594"><code>401c9b8</code></a> ci: fix publish tag</li> <li><a href="https://github.com/h3js/h3/commit/589625c3c547202a3836ab278aa044cf37f78b61"><code>589625c</code></a> chore: update publish tag to 1.x</li> <li><a href="https://github.com/h3js/h3/commit/b4dce71c256911335f3402d09f30ffad120ad61a"><code>b4dce71</code></a> chore: update ci</li> <li><a href="https://github.com/h3js/h3/commit/0a4a11508255a92575a0f1f2aad6e3681c2abd04"><code>0a4a115</code></a> chore: add <code>test:types</code> script</li> <li><a href="https://github.com/h3js/h3/commit/c9345997d59e003d54a6c46347ec0f344594cba8"><code>c934599</code></a> chore: update ci</li> <li>Additional commits viewable in <a href="https://github.com/h3js/h3/compare/v1.11.1...v1.15.5">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 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/apache/camel-website/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
