You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
I scanned two postgres 12 docker images, one (postgres:12-alpine) is showed eol, the other (postgres:12) is not.
What you expected to happen:
I would expect to see both docker images flagged as eol, since postgres 12 is eol.
How to reproduce it (as minimally and precisely as possible):
$ xeol --version
xeol 0.10.1
$ xeol docker:postgres:12-alpine
✔ EOL DB [no update available]
✔ Scanned for EOL [1 eol matches]
NAME VERSION EOL DAYS EOL TYPE
postgresql 12.22 2024-11-21 14 binary
$ xeol docker:postgres:12
✔ EOL DB [no update available]
✔ Scanned for EOL [0 eol matches]
✅ no EOL software has been found
Anything else we need to know?:
Environment:
Output of xeol version: xeol 0.10.1
OS (e.g: cat /etc/os-release or similar): KDE neon 6.2 (based on ubuntu 24.04 noble)
The text was updated successfully, but these errors were encountered:
but either the way that debian structures files metadata or the way that syft is constructing the purls makes it so that the name is postgresql-client-12, which is very annoying.
The identifiers for postgres we source from endoflife.date here
We would either need to add purls like this for every version of postgres inside endoflifedates or do custom parsing just for debian postgres installations.
And Syft deals deb packages as packages provided from OS distribution, even if those are from 3rd party package repository
I think xeol need to judge this package is from OS distribution or not.
For example, debian12 does not provide package postgres-12, debian does not provide package with version including pgdg...
What happened:
I scanned two postgres 12 docker images, one (
postgres:12-alpine
) is showed eol, the other (postgres:12
) is not.What you expected to happen:
I would expect to see both docker images flagged as eol, since postgres 12 is eol.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
xeol version
: xeol 0.10.1cat /etc/os-release
or similar): KDE neon 6.2 (based on ubuntu 24.04 noble)The text was updated successfully, but these errors were encountered: