Conversation
There was a problem hiding this comment.
Pull request overview
Updates pom.xml to upgrade the Spring Boot parent and override several transitive dependency versions (Tomcat, Spring Framework, MCP SDK, Jackson 3, Logback) to address multiple CVEs.
Changes:
- Bumps Spring Boot parent from 3.4.7 to 3.4.8.
- Adds version properties for
logback,mcp-sdk,jackson3,tomcat, andspring-frameworkto force patched versions. - Adds
dependencyManagementoverrides formcp-core,mcp, and the Jackson 3 artifacts (jackson-core,jackson-databind,jackson-annotations,jackson-dataformat-yaml).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…26-22737 and CVE-2025-41242 Override spring-framework.version to 6.2.18 in pom.xml to address Dependabot alert #42 (spring-webmvc vulnerabilities): - CVE-2026-22735 (LOW) — SSE stream corruption in Spring MVC/WebFlux - CVE-2026-22737 (MEDIUM) — Improper path limitation with script view templates - CVE-2025-41242 (MEDIUM) — Path traversal vulnerability in Spring MVC apps
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.
This pull request updates the
pom.xmlto address several security vulnerabilities by upgrading dependencies and overriding specific versions. The main focus is on patching known CVEs in Tomcat, Spring Framework, MCP SDK, and Jackson libraries. Additionally, the Spring Boot parent version is updated for general maintenance.Security and Dependency Updates:
3.4.7to3.4.8for the latest fixes and improvements.logback,mcp-sdk,jackson3, Tomcat, and Spring Framework to ensure the latest secure versions are used, specifically addressing multiple CVEs in Tomcat and Spring Framework.Direct CVE Patches via Dependency Overrides:
mcp-coreandmcpto version1.0.1to resolve CVE-2026-34237 and CVE-2026-35568.jackson-core,jackson-databind,jackson-annotations,jackson-dataformat-yaml) to version3.1.1to fix GHSA-72hv-8253-57qq, CVE-2026-29062, and GHSA-2m67-wjpj-xhg9.