Skip to content

[GHSA-qcxh-w3j9-58qr] Apache Tomcat Denial of Service vulnerability#7516

Open
aruneko wants to merge 1 commit intoaruneko/advisory-improvement-7516from
aruneko-GHSA-qcxh-w3j9-58qr
Open

[GHSA-qcxh-w3j9-58qr] Apache Tomcat Denial of Service vulnerability#7516
aruneko wants to merge 1 commit intoaruneko/advisory-improvement-7516from
aruneko-GHSA-qcxh-w3j9-58qr

Conversation

@aruneko
Copy link
Copy Markdown

@aruneko aruneko commented Apr 28, 2026

Updates

  • Affected products

Comments
fix affected packages depends on patch codes

Copilot AI review requested due to automatic review settings April 28, 2026 07:09
@github-actions github-actions Bot changed the base branch from main to aruneko/advisory-improvement-7516 April 28, 2026 07:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the GHSA advisory for CVE-2019-0199 (Apache Tomcat DoS) by expanding the set of affected Maven artifacts and adjusting metadata to reflect the change.

Changes:

  • Added org.apache.tomcat:tomcat-coyote as an affected package with fixed versions for the 8.x and 9.x lines.
  • Updated the advisory modified timestamp.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +55 to +92
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.0.0"
},
{
"fixed": "9.0.16"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "8.0.0"
},
{
"fixed": "8.5.38"
}
]
}
]
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having two separate affected entries with the exact same package can be risky for downstream tooling that deduplicates/keys by package coordinates (some pipelines may accidentally drop one range). Consider representing tomcat-coyote as a single affected item with multiple ranges entries (one for 8.x and one for 9.x) so all vulnerable intervals are guaranteed to be preserved.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants