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

glvd: implement minimum viable triage feature #127

Open
fwilhe opened this issue Oct 14, 2024 · 1 comment
Open

glvd: implement minimum viable triage feature #127

fwilhe opened this issue Oct 14, 2024 · 1 comment
Assignees
Milestone

Comments

@fwilhe
Copy link
Member

fwilhe commented Oct 14, 2024

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)

@fwilhe fwilhe self-assigned this Oct 14, 2024
fwilhe added a commit to gardenlinux/glvd-api that referenced this issue Nov 14, 2024
fwilhe added a commit to gardenlinux/glvd-data-ingestion that referenced this issue Nov 15, 2024
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
@fwilhe
Copy link
Member Author

fwilhe commented Nov 18, 2024

related: gardenlinux/glvd-contrib@d815419

@pnpavlov pnpavlov added this to the 2024-11 milestone Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants