ANSSI CVE ALERT system

ANSSI CVE ALERT system

My ANSSI CVE Alert project is basically a small automation that checks ANSSI / CERT-FR for new security advisories and CVEs and pings me immediately when something new drops, so I don’t have to manually refresh the site all the time. Technically, it’s made of a data source (CERT-FR pages/feeds), a collector (scraping or API calls) that pulls the latest advisories + info (CVE ID, title, severity, link, date), a dedup / change check that compares with what I’ve already seen so I don’t get spammed, a notification part (like Telegram/email) that sends a clean alert, and a scheduled run setup (cron, optionally Docker) so it can run 24/7 on a Raspberry Pi or a server, with a small local state file (like session.json) to remember what was already alerted.

How it works?