Skip to content
Closed
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-cvvx-r33m-v7pq",
"modified": "2022-07-06T20:28:01Z",
"modified": "2023-01-27T05:02:25Z",
"published": "2022-05-14T03:15:11Z",
"aliases": [
"CVE-2015-0899"
Expand All @@ -25,14 +25,30 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.1"
"introduced": "0"
},
{
"last_affected": "1.3.10"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "struts:struts"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.1"
Copy link

Copilot AI Oct 12, 2025

Choose a reason for hiding this comment

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

The new struts:struts package entry is missing an upper bound version range. According to the PR description, struts 1.1 - 1.2.9 uses the struts:struts coordinate, so this range should include a last_affected field set to 1.2.9 to properly define the affected version range.

Suggested change
"introduced": "1.1"
"introduced": "1.1"
},
{
"last_affected": "1.2.9"

Copilot uses AI. Check for mistakes.

}
]
}
]
}
],
"references": [
Expand Down