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-rx97-6c62-55mf",
"modified": "2025-06-27T14:14:59Z",
"modified": "2025-06-27T14:15:01Z",
"published": "2025-06-11T15:30:29Z",
"aliases": [
"CVE-2025-4922"
Expand Down Expand Up @@ -33,6 +33,44 @@
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/hashicorp/nomad"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.9.10"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/hashicorp/nomad"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.14"
}
]
}
]
}
Comment on lines +37 to 74
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

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

The two vulnerability ranges overlap and could be consolidated. Both specify 'introduced: 0' for the same package, creating redundant entries. Consider using a single range with multiple version-specific 'fixed' events, or specify distinct 'introduced' versions (e.g., '1.9.0' and '1.8.0') to clarify which release lines are affected.

Copilot uses AI. Check for mistakes.
],
"references": [
Expand Down