Display version constraints for a CVE in the suggestion view #334
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a security team member I want to see at a glance which versions of suggested packages are affected (assuming the suggestions are relevant). Currently we'd have to click through the upstream CVE description.
Version constraints are part of an CPE identifier, which should be shown in full. That means the same workflow would allow for seeing which affected software information (e.g. package name) the CVE provides.
Here's an example CVE where we have an affected channel: https://nvd.nist.gov/vuln/detail/CVE-2023-40660
Currently we can't see that at all without digging into the CVE description
@RaitoBezarius Can you estimate when you could make version constraints available in the view code? If it works out I would try to start monday on this.