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-5f7q-jpqc-wp7h",
"modified": "2026-01-28T15:20:56Z",
"modified": "2026-01-28T15:20:57Z",
"published": "2026-01-28T15:20:55Z",
"aliases": [
"CVE-2025-59472"
Expand All @@ -25,14 +25,17 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "15.0.0-canary.0"
"introduced": "15.6.0-canary.0"
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

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

The introduced version '15.6.0-canary.0' appears inconsistent with the stable fixed versions '15.5.10' and '15.5.11'. If versions 15.5.10 and 15.5.11 contain fixes, the vulnerability must have been introduced before 15.5.10, not at 15.6.0-canary.0. This suggests the version range is incorrect.

Copilot uses AI. Check for mistakes.
},
{
"fixed": "15.6.0-canary.61"
"fixed": "15.6.0-canary.61, 15.5.10, 15.5.11"
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

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

The 'fixed' field should contain a single version string, not a comma-separated list. According to standard advisory schemas, multiple fixed versions should be represented as separate event objects with their own 'fixed' fields within the events array.

Suggested change
"fixed": "15.6.0-canary.61, 15.5.10, 15.5.11"
"fixed": "15.6.0-canary.61"
},
{
"fixed": "15.5.10"
},
{
"fixed": "15.5.11"

Copilot uses AI. Check for mistakes.
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "< 15.6.0-canary.61"
}
},
{
"package": {
Expand Down