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
Expand Up @@ -18,7 +18,7 @@
{
"package": {
"ecosystem": "NuGet",
"name": "MediaBrowser.Server.Core"
"name": "Emby-Server-(not-any-nuget-package)"
},
"ranges": [
{
Expand All @@ -28,14 +28,36 @@
"introduced": "0"
},
{
"fixed": "4.9.1.81"
"fixed": "4.9.1.90"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 4.9.1.80"
}
},
{
"package": {
"ecosystem": "NuGet",
"name": "Emby-Server-Beta-(not-any-nuget-package)"
},
Comment on lines +41 to +44
Copy link

Copilot AI Dec 27, 2025

Choose a reason for hiding this comment

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

The package name "Emby-Server-Beta-(not-any-nuget-package)" is problematic because it's marked as ecosystem "NuGet" but explicitly states it's not a NuGet package. This creates an inconsistency in the advisory metadata. If this is the Emby Server Beta application rather than a NuGet package, consider using a different ecosystem type or advisory format that better represents standalone applications rather than package dependencies.

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.

There is no matching "ecosystem".

"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.9.2.7"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 4.9.2.6"
}
}
],
"references": [
Expand Down