Files
Aegis/backend/app/services
kitos b98a539d93
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
fix(intel-scan): remove duplicate _entry_matches + replace dead NVD feed
1. Duplicate function definition: the old 2-param _entry_matches shadowed
   the new 3-param version — Python uses the last definition, so the call
   with 3 args threw TypeError. Removed the stale old definition.

2. NIST NVD deprecated their XML RSS feeds in 2023 — URL returns 404.
   Replaced with SecurityWeek RSS which is active and covers CVEs/threats.
2026-05-29 16:58:07 +02:00
..