Skip to main content
GET
Get the platform advisory page for one CVE

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cve_id
string
required

Response

Successful response

The advisory page for one CVE. status is fetched (advisory present), pending (not read yet - queued, poll again), missing (neither NVD nor OSV holds a record) or error (a source could not be read; fetch_error says which).

advisory
object | null
required

The parsed public advisory record, merged from NVD (authoritative) and OSV.

cve_id
string
required
fetch_error
string | null
required
fleet
object
required

The organisation's current findings for the CVE (one per package) and the totals across them.

intelligence
object
required

CISA KEV and EPSS intelligence for one CVE.

intelligence_status
object
required
last_attempt_at
string<date-time> | null
required
requested_at
string<date-time> | null
required
sources
object
required

When each public source was last read for this CVE and where its own page lives.

status
enum<string>
required
Available options:
fetched,
pending,
missing,
error