Skip to content

uuid@^8.3.2 dependency is vulnerable (GHSA-w5hq-g745-h8pq); latest release still pins it #460

Description

@AlbinoGeek

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions