0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/common
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
..
common.go feat(scheduler): gracefully shutdown (#1951) 2023-11-24 00:40:10 -08:00
common_test.go refactor: Reduce binary size of zot-minimal; Added CI check for binary size (#1758) 2023-09-06 19:58:00 +03:00
http_client.go fix(sync): ping func should not try to read response body (#1757) 2023-09-13 20:00:51 +03:00
http_client_test.go refactor(pkg/test): split logic in pkg/test/common.go into multiple packages (#1861) 2023-09-27 11:34:48 -07:00
http_server.go refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
model.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
oci.go refactor(cli): added equivalent subcommands for each flag combination under every command (#1674) 2023-08-30 20:12:24 +03:00
oci_test.go refactor: move helper functions under common, in usage specific named files (#1540) 2023-06-22 14:29:45 +03:00
retry.go refactor(cli): added equivalent subcommands for each flag combination under every command (#1674) 2023-08-30 20:12:24 +03:00