CVE-2026-44293: Remediate CVE-2026-44293 in protobufjs for ccd-api-gateway#749
Open
hmcts-github-ccd[bot] wants to merge 1 commit into
Open
CVE-2026-44293: Remediate CVE-2026-44293 in protobufjs for ccd-api-gateway#749hmcts-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 10, 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-44293 by applying Yarn 4 descriptor-level resolutions for protobufjs descriptors to 8.6.1 after the package-only yarn set resolution form was rejected by this Yarn CLI as an invalid descriptor. Active runtime was Node v22.22.3 from .nvmrc with Yarn 4.16.0. yarn install --immutable passed. yarn why protobufjs now resolves protobufjs@npm:^7.3.0 and protobufjs@npm:^7.5.3 to protobufjs@8.6.1. Refreshed yarn-audit-known-issues with yarn npm audit --recursive --environment production --json; the target CVE/GHSA and protobufjs findings are absent, though the production audit still exits non-zero for unrelated existing advisories. Verification: yarn lint passed with the known warning in .yarn/releases/yarn-4.16.0.cjs; yarn test:unit passed with 94 passing tests. The aggregate yarn test remains environment-limited/pre-existing because its nested yarn invocation hits the broken Corepack/network shim. No compile/build script is configured in package.json and Dockerfile contains install/focus commands but no build script.
Plan ID: 89719308-7ce2-4ff5-9840-cdfc4e03f4a4
Approved by: james