`uuid@^8.3.2` dependency is vulnerable (GHSA-w5hq-g745-h8pq); latest release still pins it
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 74/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- javascript, nodejs
Research direction
Start with the dependency declaration shown for node-notifier@10.0.1 and check uuid@^11.1.1 for compatibility with the project. Verify the dependency update clears GHSA-w5hq-g745-h8pq in npm audit, bun audit, or yarn audit, while the existing project checks continue to pass.
Written by the indexing model from the issue text.
Description
node-notifier@10.0.1 (current latest) still declares:
"dependencies": {
"uuid": "^8.3.2"
}
uuid@8.3.2 is affected by GHSA-w5hq-g745-h8pq (missing buffer bounds check in v3/v5/v6 when a buf is provided). The fix landed in uuid@11.1.1 — there is no patched release on the 8.x line, so this needs a major-version bump of the uuid dependency, not just a patch-range widen.
Any consumer of node-notifier currently has to carry a manual uuid override to clear this from npm audit/bun audit/yarn audit. Could the uuid dependency be bumped to ^11.1.1? Happy to open a PR if that's useful — wanted to check whether this is already tracked internally first.
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mikaelbr/node-notifier
-
discussion: ESM-only Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
mikaelbr/node-notifier#459 ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
mikaelbr/node-notifier#457 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
mikaelbr/node-notifier#455 · 1 comment ·
-
Icon usage Open
Difficulty 4/5 3-5 days Newbie friendliness 25/100
mikaelbr/node-notifier#450 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
mikaelbr/node-notifier#444 · 1 comment ·
All issues in mikaelbr/node-notifier
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·