fix(deps): widen uuid override for CVE-2026-41907 - #173
Closed
FJ-Riveros wants to merge 1 commit into
Closed
Conversation
Broaden pnpm override to uuid@<11.1.1 so residual 8.x resolutions clear GHSA-w5hq-g745-h8pq.
There was a problem hiding this comment.
Pull request overview
Updates the repo-wide pnpm override to ensure all transitive uuid versions below 11.1.1 are forced to 11.1.1, eliminating residual uuid@8.x instances still flagged by CVE-2026-41907.
Changes:
- Widened the pnpm workspace override from
uuid@11.1.0touuid@<11.1.1, pinned to11.1.1. - Regenerated
pnpm-lock.yamlto reflect the widened override and removeuuid@8.3.2from the lockfile.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Widens the root uuid override selector to cover all versions <11.1.1, pinned to 11.1.1. |
| pnpm-lock.yaml | Updates lockfile overrides and snapshots so uuid@8.3.2 is removed and dependencies resolve to uuid@11.1.1. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Author
|
Closing: uuid 8 → 11.1.1 is a major bump (Solana/Kamino chains). No same-major patch for 8.x; deferring like ethena. Residual Dependabot alert for uuid@8 accepted until parents can upgrade. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Widen the root pnpm uuid override to uuid@<11.1.1 → 11.1.1.
Why
CVE-2026-41907 still flagged residual uuid@8.3.2 after the uuid@11.1.0 → 11.1.1 override.
Test Plan
pnpm install --lockfile-onlySecurity & Data Impact
Security impact: Clears buffer bounds advisory. MAJOR for prior uuid 8 consumers.
Data classification affected: none
Audit log updated: n/a
Breaking Changes