Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-j39c-c8hj-x4j3",
"modified": "2022-02-08T21:34:09Z",
"modified": "2023-02-03T05:04:34Z",
"published": "2021-06-16T17:45:29Z",
"aliases": [
"CVE-2021-25122"
Expand Down Expand Up @@ -71,6 +71,63 @@
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "10.0.0"
},
Comment on lines +84 to +86
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.

The advisory details state the vulnerable range starts at Tomcat 10.0.0-M1, but this new affected range uses introduced: "10.0.0", which will exclude milestone/pre-release versions from matching. Update the introduced event to include the earliest affected milestone (e.g., 10.0.0-M1) so the range aligns with the described affected versions.

Copilot uses AI. Check for mistakes.
{
"fixed": "10.0.2"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.0.0"
},
Comment on lines +103 to +105
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.

This Tomcat 9.x affected range is marked as introduced at 9.0.0, but the advisory text indicates exposure begins with 9.0.0.M1. Using 9.0.0 may miss affected milestone releases; set the introduced version to the earliest affected milestone (e.g., 9.0.0.M1) to match the described range.

Copilot uses AI. Check for mistakes.
{
"fixed": "9.0.43"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "8.5.0"
},
{
"fixed": "8.5.63"
}
]
}
]
}
],
"references": [
Expand Down
Loading