Skip to content

Override uuid package to 11.1.1#4449

Draft
nickrolfe wants to merge 1 commit into
mainfrom
nickrolfe/npm-uuid
Draft

Override uuid package to 11.1.1#4449
nickrolfe wants to merge 1 commit into
mainfrom
nickrolfe/npm-uuid

Conversation

@nickrolfe

Copy link
Copy Markdown
Contributor

The vulnerable uuid@8.3.2 was pulled in transitively by @azure/msal-node.
Force the resolution to 11.1.1 via an npm override.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
Copilot-Session: c9765432-b317-4939-8e5c-33df6b815f5f

The vulnerable uuid@8.3.2 was pulled in transitively by @azure/msal-node.
Force the resolution to 11.1.1 via an npm override.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c9765432-b317-4939-8e5c-33df6b815f5f
@nickrolfe

nickrolfe commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

msal-node imports v4, which is still supported by version 11 of the uuid package.

import { v4 } from 'uuid';

@nickrolfe nickrolfe marked this pull request as ready for review July 10, 2026 09:51
@nickrolfe nickrolfe requested a review from a team as a code owner July 10, 2026 09:51
Copilot AI review requested due to automatic review settings July 10, 2026 09:51

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.

Pull request overview

This PR mitigates a reported vulnerability by forcing the uuid package version used by the extensions/ql-vscode dependency tree, replacing the previously transitively-installed uuid@8.3.2 (via @azure/msal-node) with uuid@11.1.1 using npm overrides.

Changes:

  • Add an npm overrides entry to force uuid@11.1.1.
  • Update package-lock.json to remove the nested uuid@8.3.2 instance and record uuid@11.1.1 in the resolved dependency graph.
Show a summary per file
File Description
extensions/ql-vscode/package.json Adds an npm override to force uuid@11.1.1.
extensions/ql-vscode/package-lock.json Reflects the resolved dependency graph after applying the override (removes nested uuid@8.3.2, adds uuid@11.1.1).

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Files not reviewed (1)
  • extensions/ql-vscode/package-lock.json: Generated file
  • Files reviewed: 1/2 changed files
  • Comments generated: 2
  • Review effort level: Low

"@hpcc-js/wasm": "2.30.0"
}
},
"uuid": "11.1.1"
Comment on lines 455 to 457
"node": ">=16"
}
},
@nickrolfe nickrolfe marked this pull request as draft July 10, 2026 10:42
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