cna

Retrieves all CVE Records after applying the query parameters as filters (accessible to Secretariat)

get/cna/cve_cursor

Query parameters

time_modified.ltstring date-time

Most recent CVE record modified timestamp to retrieve

time_modified.gtstring date-time

Earliest CVE record modified timestamp to retrieve

state'PUBLISHED' | 'REJECTED'

Filter by state

count_onlyboolean

Get count of records that match query

assigner_short_namestring

Filter by assignerShortName

assignerstring

Filter by assigner org UUID

cna_modifiedboolean

Only get CVE records with cnaContainers that have been modified/created within the set time_modified range

adp_short_namestring

Only get CVE records that have an adpContainer owned by this org

next_pagestring

Key returned by a GET /cve_cursor call that must be used to get the next page of results in a subsequent call

previous_pagestring

Key returned by a GET /cve_cursor call that must be used to get the previous page of results in a subsequent call

limitinteger

Maximum number of records to return

Response

A filtered list of CVE Records, along with pagination fields if results span multiple pages of data

OR