Files
vulncheck/app
vulncheck 0f24231066 fix(enrichment): EUVD uses paginated search API for full catalog
ENISA's bare /exploitedvulnerabilities endpoint returns a curated 4-entry
"recent" widget, not the full catalog. The actual full catalog lives at
/api/search?exploited=true (1500+ CVEs, paginated).

Also fix date parsing — ENISA returns 'Apr 29, 2026, 3:10:37 PM' style,
not ISO. Try multiple formats, fall back to raw string when unknown.
Prefer exploitedSince over datePublished as date_added when available.

Parser now correctly handles ENISA item shape (aliases as newline-separated
string, not array).
2026-05-11 19:55:46 +02:00
..
2026-04-28 16:16:29 +02:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00