Reading this without JavaScript?
Per-CVE detail is rendered in-browser from the URL fragment, and a
fragment is never sent to the server, so this page cannot
know which CVE you asked for without JavaScript. Every advisory is
also published at its own address, which does not need JavaScript:
- One advisory as a page:
../data/advisory-pages/<ID>.html
(upper-case the id, e.g. CVE-2025-1234) — the
same facts as the JSON, readable without JavaScript. This is a
new endpoint: if it returns 404 the published feed predates it,
so use the JSON below.
- One advisory as JSON:
../data/advisories/<ID>.json
— authoritative; prefer it if you can parse JSON.
- Full feed index:
../data/index.json.
- Agent overview and the full JSON contract:
llms.txt.