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-hhfx-wfvq-7g9c",
"modified": "2026-03-11T19:59:54Z",
"modified": "2026-03-11T19:59:55Z",
"published": "2026-03-10T18:31:21Z",
"aliases": [
"CVE-2026-26118"
Expand Down Expand Up @@ -52,6 +52,63 @@
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "@azure/mcp"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.0.0-beta.1"
},
{
"fixed": "2.0.0-beta.17"
}
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "@azure/mcp"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.0.0"
},
{
"fixed": "1.0.2"
}
]
}
]
},
Comment on lines +55 to +93
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

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

There are two separate affected entries for the same npm package (@azure/mcp). OSV tooling typically expects a single affected object per package, with multiple version ranges under its ranges array. Consider merging these into one affected entry with both ranges to avoid duplication and reduce the chance of future edits diverging.

Copilot uses AI. Check for mistakes.
{
"package": {
"ecosystem": "PyPI",
"name": "msmcp-azure"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.0.0-beta.14"
},
{
"fixed": "2.0.0-beta.17"
Comment on lines +104 to +107
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

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

PyPI versions are expected to follow PEP 440 normalization (e.g., beta releases generally use forms like 2.0.0b14, not 2.0.0-beta.14). If these strings don’t match the actual published PyPI versions, affected-version matching may break in downstream consumers. Please update introduced/fixed to the exact PyPI release versions as published for msmcp-azure.

Suggested change
"introduced": "2.0.0-beta.14"
},
{
"fixed": "2.0.0-beta.17"
"introduced": "2.0.0b14"
},
{
"fixed": "2.0.0b17"

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