CVE-2026-42338: Remediate CVE-2026-42338 in ccd-admin-web ip-address dependency#900
Open
hmcts-github-ccd[bot] wants to merge 3 commits into
Open
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-42338 by resolving ip-address@npm:^10.0.1 to ip-address@10.2.0 in yarn.lock using Yarn 4.15.0 under Node v18.20.8 from .nvmrc. Corepack could not fetch Yarn from repo.yarnpkg.com, so the checked-in .yarn/releases/yarn-4.15.0.cjs was used. Post-change yarn install --immutable passed with existing warnings. yarn why ip-address confirms socks@2.8.7 now uses ip-address@10.2.0. Regenerated yarn-audit-known-issues with yarn npm audit --recursive --environment production --json; the target CVE/GHSA/advisory/ip-address entry is absent, though audit still exits nonzero for unrelated existing advisories. Verification: yarn lint passed; yarn sass passed with existing Sass deprecation warnings; yarn test:routes passed with 168 passing and 1 pending; yarn test:unit still fails with the pre-existing no-files pattern issue for src/test/**/*.spec.js. git diff --check passed.
Plan ID: 7a2a63ba-1ee9-428d-b06b-ad4145077881