Scroll to navigation

CVE PUBLISH(1) cve publish Manual CVE PUBLISH(1)

NAME

cve-publish - Publish a CVE record for a reserved (or...

SYNOPSIS

cve publish [OPTIONS] CVE_ID

DESCRIPTION

Publish a CVE record for a reserved (or rejected) CVE ID.


If the CVE is already published, this action will update its record. A published CVE can only be
moved to the rejected state with an appropriate reject record (see `cve reject`). A published
CVE cannot be moved back to the reserved state.


Example:


?
cve publish CVE-2022-1234 -j '{"affected": [], "descriptions": [], "references": {}, ...}'


For information on the required properties in a given CVE JSON record, see the
`cnaPublishedContainer` schema in:


https://github.com/CVEProject/cve-schema/blob/master/schema/v5.0/CVE_JSON_5.0_schema.json

OPTIONS

JSON body of CVE record to publish. [required]
Print response JSON.
2022-09-30 1.0.0