dependabot[bot] opened a new pull request, #1539: URL: https://github.com/apache/camel-website/pull/1539
Bumps [h3](https://github.com/h3js/h3) from 1.11.1 to 1.15.8. <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.8</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.7...v1.15.8">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Preserve <code>%25</code> in pathname (<a href="https://github.com/h3js/h3/commit/1103df6">1103df6</a>)</li> </ul> <h2>v1.15.7</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.6...v1.15.7">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>static:</strong> Narrow path traversal check to match <code>..</code> as a path segment only (<a href="https://github.com/h3js/h3/commit/c049dc0">c049dc0</a>)</li> <li><strong>app:</strong> Decode percent-encoded path segments to prevent auth bypass (<a href="https://github.com/h3js/h3/commit/313ea52">313ea52</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li>Remove implicit event handler conversion warning (<a href="https://redirect.github.com/h3js/h3/pull/1340">#1340</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@pi0</code></a>)</li> <li>Wind (<a href="https://github.com/productdevbook"><code>@productdevbook</code></a>)</li> </ul> <h2>v1.15.6</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.5...v1.15.6">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>sse:</strong> Sanitize newlines in event stream fields to prevent SSE injection (<a href="https://github.com/h3js/h3/commit/840ac5c">840ac5c</a>)</li> <li><strong>static:</strong> Prevent path traversal via percent-encoded dot segments (<a href="https://github.com/h3js/h3/commit/6465e1b">6465e1b</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/blob/main/CHANGELOG.md">h3's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p> <h2>v2.0.1-rc.16</h2> <p><a href="https://github.com/h3js/h3/compare/v2.0.1-rc.15...v2.0.1-rc.16">compare changes</a></p> <h3>🏡 Chore</h3> <ul> <li>Update deps (<a href="https://github.com/h3js/h3/commit/e69f0c4">e69f0c4</a>)</li> <li>Update rou3 to 0.8 (<a href="https://github.com/h3js/h3/commit/4701dc4">4701dc4</a>)</li> <li>Update srvx (<a href="https://github.com/h3js/h3/commit/05959e38">05959e38</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@pi0</code></a>)</li> </ul> <h2>v2.0.1-rc.15</h2> <p><a href="https://github.com/h3js/h3/compare/v2.0.1-rc.14...v2.0.1-rc.15">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>handler:</strong> New <code>defineJsonRpcHandler</code> and <code>defineJsonRpcWebSocketHandler</code> (<a href="https://redirect.github.com/h3js/h3/pull/1180">#1180</a>)</li> </ul> <h3>🔥 Performance</h3> <ul> <li><strong>resolveLazyHandler:</strong> Replace with inline expression (<a href="https://redirect.github.com/h3js/h3/pull/1296">#1296</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>sse:</strong> Sanitize newlines in event stream fields to prevent SSE injection (<a href="https://github.com/h3js/h3/commit/7791538">7791538</a>)</li> <li><strong>static:</strong> Prevent path traversal via percent-encoded dot segments (<a href="https://github.com/h3js/h3/commit/0e751b4">0e751b4</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li><strong>community:</strong> Add clear router (<a href="https://redirect.github.com/h3js/h3/pull/1303">#1303</a>)</li> <li>Add <code>unjwt</code> community library entry (<a href="https://redirect.github.com/h3js/h3/pull/1309">#1309</a>)</li> </ul> <h3>📦 Build</h3> <ul> <li>Bundle docs as skill + <code>h3 docs</code> (<a href="https://redirect.github.com/h3js/h3/pull/1311">#1311</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Add <code>ESNext</code> to tsconfig's <code>lib</code> (<a href="https://redirect.github.com/h3js/h3/pull/1297">#1297</a>)</li> <li>Update deps (<a href="https://github.com/h3js/h3/commit/7e7309a">7e7309a</a>)</li> <li>Update deps (<a href="https://github.com/h3js/h3/commit/c037c0d">c037c0d</a>)</li> <li>Rename format script to fmt (<a href="https://github.com/h3js/h3/commit/8d0dda8">8d0dda8</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/35d8a146e182305d9c254678d06dbdbea7f8e97b"><code>35d8a14</code></a> lint</li> <li><a href="https://github.com/h3js/h3/commit/36936518e284dcd5d5588199c7799dd3fbbe4f4c"><code>3693651</code></a> fix: preserve <code>%25</code></li> <li><a href="https://github.com/h3js/h3/commit/fd4c80051acf2389c154a8a13f9ab2496c6d9557"><code>fd4c800</code></a> test: fix security test</li> <li><a href="https://github.com/h3js/h3/commit/6f6dc091d86a779555ae768453bc6d43f1da37db"><code>6f6dc09</code></a> fix(event): normalize percent-encoded URL pathname to prevent middleware bypass</li> <li><a href="https://github.com/h3js/h3/commit/9947d5147f415979b892c21d2a864299f13b4b33"><code>9947d51</code></a> fix(static): prevent backslash-based path traversal in <code>resolveDotSegments</code></li> <li><a href="https://github.com/h3js/h3/commit/99ec3a2cbf49eafa2f6aa175e89d03e90950db28"><code>99ec3a2</code></a> types: mark all <code>createError</code> overloads as <a href="https://github.com/deprecated"><code>@deprecated</code></a> (<a href="https://redirect.github.com/h3js/h3/issues/1343">#1343</a>)</li> <li><a href="https://github.com/h3js/h3/commit/8a4ac166d276bda73e64dabe69dc1a83edceac5c"><code>8a4ac16</code></a> fmt</li> <li><a href="https://github.com/h3js/h3/commit/013685113e79258e64a970b5b50b74699181be5c"><code>0136851</code></a> refactor: improve requestWithURL</li> <li><a href="https://github.com/h3js/h3/commit/d1da262a4f535f17e5a8ac2dd9dc4817d79ce9fc"><code>d1da262</code></a> feat: add <code>requestWith*URL</code> utils and use for faster mounts (<a href="https://redirect.github.com/h3js/h3/issues/1342">#1342</a>)</li> <li><a href="https://github.com/h3js/h3/commit/60a2e915756af3102f8af8cb5035ec997db9277c"><code>60a2e91</code></a> fix(utils/redirect): escape HTML special characters in body (<a href="https://redirect.github.com/h3js/h3/issues/1317">#1317</a>)</li> <li>Additional commits viewable in <a href="https://github.com/h3js/h3/compare/v1.11.1...v1.15.8">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 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]
