1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
.TH "CVE SHOW" "1" "2024-12-06" "1.7.1" "cve show Manual"
.SH NAME
cve\-show \- Display a specific CVE ID (and optionally...
.SH SYNOPSIS
.B cve show
[OPTIONS] CVE_ID
.SH DESCRIPTION
Display a specific CVE ID (and optionally its record).
.SH OPTIONS
.TP
\fB\-r,\fP \-\-show\-record
Show full CVE v5 record.
.TP
\fB\-c,\fP \-\-show\-cna
Show only the CNA container of a CVE v5 record.
.TP
\fB\-a,\fP \-\-show\-adp TEXT
Show all ADP containers, or a specific one identified by the owning org (option can be used multiple times). [default: (all ADP containers)]
.TP
\fB\-\-raw\fP
Print response JSON.
|