Skip to content

Fix Dependabot #114: force uuid >=14.0.0 to remediate missing buffer bounds check CVE#21

Merged
ShreyaThapa merged 1 commit into
mainfrom
dependabot-114/uuid-fix
Apr 27, 2026
Merged

Fix Dependabot #114: force uuid >=14.0.0 to remediate missing buffer bounds check CVE#21
ShreyaThapa merged 1 commit into
mainfrom
dependabot-114/uuid-fix

Conversation

@ShreyaThapa
Copy link
Copy Markdown
Collaborator

Summary

  • Adds uuid: >=14.0.0 to pnpm.overrides to force resolution of the transitive uuid dependency introduced via @storybook/addon-essentials
  • Remediates Dependabot alert #114: missing buffer bounds check in uuid v3/v5/v6 when a caller-provided buffer is used (silent partial writes without RangeError)
  • uuid is a devDependency only — no impact on the published package or end users

Test plan

  • pnpm install+1 -1 confirms uuid was upgraded
  • pnpm audit — No known vulnerabilities found
  • pnpm test:ci — 12 suites, 24 tests, 19 snapshots all pass
  • pnpm build-storybook — clean build, no errors

🤖 Generated with Claude Code

… check in v3/v5/v6)

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@ShreyaThapa ShreyaThapa merged commit 5f4a01c into main Apr 27, 2026
1 check passed
@ShreyaThapa ShreyaThapa deleted the dependabot-114/uuid-fix branch April 27, 2026 15:23
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