File: cve-reserve.1

package info (click to toggle)
cvelib 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: python: 1,884; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 956 bytes parent folder | download
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
.TH "CVE RESERVE" "1" "2024-12-06" "1.7.1" "cve reserve Manual"
.SH NAME
cve\-reserve \- Reserve one or more CVE IDs.
.SH SYNOPSIS
.B cve reserve
[OPTIONS] [COUNT]
.SH DESCRIPTION
Reserve one or more CVE IDs. COUNT is the number of CVEs to reserve; defaults to 1.
.PP
CVE IDs can be reserved one by one (the lowest IDs are reserved first) or in batches of
multiple IDs per single request. When reserving multiple IDs, you can request those IDs to be
generated sequentially (default) or non-sequentially (random IDs are selected from your CVE ID
range).
.PP

For more information, see the "Developer Guide to CVE Services API":
https://github.com/CVEProject/cve-services/wiki/Developer-Guide-to-CVE-Services-API#different-reservation-types
.PP
.SH OPTIONS
.TP
\fB\-r,\fP \-\-random
Reserve multiple CVE IDs non-sequentially.
.TP
\fB\-y,\fP \-\-year TEXT
Reserve CVE ID(s) for a given year.  [default: (current year)]
.TP
\fB\-\-raw\fP
Print response JSON.