fix(deps): patch CRITICAL/HIGH transitive CVEs on shared base (trivy-fs)#119
Open
seonghobae wants to merge 2 commits into
Open
fix(deps): patch CRITICAL/HIGH transitive CVEs on shared base (trivy-fs)#119seonghobae wants to merge 2 commits into
seonghobae wants to merge 2 commits into
Conversation
Bump the shared base so all feature branches inherit the fix: - spring-boot-starter-parent 3.5.0 -> 3.5.14 (CVE-2026-40973 spring-boot) - spring-framework.version 6.2.18 (CVE-2025-41249 spring-core) - netty.version 4.1.135.Final (CVE-2025-55163, CVE-2026-33870/33871, 42579/42583/42584/42587, 44249/45416/45674/47691/50010) - jackson-bom.version 2.21.4 (CVE-2026-54512, CVE-2026-54513) - remove unused org.apache.tika:tika-parsers-standard-package, the sole source of commons-io 2.7 (CVE-2024-47554) and bouncycastle 1.81 (CVE-2025-14813, CRITICAL); no source references tika trivy fs CRITICAL,HIGH now reports 0; full suite (335 tests) green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RTAMs4bpSZS77Xe3RQjv9P
Collaborator
Author
|
Follow-up from the failing security checks on PR #119. What failed on the previous head:
Changes pushed:
Local verification:
|
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.
What
Fixes all CRITICAL/HIGH dependency vulnerabilities that
trivy-fsflags onmain(19 findings). Because these live in the shared basepom.xml, fixing here lets every open feature branch inherit the fix on rebase.Root cause (from the real trivy-fs SARIF/log, verified with
mvn dependency:tree)Changes
spring-boot-starter-parent3.5.0 → 3.5.14netty.version=4.1.135.Final,jackson-bom.version=2.21.4,spring-framework.version=6.2.18org.apache.tika:tika-parsers-standard-package— it is unused (no source references) and was the sole source of the CRITICAL BouncyCastle and the commons-io 2.7 vulnerabilitiesVerification
trivy fs --scanners vuln --severity CRITICAL,HIGH --ignore-unfixed→ 0 findings (was 19)mvn dependency:treeconfirms netty 4.1.135.Final, jackson-databind 2.21.4, spring-core 6.2.18, spring-boot 3.5.14mvn test→ 335 tests, 0 failures, 0 errorsAll dependencies remain permissively licensed (Apache-2.0 / MIT / BSD).
🤖 Generated with Claude Code