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-qcxh-w3j9-58qr",
"modified": "2023-12-08T22:47:08Z",
"modified": "2023-12-08T22:47:09Z",
"published": "2020-06-15T18:51:09Z",
"aliases": [
"CVE-2019-0199"
Expand Down Expand Up @@ -52,6 +52,44 @@
]
}
]
},
{
"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"
}
]
}
]
Comment on lines +55 to +92
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.
}
],
"references": [
Expand Down
Loading