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-6pfh-p556-v868",
"modified": "2026-01-26T21:02:49Z",
"modified": "2026-01-26T21:02:52Z",
"published": "2026-01-26T21:02:49Z",
"aliases": [
"CVE-2026-23888"
Expand All @@ -28,11 +28,14 @@
"introduced": "0"
},
{
"fixed": "11.0.0-alpha.3"
"fixed": ">=10.28.1"
Copy link

Copilot AI Jan 27, 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 number, not a version range with comparison operators. The value should be '10.28.1' without the '>=' prefix, as the field semantically indicates 'fixed in version X and later'.

Suggested change
"fixed": ">=10.28.1"
"fixed": "10.28.1"

Copilot uses AI. Check for mistakes.
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "<= 10.28.0"
}
}
],
"references": [
Expand Down
Loading