You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for glvd, we need a way to set a state for cves that hides them from the default view
there are many old cves that are technically vulnerable, but in practice they are either fixed or not considered as an actual vulnerability.
we need some sort of triage feature. this requires changes to the database, and it requires some sort of writable api (so far our api is read-only on purpose to avoid having to deal with authn/authz)
The text was updated successfully, but these errors were encountered:
changes the view sourcepackagecve so that it always returns the full list of cves so the client can filter for resolved.
This is maybe not great from a performance point of view, and it can be optimized later, but currently this seems to be what we need for the UI.
Part of gardenlinux/glvd#127
fwilhe
added a commit
to gardenlinux/glvd-api
that referenced
this issue
Nov 15, 2024
Implements the following features:
- Allow viewing both resolved and unresolved issues in cve by distribution list
- Display of cve context in cve details
Part of gardenlinux/glvd#127
for glvd, we need a way to set a state for cves that hides them from the default view
there are many old cves that are technically vulnerable, but in practice they are either fixed or not considered as an actual vulnerability.
we need some sort of triage feature. this requires changes to the database, and it requires some sort of writable api (so far our api is read-only on purpose to avoid having to deal with authn/authz)
The text was updated successfully, but these errors were encountered: