Dependabot: leave the uuid alert (GHSA-w5hq-g745-h8pq) open until MetaMask SDK bumps uuid

Open Beginner friendly
#65 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
64/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Quiet
Tech stack
node.js, typescript
Domain
security

Research direction

Review the GHSA-w5hq-g745-h8pq alert and the dependency path through @metamask/sdk and @metamask/utils first; no repository file or test is named. Done means keeping the alert open until a MetaMask SDK update brings uuid to 11.1.1, then confirming it clears; if upstream remains unchanged, revisit the documented rationale.

Written by the indexing model from the issue text.

Description

One Dependabot alert is left open on purpose after #64 cleared the other twelve, filing this so the reasoning isn't lost and nobody spends an afternoon re-deriving it.

The alert is GHSA-w5hq-g745-h8pq on uuid (8.3.2 and 9.0.1 in our tree). It's a missing bounds check in uuid's v3/v5/v6 functions when you hand them a buf to write into. We pull uuid transitively through the MetaMask SDK (@metamask/sdk, @metamask/utils), which only uses v4, so the vulnerable path isn't reachable from anything we ship.

The only patched version is 11.1.1. That's a major jump from 8/9, and forcing it breaks the CJS require chain the MetaMask packages rely on, so it's real breakage for effectively zero exposure. Not worth it.

Leaving it open rather than dismissing: it should clear on its own once a MetaMask SDK update bumps uuid to 11, and an open alert is a fine reminder to check. If it's still here in a few months with no upstream movement, revisit, either dismiss with this rationale or pin uuid 11 once the MetaMask chain supports it.

Dominant language
TypeScript
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NethermindEth/aztec-gov

All issues in NethermindEth/aztec-gov

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.