Fix dependency CVEs: kafka-clients, react-router, serialize-javascript, fast-uri, brace-expansion - #44
Merged
Merged
Conversation
kafka-clients 3.9.0 pinned in the version catalog was vulnerable to CVE-2025-27817 (fixed in 3.9.1). Bump to 3.9.2, which also matches the version Debezium already requests (the 3.9.0 pin was downgrading it).
…c8h2) react-router-dom@7.18.1 (via react-router 7.18.1) is vulnerable to GHSA-qwww-vcr4-c8h2 (RSC mode CSRF bypass, fixed in react-router 8.3.0). react-router-dom has no v8 release (the package was merged into react-router), so switch the dependency to react-router@8.3.0 and update all imports from 'react-router-dom' to 'react-router'. React 19.2.7 already meets v8's peer requirement. Also bumps brace-expansion to 1.1.18 (CVE-2026-69152, pulled transitively via minimatch). Verified: tsc --noEmit and vite build pass.
…on CVEs - serialize-javascript 6.0.2 -> 7.0.7 (GHSA-5c6j-r48x-rmvq): bump copy-webpack-plugin to 14.0.0 and css-minimizer-webpack-plugin to 8.0.0 via package.json overrides; both latest versions require serialize- javascript ^7.0.3. docusaurus build passes with the overrides. - fast-uri 3.1.3 -> 3.1.5 (CVE-2026-18446, CVE-2026-16221) - brace-expansion 1.1.16 -> 1.1.18 (CVE-2026-69152) No direct dependencies added; all resolved within existing ranges or via documented overrides.
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
Resolves five open dependency CVEs across the Java, UI, and website projects.
Changes
Java
UI
react-router-domhas no v8 (merged intoreact-router), so switched the dependency and migrated all imports (react-router-dom→react-router). React 19.2.7 already meets v8's peer requirement.Website
Validation
./gradlew testpassestsc --noEmit+vite buildpassdocusaurus buildpassesNotes