CVE monitor loads entire SBOM collection into memory #62
Reference in New Issue
Block a user
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?
monitor_cves collects all SbomEntry documents into a Vec before processing. At scale this is unbounded memory. Fix: Process repos one at a time using cursor iteration.