dependabot[bot] opened a new pull request, #575:
URL: https://github.com/apache/doris-opentelemetry-demo/pull/575

   Bumps [undici](https://github.com/nodejs/undici) from 6.21.1 to 6.28.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/nodejs/undici/releases";>undici's releases</a>.</em></p>
   <blockquote>
   <h2>v6.28.0</h2>
   <h2>⚠️ Security fixes</h2>
   <ul>
   <li><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-m8rv-5g2x-5cg5";>GHSA-m8rv-5g2x-5cg5</a>:
 a malicious <code>type</code> property on a duck-typed blob-like HTTP/1.1 
request body could inject CRLF sequences into the generated 
<code>content-type</code> header. Undici now coerces and validates the value 
before adding it to the request. Fixed by <a 
href="https://github.com/nodejs/undici/commit/740a0b7c173cb4a83a5b693e96e8f3a116cfc400";>740a0b7c</a>.</li>
   <li><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-8xcm-r25x-g524";>GHSA-8xcm-r25x-g524</a>:
 the retry interceptor could expose a stale <code>Content-Length</code> after 
resuming a partial response, potentially causing downstream response 
desynchronization, hangs, or corruption. Undici now rejects partial responses 
whose <code>Content-Length</code> is inconsistent with 
<code>Content-Range</code>. Fixed by <a 
href="https://github.com/nodejs/undici/commit/cba3a52ac2e7abcc4e656d82af8579ea82c2bb9e";>cba3a52a</a>,
 with corrected fixtures in <a 
href="https://github.com/nodejs/undici/commit/4fd5a0c61e627f928b7003adc4ffe1e55ec63420";>4fd5a0c6</a>.</li>
   <li><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-v3r7-h72x-cjcm";>GHSA-v3r7-h72x-cjcm</a>:
 unsanitized <code>domain</code> and <code>unparsed</code> values passed to 
<code>setCookie()</code> could inject cookie attributes. Undici now validates 
cookie domains, paths, and unparsed attributes more strictly. Fixed by <a 
href="https://github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235";>af748404</a>.</li>
   </ul>
   <p><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-4cwx-7wf7-3272";>GHSA-4cwx-7wf7-3272</a>
 and <a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-jr45-8vmc-qm54";>GHSA-jr45-8vmc-qm54</a>
 affect the cache interceptor in Undici v7 and v8; Undici v6 is not in their 
affected version ranges.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0";>https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0</a></p>
   <h2>v6.27.0</h2>
   <h1>⚠️ Security Release</h1>
   <p>This release line addresses <strong>4 security advisories</strong>.</p>
   <blockquote>
   <p><strong>Action required:</strong> Upgrade to <strong>undici 
6.27.0</strong> or later.</p>
   <pre lang="sh"><code>npm install undici@^6.27.0
   </code></pre>
   </blockquote>
   <blockquote>
   <p><strong>Note on patched version:</strong> the v6 fixes shipped in 
<strong>v6.27.0</strong>, not <code>6.26.0</code>
   — <code>v6.26.0</code> contains only the chunked-EOF fix (<a 
href="https://redirect.github.com/nodejs/undici/issues/5308";>#5308</a>) and the 
version bump, none
   of the security fixes below.</p>
   </blockquote>
   <p>The v6 line is <strong>not</strong> affected by the SOCKS5 advisories 
(GHSA-vmh5-mc38-953g,
   GHSA-hm92-r4w5-c3mj), the shared-cache disclosure (GHSA-pr7r-676h-xcf6), or 
the
   8.x-only WebSocket regression (GHSA-38rv-x7px-6hhq).</p>
   <h2>Summary</h2>
   <table>
   <thead>
   <tr>
   <th>Advisory</th>
   <th>CVE</th>
   <th>Severity (CVSS)</th>
   <th>Fixed in</th>
   <th>Fix commit</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q";>GHSA-vxpw-j846-p89q</a></td>
   <td>CVE-2026-12151</td>
   <td>High (7.5)</td>
   <td>6.27.0</td>
   <td><a 
href="https://github.com/nodejs/undici/commit/b7f252e7";><code>b7f252e7</code></a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-p88m-4jfj-68fv";>GHSA-p88m-4jfj-68fv</a></td>
   <td>CVE-2026-9679</td>
   <td>Moderate (5.9)</td>
   <td>6.27.0</td>
   <td><a 
href="https://github.com/nodejs/undici/commit/25efa447";><code>25efa447</code></a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-g8m3-5g58-fq7m";>GHSA-g8m3-5g58-fq7m</a></td>
   <td>CVE-2026-11525</td>
   <td>Low (3.7)</td>
   <td>6.27.0</td>
   <td><a 
href="https://github.com/nodejs/undici/commit/25efa447";><code>25efa447</code></a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-35p6-xmwp-9g52";>GHSA-35p6-xmwp-9g52</a></td>
   <td>CVE-2026-6733</td>
   <td>Low (3.7)</td>
   <td>6.27.0</td>
   <td><a 
href="https://github.com/nodejs/undici/commit/f4c31d60";><code>f4c31d60</code></a></td>
   </tr>
   </tbody>
   </table>
   <hr />
   <h2>High severity</h2>
   <h3>WebSocket DoS via fragment count bypass — CVE-2026-12151</h3>
   <p><strong><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q";>GHSA-vxpw-j846-p89q</a></strong>
 · CWE-400, CWE-770
   <strong>Fix:</strong> <a 
href="https://github.com/nodejs/undici/commit/b7f252e7";><code>b7f252e7</code></a>
 <em>Backport WebSocket maxPayloadSize fixes</em> (<a 
href="https://redirect.github.com/nodejs/undici/pull/5423";>#5423</a>, 
backported to v6 in <a 
href="https://redirect.github.com/nodejs/undici/pull/5428";>#5428</a>)</p>
   <p>A malicious WebSocket server can stream a large number of small or empty
   continuation frames. Undici enforced a limit on cumulative payload size but 
did</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nodejs/undici/commit/01a912e49a50c48009ed2639d2a457a6ec26752a";><code>01a912e</code></a>
 Bumped v6.28.0 (<a 
href="https://redirect.github.com/nodejs/undici/issues/5591";>#5591</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/481ecfc3280292ab7eb0abbc4d0139219126f15e";><code>481ecfc</code></a>
 Use Node 22 and npm 11 to release</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/740a0b7c173cb4a83a5b693e96e8f3a116cfc400";><code>740a0b7</code></a>
 fix: validate blob body content type</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/2698e492ed22c9ec704b5df573d612bdd03f6ca0";><code>2698e49</code></a>
 fix: validate coerced header values for CRLF (<a 
href="https://redirect.github.com/nodejs/undici/issues/5579";>#5579</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/4fd5a0c61e627f928b7003adc4ffe1e55ec63420";><code>4fd5a0c</code></a>
 test(retry): correct broken content-range fixtures in retry-handler.js</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/cba3a52ac2e7abcc4e656d82af8579ea82c2bb9e";><code>cba3a52</code></a>
 fix(retry): reject partial content length mismatch</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235";><code>af74840</code></a>
 fix: harden cookie domain, path, and unparsed attribute validation</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/551138cbc1742c92242a68216167761075e8a82c";><code>551138c</code></a>
 Bumped v6.27.0 (<a 
href="https://redirect.github.com/nodejs/undici/issues/5431";>#5431</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/b7f252e7c0841418fb9d95cd297bdd9fad9d2a53";><code>b7f252e</code></a>
 Backport WebSocket maxPayloadSize fixes to v7.x (<a 
href="https://redirect.github.com/nodejs/undici/issues/5423";>#5423</a>) (<a 
href="https://redirect.github.com/nodejs/undici/issues/5428";>#5428</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/25efa447997f74d5881edd144525c3fd7db945a4";><code>25efa44</code></a>
 fix(cookies): preserve values and parse SameSite strictly</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nodejs/undici/compare/v6.21.1...v6.28.0";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for undici since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=6.21.1&new-version=6.28.0)](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/doris-opentelemetry-demo/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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to