Skip to content

build(deps-dev): bump undici from 7.25.0 to 7.28.0 in /webui in the npm_and_yarn group across 1 directory#284

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/webui/npm_and_yarn-3213b4e331
Jun 20, 2026
Merged

build(deps-dev): bump undici from 7.25.0 to 7.28.0 in /webui in the npm_and_yarn group across 1 directory#284
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/webui/npm_and_yarn-3213b4e331

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the /webui directory: undici.

Updates undici from 7.25.0 to 7.28.0

Release notes

Sourced from undici's releases.

v7.28.0

⚠️ Security Release

This release line addresses 7 security advisories, all shipped in v7.28.0.

Action required: Upgrade to undici 7.28.0 or later.

npm install undici@^7.28.0

The v7 line is not affected by GHSA-38rv-x7px-6hhq (CVE-2026-9675), which is an 8.x-only regression.

Note on GHSA-hm92-r4w5-c3mj: this fix shipped in v7.28.0, not the earlier 7.2x line — the vulnerable single-pool code was still present through v7.27.2. The per-origin pool fix is 3805b8f8 (#5041).

Summary

Advisory CVE Severity (CVSS) Fixed in Fix commit
GHSA-vxpw-j846-p89q CVE-2026-12151 High (7.5) 7.28.0 8cb10f98
GHSA-vmh5-mc38-953g CVE-2026-9697 High (7.4) 7.28.0 04201f89
GHSA-hm92-r4w5-c3mj CVE-2026-6734 High (7.5) 7.28.0 3805b8f8
GHSA-pr7r-676h-xcf6 CVE-2026-9678 Moderate (5.9) 7.28.0 85a24055
GHSA-p88m-4jfj-68fv CVE-2026-9679 Moderate (5.9) 7.28.0 d0574cc4
GHSA-g8m3-5g58-fq7m CVE-2026-11525 Low (3.7) 7.28.0 d0574cc4
GHSA-35p6-xmwp-9g52 CVE-2026-6733 Low (3.7) 7.28.0 ea8930cf

High severity

WebSocket DoS via fragment count bypass — CVE-2026-12151

GHSA-vxpw-j846-p89q · CWE-400, CWE-770 Fix: 8cb10f98 websocket: limit the number of fragments in a message (part of backport a027a4a0 Backport WebSocket maxPayloadSize fixes to v7.x, #5423)

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 not limit the number of fragments per message, leading to unbounded memory growth and denial of service.

  • Affected: applications using new WebSocket(...) or WebSocketStream against untrusted endpoints.
  • Workaround: none — upgrade is required.

TLS certificate validation bypass in SOCKS5 ProxyAgent — CVE-2026-9697

GHSA-vmh5-mc38-953g · CWE-295

... (truncated)

Commits
  • f9eba0a Bumped v7.28.0 (#5430)
  • a027a4a Backport WebSocket maxPayloadSize fixes to v7.x (#5423)
  • 8cb10f9 websocket: limit the number of fragments in a message
  • 04201f8 fix: honor requestTls when proxy is SOCKS5
  • fcd642f fix(socks5): preserve dispatch backpressure return value (#5166)
  • bc98c97 fix(socks5): use configured connector in Socks5ProxyAgent (#5168)
  • 9e1c743 fix(socks5): encode embedded IPv4 tails in IPv6 literals correctly (#5099)
  • 376c8be fix(socks5): enforce authenticated state before CONNECT (#5097)
  • 3805b8f fix(socks5-proxy-agent): use per-origin pools to prevent cross-origin routing...
  • 85a2405 fix(cache): trim qualified field names
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the /webui directory: [undici](https://github.com/nodejs/undici).


Updates `undici` from 7.25.0 to 7.28.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.25.0...v7.28.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.28.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@github-actions github-actions Bot merged commit e045e4b into master Jun 20, 2026
10 of 11 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/webui/npm_and_yarn-3213b4e331 branch June 20, 2026 07:55

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Validation (Cursor Automation)

Recommendation: Merge
Primary reason: Lockfile-only Dependabot bump validates cleanly: no merge conflicts, dotnet build -c Release succeeds, and npm ci succeeds. GitHub currently reports this PR as already merged, and current origin/master has the same tree for this change.

Gates

Gate Status Notes
Merge conflicts Pass Fetched PR via refs/pull/284/head; local merge with origin/master completed cleanly. Conflicts: none.
dotnet build Pass dotnet restore and dotnet build -c Release succeeded with warnings only using temporary .NET SDK 10.0.301.
dotnet test (non-live) Skip Lockfile-only PR (webui/package-lock.json only); no source or behavior changes. Per workflow, build + install validation suffices.
vitest Skip Lockfile-only PR; no frontend source/test changes. npm ci passed against the updated lockfile.

Validation

Axis Score Notes
Purpose Pass Updates the resolved undici package in the webui lockfile from 7.25.0 to 7.28.0.
Correctness Pass Minimal package-lock-only change; node_modules/undici resolves to 7.28.0 and install succeeds. No qBitrr parity surface affected.
Tests Pass No behavior changes requiring regression tests; dependency graph validated with npm ci and repo build.
Hygiene Pass Scope is one lockfile file with 3 additions / 17 deletions; no unrelated files or generated SDK junk.
Overlap Pass No open overlap PRs found for the same undici webui bump. Current origin/master contains this same PR because it has already been merged.

Why

This is a narrow Dependabot lockfile update. The prescribed named branch fetch failed because the remote branch ref is no longer available, so validation fetched refs/pull/284/head instead. The local PR head merged cleanly with current origin/master; dotnet restore, dotnet build -c Release, and npm ci all succeeded. Full non-live .NET tests and Vitest were intentionally skipped under the lockfile-only Dependabot allowance.

Required context docs read: AGENTS.md and docs/parity/contract-baseline.md. The requested latest docs/audits/pr-triage-*.md file is not present in the current checkout (origin/master includes Delete docs/audits directory), so the known-winner overlap check was limited to the prompt’s table plus an open-PR search.

Overlap

None.

Commands run

  • git fetch origin master
  • git fetch origin dependabot/npm_and_yarn/webui/npm_and_yarn-3213b4e331 (failed: remote ref not found)
  • gh pr view 284 --json ...
  • git fetch origin pull/284/head:refs/remotes/origin/pr-284
  • git checkout -B pr-validate origin/pr-284
  • git merge origin/master
  • dotnet restore
  • dotnet build -c Release
  • npm ci
  • gh pr list --state open --search "undici webui" --json ...
Open in Web View Automation 

Sent by Cursor Automation: Torrentarr PR validation triage

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug Scan Summary

Date: 2026-06-20
Commits inspected: 3f2c16f..cd9538f (PR #284 — undici 7.25.0 → 7.28.0)
Result: No critical bugs found.

Investigation

  • Change scope: webui/package-lock.json only — bumps transitive undici (via jsdom@29.1.1) and deduplicates nested tailwindcss@4.3.0 lockfile entries.
  • Production path: undici is not imported anywhere in webui/src and is not bundled into the Vite production output. It is a dev-only dependency used by jsdom during Vitest runs.
  • Validation: npx vitest run — 154/154 tests passed; npm run build succeeded.
  • undici 7.25→7.28 changelog: Bug fixes only (fetch/cookies/cache/socks5/websocket). No breaking API changes relevant to jsdom's fetch implementation usage.

Notable (below critical bar)

  • undici@7.28.0 declares engines.node: >=20.18.1; jsdom@29.1.1 already requires ^20.19.0. CI uses Node 20 (latest LTS). webui/package.json still advertises >=20.0.0, which is stale relative to jsdom — a docs/engines hygiene item, not a production correctness bug.

Deduplication check

  • Open PRs searched (undici, jsdom): only #284 (this PR).
  • Recently merged PRs (14 days): no competing undici/jsdom fixes.
  • Open issues searched (undici): none.
  • Pre-existing draft fixes (#281, #282, #283) address unrelated correctness issues on master; not introduced by this dependency bump.
Open in Web View Automation 

Sent by Cursor Automation: Torrentarr - Find critical bugs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants