1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
.TH "CVE LIST" "1" "2024-12-06" "1.7.1" "cve list Manual"
.SH NAME
cve\-list \- Filter and list reserved CVE IDs owned by...
.SH SYNOPSIS
.B cve list
[OPTIONS]
.SH DESCRIPTION
Filter and list reserved CVE IDs owned by your CNA.
.SH OPTIONS
.TP
\fB\-\-raw\fP
Print response JSON.
.TP
\fB\-N,\fP \-\-no\-header
Do not print header in table output.
.TP
\fB\-\-sort\-by\fP [cve_id|state|user|reserved_ts]
Sort output.
.TP
\fB\-\-year\fP TEXT
Filter by year.
.TP
\fB\-\-state\fP [RESERVED|PUBLISHED|REJECTED]
Filter by reservation state.
.TP
\fB\-\-reserved\-lt\fP [%Y\-%m\-%d|%Y\-%m\-%dT%H:%M:%S|%Y\-%m\-%d %H:%M:%S]
Filter by reservation time before timestamp.
.TP
\fB\-\-reserved\-gt\fP [%Y\-%m\-%d|%Y\-%m\-%dT%H:%M:%S|%Y\-%m\-%d %H:%M:%S]
Filter by reservation time after timestamp.
|