[GHSA-53hp-jpwq-2jgq] Uncontrolled Resource Consumption in Apache Tomcat#8704
Open
yusuke-koyoshi wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the missing org.apache.tomcat:tomcat-coyote Maven package to the advisory.
Changes:
- Adds affected Tomcat 8.5, 9, and 10 ranges.
- Updates the advisory modification timestamp.
- Several fixed-version boundaries require correction.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "introduced": "10.0.0-M1" | ||
| }, | ||
| { | ||
| "fixed": "10.0.0-M5" |
| } | ||
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "<= 10.0.0-M4" |
| "introduced": "9.0.0.M1" | ||
| }, | ||
| { | ||
| "fixed": "9.0.35" |
| "introduced": "8.5.0" | ||
| }, | ||
| { | ||
| "fixed": "8.5.55" |
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.
Updates
Comments
org.apache.tomcat:tomcat-coyote should be listed as an affected package for this advisory, but it is currently missing.
A prior PR #7655 was explicitly described as "Add org.apache.tomcat:tomcat-coyote as an affected Maven package across the impacted Tomcat version ranges", and the PR was reviewed and merged on that basis. However, for reasons that are not clear from the PR history, the final merged change to
advisories/github-reviewed/2022/02/GHSA-53hp-jpwq-2jgq/GHSA-53hp-jpwq-2jgq.jsononly added org.apache.tomcat.embed:tomcat-embed-core — the org.apache.tomcat:tomcat-coyote entry never actually made it into the advisory. The advisory today still lists only org.apache.tomcat:tomcat and org.apache.tomcat.embed:tomcat-embed-core.