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-cx25-xg7c-xfm5",
"modified": "2025-11-05T20:32:10Z",
"modified": "2025-11-05T20:32:11Z",
"published": "2025-07-30T18:31:36Z",
"aliases": [
"CVE-2025-54656"
Expand Down Expand Up @@ -33,6 +33,25 @@
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "struts:struts"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.2.0"
Copy link

Copilot AI Nov 12, 2025

Choose a reason for hiding this comment

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

The version range for struts:struts starts at '1.2.0', but other similar advisories (e.g., GHSA-5ggr-mpgw-3mgx, GHSA-7jw3-5q4w-89qg) consistently use '0' as the introduced version for this package. Unless there's a specific reason why versions before 1.2.0 are not affected, consider starting from '0' to maintain consistency with other advisories and ensure comprehensive coverage.

Suggested change
"introduced": "1.2.0"
"introduced": "0"

Copilot uses AI. Check for mistakes.
},
{
"last_affected": "1.2.9"
}
]
}
]
}
],
"references": [
Expand Down