Nemo

Results 567 comments of Nemo

I'll drop the PURL fix commits and rebase this. A PURL validator will be nice to have.

I was looking for some identifiers that would show up in a SBOM. Is there any programmatic way for users to determine what version of DCE are they running? And...

Thanks a lot for your contribution 🥇

Rapid is excluded from the GKE SLA: >As Rapid channel provides the newest GKE versions, these versions are excluded from the [GKE SLA](https://cloud.google.com/kubernetes-engine/sla) and may contain issues without known workarounds....

Using the NVD dataset is a dead-end - I wouldn't go via that route. There's some attempts at making a PURL/CPE mapping, but none of them are as accurate as...

> This means I shouldn't use the API with a regex and instead use the API to look for CVE's and their linked CPE's? Yes, but repology has done this...

The table we need is `manual_cpes`. I queried against all the known identifiers we had: SELECT effname as repology_identifier, cpe_vendor , cpe_product FROM manual_cpes wHERE effname IN ('kotlin', 'nginx', 'python:django',...

The ansible package includes the ansible-core package internally. We can add to just ansible-core for now, need to think a bit more on this.

While this might be doable, can you provide a use-case for such an API?

Would a Prometheus exporter work for you? https://github.com/endoflife-date/endoflife.date/issues/975