Description
This might sound like an obvious question and maybe I'm wrong and this is supported or I didn't read the documentation correctly.
But I think it would be great if the Advisory Database integrated with Github Releases, Github Packages and Github Advisories for Github Projects.
# Use case
This could work well with dependabot and the new Dependency submission API. For example, I'm using Nix. Nix as a package manage does not typically use a centralized registry and rather uses "channels" that contain packages.
However, nix packages many times fetch the sources from github. With the dependency submission API, a given nix dependency could be reported to be from github (or other supported ecosystem such as npm) and dependabot now would be able to report security vulnerability for nix dependencies.