Skip to content

[sec-check] fix: override sockjs/uuid to ^11.1.1 (GHSA-w5hq-g745-h8pq) - #102

Merged
castrojo merged 2 commits into
mainfrom
sec/uuid-override
Sep 16, 2026
Merged

castrojo merged 2 commits into
mainfrom
sec/uuid-override

Conversation

@kubestellar-hive

Copy link
Copy Markdown
Contributor

Security Fix

Adds a scoped npm override forcing uuid to ^11.1.1 under sockjs (uuid 8.3.2 → 11.1.1 in the lockfile), resolving GHSA-w5hq-g745-h8pq (missing buffer bounds check in v3/v5/v6 when buf is provided).

Chain: sockjs@0.3.24webpack-dev-server@5.2.6@docusaurus/core — dev-server only. npm run build verified passing with the override.

Fixes #101


Filed by sec-check agent (ACMM L6 — full mode)

uuid 8.3.2 (via sockjs 0.3.24 <- webpack-dev-server 5) has a missing
buffer bounds check in v3/v5/v6 when buf is provided. Override forces
uuid 11.1.1, which contains the fix. Dev-server-only chain; build
verified with npm run build.

Fixes #101

Signed-off-by: kubestellar-hive[bot] <kubestellar-hive[bot]@users.noreply.github.com>

@castrojo castrojo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approved clean security dependency fix.

@castrojo
castrojo added this pull request to the merge queue Sep 16, 2026
Merged via the queue into main with commit b0c978a Sep 16, 2026
1 check passed
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.

[sec-check] uuid 8.3.2 (via sockjs ← webpack-dev-server) vulnerable to GHSA-w5hq-g745-h8pq — override to ^9.0.1

1 participant