Weston Steimel
Weston Steimel
Ah, I forgot to add `-g`, so it wasn't generating a vunnel config `grype-db build --provider-name alpine -g` works as expected ```sh grype-db --provider-name github build -g [0000] INFO grype-db...
v6 should have some way of looking up the correct namespace off of something more than just `version`. For instance, we're already maintaining mappings in vunnel of codenames to versions...
The ability to know when a particular record was added or modified within the grype database came up in a community discussion. Although we are currently always building up the...
We need to better capture the relationships between identifiers between ecosystems. Currently, we have the `related_vulnerabilities` column, but that is on the package vuln record and requires knowing the grypedb...
Tables per provider/ecosystem pair with a schema specific to the ecosystem So we'd have a table with a lookup on provider name and ecosystem name (likely based on the package...
@wagoodman, I was just wondering in light of all of the CDN issues that have been cropping up if it might make sense to do something like partition v6 databases...