Conversation
There was a problem hiding this comment.
Pull request overview
Bumps Spring Boot parent to 3.4.8 and adds property overrides for embedded Tomcat (10.1.55) and Spring Framework (6.2.18) to remediate a set of CVEs affecting the MCP server stack.
Changes:
- Upgrade
spring-boot-starter-parentfrom 3.4.7 to 3.4.8. - Pin
tomcat.versionto 10.1.55 to address 18 Tomcat CVEs. - Pin
spring-framework.versionto 6.2.18 to address SSE stream corruption and path traversal CVEs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…2026-40973 Upgrades spring-boot-starter-parent from 3.4.8 to 3.5.14 to address Dependabot alert #8 (CVE-2026-40973): Spring Boot accepts predictable temp directory without ownership verification. The 3.4.x branch has no available fix; the minimum patched version is 3.5.14 in the 3.5.x line. spring-ai is bumped from 1.0.7 to 1.1.7 for compatibility with Spring Boot 3.5.x.
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 project's dependencies to address security vulnerabilities and ensure compatibility with the latest stable versions. The key changes focus on upgrading Spring Boot, Tomcat, and the Spring Framework to resolve multiple CVEs.
Dependency and security updates:
3.4.7to3.4.8inpom.xmlfor improved stability and support.10.1.55inpom.xmlto address 18 CVEs (e.g., CVE-2025-48989 and others).6.2.18inpom.xmlto fix several CVEs, including CVE-2026-22735 (SSE stream corruption), CVE-2026-22737 (script view path traversal), and CVE-2025-41242 (path traversal).