UID2-7554/7555: bump fast-uri npm override to ^3.1.4; suppress svgo GHSA-2p49 (react-scripts residual)#202
Merged
Conversation
…HSA-2p49 fast-uri (CVE-2026-13676, CVE-2026-16221): bump override >=3.1.2 -> ^3.1.4 in both react-client-side sub-projects; lockfiles regenerated (resolves fast-uri 3.1.4). svgo (GHSA-2p49-hgcm-8545): the app-level svgo already resolves to fixed 3.3.4 via its ^3.3.3 range, but residual copies remain under postcss-svgo (2.8.1) and, critically, react-scripts@5's bundled @svgr/webpack@5.5.0 (svgo 1.3.2, no in-major fix). svgo here is build-time-only SVG optimization of our own trusted assets (not reachable at runtime), and forcing the react-scripts 1.x copy across a major breaks the CRA build. Suppressed in .trivyignore with expiry 2026-08-23 pending a react-scripts upgrade/removal. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
swibi-ttd
approved these changes
Jul 23, 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.
Vulnerability fix — npm (fast-uri) + svgo suppression
Affects the two
web-integrations/**/react-client-sidesub-projects flagged bytrivy fs.fast-uri — CVE-2026-13676, CVE-2026-16221 (HIGH) — real fix: bump the existing override
fast-uri >=3.1.2→^3.1.4(resolves 3.1.4, stays on 3.x). Lockfiles regenerated.svgo — GHSA-2p49-hgcm-8545 (HIGH) — suppressed in
.trivyignore(exp 2026-08-23). Rationale: svgo is build-time-only SVG optimization of our own trusted assets (not reachable at runtime). The app-level svgo already resolves to fixed 3.3.4, but a residual copy is svgo 1.3.2 bundled inside react-scripts@5’s@svgr/webpack@5.5.0, which has no in-major fix (fixed only in 2.8.3+); forcing it across the major breaks the create-react-app build (verified locally). Suppress until react-scripts is upgraded/removed.Tickets: UID2-7554 (fast-uri), UID2-7555 (svgo).