CVE-2026-41907: Remediate CVE-2026-41907 in ccd-admin-web uuid dependency#897
Open
hmcts-github-ccd[bot] wants to merge 1 commit into
Open
CVE-2026-41907: Remediate CVE-2026-41907 in ccd-admin-web uuid dependency#897hmcts-github-ccd[bot] wants to merge 1 commit into
hmcts-github-ccd[bot] wants to merge 1 commit into
Conversation
JamesCollettCGI
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Remediated CVE-2026-41907 by updating the lockfile resolution for uuid@^8.3.0/^8.3.2 from 8.3.2 to 11.1.1. uuid@14.0.0 was attempted but caused a CommonJS/ESM reporter failure in mochawesome, so the final fix uses the newest patched uuid line with CommonJS require support. Active runtime was Node v18.20.8 from .nvmrc, Yarn 4.15.0 from the repo-pinned release/packageManager. Regenerated yarn-audit-known-issues with yarn npm audit --recursive --environment production --json; the audit still exits nonzero for unrelated known findings, but uuid/CVE-2026-41907/GHSA-w5hq-g745-h8pq are absent. Verified yarn install --immutable, yarn why uuid --json, yarn lint, yarn sass, yarn test, yarn test:smoke, yarn test:functional, and yarn test:a11y. Full tests passed with 237 passing and 1 pending; sass passed with existing deprecation warnings.
Plan ID: 9a43f010-9131-4485-a809-aff0060f2521