Skip to content

fix(security): resolve uuid vulnerability alert (GHSA-w5hq-g745-h8pq) - #86

Merged
miguelcolmenares merged 1 commit into
mainfrom
fix/uuid-security-override
Sep 8, 2026
Merged

fix(security): resolve uuid vulnerability alert (GHSA-w5hq-g745-h8pq)#86
miguelcolmenares merged 1 commit into
mainfrom
fix/uuid-security-override

Conversation

@miguelcolmenares

Copy link
Copy Markdown
Member

Summary

  • Resolves Dependabot alert chore(deps)(deps-dev): bump the dependencies group with 5 updates #46 (uuid < 11.1.1, missing buffer bounds check in v3/v5/v6)
  • @lhci/cli — even at its latest release, 0.15.1 — still pins uuid: ^8.3.1, so the fix requires an overrides entry rather than a dependency bump
  • uuid is dev-only tooling here (used transitively by Lighthouse CI), so forcing it to 11.1.1 carries no runtime risk

Test plan

  • npm run typecheck
  • npm run lint
  • npm run test (273 tests, all passing)
  • Confirmed package-lock.json resolves uuid to 11.1.1

🤖 Generated with Claude Code

…q-g745-h8pq

@lhci/cli (still at its latest release, 0.15.1) pins uuid ^8.3.1, which
carries a missing-bounds-check vulnerability in v3/v5/v6. uuid is dev-only
tooling here (Lighthouse CI), so overriding it to the patched line is safe.
@github-actions
github-actions Bot requested a lite review from Copilot September 7, 2026 23:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@miguelcolmenares
miguelcolmenares merged commit a4e1a55 into main Sep 8, 2026
7 checks passed
@miguelcolmenares
miguelcolmenares deleted the fix/uuid-security-override branch September 8, 2026 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants