1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
.TH "CVE QUOTA" "1" "2024-12-06" "1.7.1" "cve quota Manual"
.SH NAME
cve\-quota \- Display the available CVE ID quota for...
.SH SYNOPSIS
.B cve quota
[OPTIONS]
.SH DESCRIPTION
Display the available CVE ID quota for your CNA.
.PP
- "Limit": how many CVE IDs your organization can have in the RESERVED state at once.
- "Reserved": the number of CVE IDs that are in the RESERVED state across all years.
- "Available": the number of CVE IDs that can be reserved (that is, "Limit" - "Reserved")
.PP
.SH OPTIONS
.TP
\fB\-\-raw\fP
Print response JSON.
|