Uh oh!
There was an error while loading. Please reload this page.
fix(blob): raise undici floor to ^6.27.0 to exclude CVE-2026-12151 - #1094
fix(blob): raise undici floor to ^6.27.0 to exclude CVE-2026-12151#1094Diwak4r wants to merge 2 commits into
Conversation
@Normanyadav is attempting to deploy a commit to the Curated Tests - Permanent E2E Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ff66a9f to
28f2029Compare
Summary
Raises the
undicidependency floor for@vercel/blobfrom^6.23.0to^6.27.0.The previous range (
^6.23.0) still resolves versions affected by CVE-2026-12151 (GHSA-vxpw-j846-p89q), a request-smuggling vulnerability in undici. Pinning the floor to^6.27.0guarantees any install of@vercel/blobpulls a patched undici, without forcing a breaking major upgrade.Changes
packages/blob/package.json:"undici": "^6.23.0"→"^6.27.0"pnpm-lock.yaml: synced viapnpm install --lockfile-only— now resolvesundici@6.28.0(undici-only diff)Tests
All three test environments pass on
undici@6.28.0:test:node— 6 suites, 172 tests, 20 snapshots ✅test:edge— 1 suite, 1 test, 2 snapshots ✅test:browser— 3 suites, 19 tests, 3 snapshots ✅Fixes#1090