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-q3mw-pvr8-9ggc",
"modified": "2025-08-08T18:26:53Z",
"modified": "2025-08-08T18:26:54Z",
"published": "2023-08-25T21:30:48Z",
"aliases": [
"CVE-2023-41080"
Expand Down Expand Up @@ -166,6 +166,82 @@
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat.embed:tomcat-catalina"
},
Comment on lines +171 to +174
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 Maven coordinate org.apache.tomcat.embed:tomcat-catalina looks inconsistent with the coordinates used elsewhere in this repo: other Tomcat advisories track Catalina as org.apache.tomcat:tomcat-catalina (e.g. advisories/github-reviewed/2022/05/GHSA-3vx3-xf6q-r5xp/GHSA-3vx3-xf6q-r5xp.json:21) and embed artifacts as org.apache.tomcat.embed:tomcat-embed-core / tomcat-embed-*. If the intent is to cover the Catalina JAR, this should likely be org.apache.tomcat:tomcat-catalina (and updated consistently for each new affected entry), otherwise automated matching may never hit this package name.

Copilot uses AI. Check for mistakes.
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "11.0.0-M1"
},
{
"fixed": "11.0.0-M11"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat.embed:tomcat-catalina"
},
Comment on lines +190 to +193
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.

Same issue as above: this affected entry uses org.apache.tomcat.embed:tomcat-catalina, but Tomcat Catalina is typically tracked as org.apache.tomcat:tomcat-catalina in this repo; please confirm the intended Maven coordinate and update accordingly so the advisory matches real dependencies.

Copilot uses AI. Check for mistakes.
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "10.1.0-M1"
},
{
"fixed": "10.1.13"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat.embed:tomcat-catalina"
},
Comment on lines +209 to +212
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.

Same issue as above: org.apache.tomcat.embed:tomcat-catalina is inconsistent with other advisories (which use org.apache.tomcat:tomcat-catalina). Please verify the correct Maven coordinate; otherwise this range will not apply to any real package.

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

Same issue as above: this entry uses the org.apache.tomcat.embed:tomcat-catalina coordinate; please verify and (if needed) change to the coordinate used for Catalina elsewhere in the repo (org.apache.tomcat:tomcat-catalina).

Copilot uses AI. Check for mistakes.
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "8.5.0"
},
{
"fixed": "8.5.93"
}
]
}
]
}
],
"references": [
Expand Down
Loading