Every day tracking exploits from https://www.cisa.gov/known-exploited-vulnerabilities-catalog
Source JSON: https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json
Use git-history to load the history into SQLite:
git-history file vulns.db known_exploited_vulnerabilities.json \
--id cveID \
--ignore-duplicate-ids \
--full-versions \
--convert 'json.loads(content)["vulnerabilities"]'You can use tools like datasette to browse the data.