Updated CVE scripts to include backfill support.
All checks were successful
Build & Deploy Backend / build (push) Successful in 55s
Build & Deploy Backend / deploy (push) Successful in 31s

This commit is contained in:
2025-10-08 10:02:35 +08:00
parent 2517db791c
commit 80c6aae9c2
3 changed files with 59 additions and 0 deletions

View File

@@ -451,6 +451,7 @@ async function importCVEEnrichmentFast() {
// This script runs enrichment mode - use fetchCVE_withMORE.js for backfill
importCVEEnrichmentFast().catch((err) => {
log(`❌ Fatal error during enrichment: ${err.message}`);
logFile.end();