Skip to content
Merged
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-mw3v-mmfw-3x2g",
"modified": "2025-11-26T22:10:36Z",
"modified": "2025-11-26T22:10:40Z",
"published": "2025-11-25T21:32:07Z",
"aliases": [
"CVE-2025-9624"
Expand All @@ -25,14 +25,33 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "3.0.0"
},
{
"fixed": "3.3.0"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.opensearch:opensearch-common"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.19.4"
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

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

The fixed version '2.19.4' appears inconsistent with the PR description, which states the fix is included in version 2.9.14. The description mentions 'This is included in 2.9.14' but the JSON specifies 2.19.4 as the fixed version. Please verify which version number is correct.

Suggested change
"fixed": "2.19.4"
"fixed": "2.9.14"

Copilot uses AI. Check for mistakes.
Copy link
Author

Choose a reason for hiding this comment

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

I made a typo in the PR description, it is indeed meant to be 2.19.4.

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