feat: the delta CVE ingester can replace the bulk CVE ingester #388
No reviewers
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#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "faster-initialization"
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?
It supports parallelism but
make_cve
does not.This will result in many deadlocks and issues during the transaction if
it's run with more than one process.
Signed-off-by: Raito Bezarius masterancpp@gmail.com
Fixes #359.
A few maintenance-oriented questions, LGTM morally otherwise.
Regarding "why", maybe the option's
description
the right place to put it because ideally this is the only place where anyone would ever have to manually interact with it.That's evident from the code, but not why, please reword the comment to tell that.
Why do we have a default here, especially if it's unsafe with >1 as is? The CLI already sets a default
Closes #267
@fricklerhandwerk ready