0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-20 22:52:51 -05:00
zot/pkg/extensions/search/convert
Andrei Aaron 18aa975ae2
feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131)
For CLI output is similar to:

CRITICAL 0, HIGH 1, MEDIUM 1, LOW 0, UNKNOWN 0, TOTAL 2

ID                SEVERITY  TITLE
CVE-2023-0464     HIGH      openssl: Denial of service by excessive resou...
CVE-2023-0465     MEDIUM    openssl: Invalid certificate policies in leaf...

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-12-13 09:16:31 -08:00
..
annotations.go fix(cve): cummulative fixes and improvements for CVE scanning logic (#1810) 2023-09-17 15:12:20 -07:00
convert_internal_test.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
convert_test.go feat(ui): let UI delete manifests if current user has permissions to do so (#2132) 2023-12-13 09:06:08 -08:00
cve.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
metadb.go feat(ui): let UI delete manifests if current user has permissions to do so (#2132) 2023-12-13 09:06:08 -08:00
oci.go refactor(metadb): improve UX by speeding up metadb serialize/deserialize (#1842) 2023-10-30 13:06:04 -07:00
utils.go feat(pagination): move pagination and sorting image summary results after conversion (#1637) 2023-07-31 22:16:09 +03:00