Only display root of dependency graph in suggestions #332
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#332
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 matching suggestions only for directly affected packages (and at most the number of reverse dependencies, or maybe a list/tree of them if I really care), in order to keep cognitive load at a minimum. Fixing the root fixes the others.
Currently we show all packages that have a name matching, but many of them turn out to be dependants of the actual thing in question.
Note that we probably have to take into account both buildtime and runtime dependencies, and possibly handle them differently.