Scroll to navigation

CVE REJECT(1) cve reject Manual CVE REJECT(1)

NAME

cve-reject - Reject a CVE record for a reserved or...

SYNOPSIS

cve reject [OPTIONS] CVE_ID

DESCRIPTION

Reject a CVE record for a reserved or published CVE ID.


If the CVE is already rejected, this action will update its record if one is supplied.
A rejected CVE with a record can only be moved to the published state (see `cve publish`).
A rejected CVE without a record can be moved to the reserved state. A published CVE can only
be rejected with an accompanying record. Reserved CVEs can be rejected with or without a record.


Example:


?
cve reject CVE-2022-1234 -j '{"rejectedReasons": [{"lang": "en", "value": "A reason."}]}'


For information on the required properties in a given CVE JSON record, see the
`cnaRejectedContainer` 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 reject.
Print response JSON.
2022-09-30 1.0.0