CVE-2026-44288: Remediate CVE-2026-44288 in ccd-case-print-service#751
Open
hmcts-github-ccd[bot] wants to merge 1 commit into
Open
CVE-2026-44288: Remediate CVE-2026-44288 in ccd-case-print-service#751hmcts-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 4, 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-44288 using Yarn 4 under Node v18.20.8 from .nvmrc. The bare package-level Yarn resolution was not durable, so I applied the plan fallback with descriptor-level resolutions in yarn.lock: protobufjs@npm:^7.5.3 now resolves to 7.6.2, protobufjs@npm:8.0.1 now resolves to 8.5.0, and @protobufjs/utf8 is now 1.1.1. yarn install --immutable passed with warnings. The required production audit was regenerated and no longer contains CVE-2026-44288, GHSA-q6x5-8v7m-xcrf, protobufjs, or @protobufjs/utf8, though unrelated production findings remain. Verification: yarn lint passed, yarn sass passed, yarn test:unit still fails with the pre-existing no test files found condition.
Plan ID: 257658c7-2c0a-44ef-90a5-31d880b0983f