-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enable filtering in GLVD API #94
Comments
This PR changes a lot about how glvd-api works. The biggest change is that we now rely on VIEWs in the db instead of having native queries in our repositories where possible. This simplifies the code a lot and should also make it easier to implement sorting gardenlinux/glvd#95 and filtering gardenlinux/glvd#94 in the api.
The filed where filtering would make most sense is Also, once we have the cvss score in the output (which is a todo), it would also be great to be able to filter for that. something like
|
Depends on #100 for cvss score |
I am not sure if there is an elegant way to do filtering the way I am imagining. We need to refine the user story before we can continue here to avoid large implementation efforts for questionable benefit. Questions:
|
No description provided.
The text was updated successfully, but these errors were encountered: