-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
102 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.TH "CVE REJECT" "1" "2022-09-30" "1.0.0" "cve reject Manual" | ||
.SH NAME | ||
cve\-reject \- Reject a CVE record for a reserved or... | ||
.SH SYNOPSIS | ||
.B cve reject | ||
[OPTIONS] CVE_ID | ||
.SH DESCRIPTION | ||
Reject a CVE record for a reserved or published CVE ID. | ||
.PP | ||
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. | ||
.PP | ||
Example: | ||
.PP | ||
cve reject CVE-2022-1234 -j '{"rejectedReasons": [{"lang": "en", "value": "A reason."}]}' | ||
.PP | ||
For information on the required properties in a given CVE JSON record, see the | ||
`cnaRejectedContainer` schema in: | ||
.PP | ||
https://github.com/CVEProject/cve-schema/blob/master/schema/v5.0/CVE_JSON_5.0_schema.json | ||
|
||
.SH OPTIONS | ||
.TP | ||
\fB\-j,\fP \-\-cve\-json TEXT | ||
JSON body of CVE record to reject. | ||
.TP | ||
\fB\-\-raw\fP | ||
Print response JSON. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
.TH "CVE SHOW" "1" "2022-04-20" "0.7.0" "cve show Manual" | ||
.TH "CVE SHOW" "1" "2022-09-30" "1.0.0" "cve show Manual" | ||
.SH NAME | ||
cve\-show \- Display a specific CVE ID owned by your CNA. | ||
cve\-show \- Display a specific CVE ID (and optionally... | ||
.SH SYNOPSIS | ||
.B cve show | ||
[OPTIONS] CVE_ID | ||
.SH DESCRIPTION | ||
Display a specific CVE ID owned by your CNA. | ||
Display a specific CVE ID (and optionally its record) owned by your CNA. | ||
.SH OPTIONS | ||
.TP | ||
\fB\-r,\fP \-\-show\-record | ||
Show full CVE record in JSON v5 format. | ||
.TP | ||
\fB\-\-raw\fP | ||
Print response JSON. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.TH "CVE UNDO-REJECT" "1" "2022-09-30" "1.0.0" "cve undo-reject Manual" | ||
.SH NAME | ||
cve\-undo-reject \- Move a rejected CVE ID without a record... | ||
.SH SYNOPSIS | ||
.B cve undo-reject | ||
[OPTIONS] CVE_ID | ||
.SH DESCRIPTION | ||
Move a rejected CVE ID without a record back to the reserved state. | ||
.SH OPTIONS | ||
.TP | ||
\fB\-\-raw\fP | ||
Print response JSON. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters