-
Notifications
You must be signed in to change notification settings - Fork 25
Upgrade Tomcat to fix CVE-2025-55752 #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR upgrades the embedded Tomcat version from 10.1.44 to 10.1.48 to address CVE-2025-55752 and adds a corresponding entry to the changelog. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the Tomcat embedded dependency to address a security vulnerability and makes minor improvements to the .gitignore file.
- Upgrades Tomcat embedded version from 10.1.44 to 10.1.48 to address CVE-2025-55752
- Documents the security fix in the changelog for release 4.0.15
- Adds gitignore entry for Copilot IDE data files
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pom.xml | Updates tomcat_embed_version property from 10.1.44 to 10.1.48 |
| docs/changelog.md | Adds release 4.0.15 entry documenting the Tomcat upgrade for CVE fix |
| .gitignore | Adds pattern to ignore Copilot IDE data files and adds missing final newline |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary by Sourcery
Upgrade embedded Tomcat to version 10.1.48 to fix CVE-2025-55752 and document the release in the changelog.
Bug Fixes:
Documentation: