-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: ui/vulnerabilities: how many vulnerabilities are there? can we get a summary by severity? #2114
Comments
Shouldn't this has an impact also on the backend? I mean, results are currently paginated. As such, the frontend alone cannot show meaningful counters for each severity. Should we also think of changing the |
Ah, I missed the |
where is the total for all severities? I just looked again at the internal aci-zot02 instance and don't see it. |
The information on the page returned in the request includes the total number of items as |
Backend side: #2131 |
I think it's better to update the existing ImageSummary property Vulnerabilities. Since we already have the maximum severity and total CVE count there as well. And that way we can show this data in other places except the CVE list (thinking the "tag" tiles under a repository, for example). We also make the Image query for the image details views, so we could reuse it in the vulnerabilities tab if needed. |
Done in project-zot/zui#416. |
Let me close this one. |
zot version
v1.4.3
Describe the bug
the vulns list doesn't have a total count as far as I can tell, and it does dynamic scrolling so the scroll bar is no help.
How many am I looking at?
To reproduce
Expected behavior
there should be a way to know how many issues we are looking at and how many are of each severity
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: