Skip to content
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

Update the GET /v1/vulnerability API and frontend to allow for filtering only vulnerabilities that affect catalogued projects #3110

Open
2 tasks done
janjwerner-confluent opened this issue Oct 20, 2023 · 2 comments
Labels
enhancement New feature or request p2 Non-critical bugs, and features that help organizations to identify and reduce risk

Comments

@janjwerner-confluent
Copy link

Current Behavior

The API GET /v1/vulnerability Returns a list of all vulnerabilities.
Likewise the frontend http://localhost:8080/vulnerabilities URL returns all known vulnerabilities.

Proposed Behavior

The API GET /v1/vulnerability accepts optional parameter and / or
that allows to retrieve only the vulnerabilities affecting projects or vulnerabilities affecting >= affectedProjectCount projects.

Likewise, the frontend for vulnerabilities could have a toggle < Active Vulnerabilities> that would filter out the vulnerabilities not present in the catalogued projects. .

Checklist

@janjwerner-confluent janjwerner-confluent added the enhancement New feature or request label Oct 20, 2023
@tdhammer
Copy link

+1

On the frontend, I think a sort capability on the project count column might also be useful.

@nscuro nscuro added the p2 Non-critical bugs, and features that help organizations to identify and reduce risk label Nov 5, 2023
@rkg-mm
Copy link
Contributor

rkg-mm commented Dec 22, 2023

I think this request is obsolete with PR #2472, especially the tab shown in the second screenshot provides this functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p2 Non-critical bugs, and features that help organizations to identify and reduce risk
Projects
None yet
Development

No branches or pull requests

4 participants