logo

cve-client

CLI-based client / toolbox for CVE.org
commit: 70a032e8cfbe71f938eee4239fd0b67ea9ffa040
parent 75d447e0dd88c7d98dd1a341103517d46a9fee6b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 27 Mar 2023 12:28:48 +0200

cve-client: Add abstract

Diffstat:

Mcve-client4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/cve-client b/cve-client @@ -240,3 +240,7 @@ if ($#ARGV < 0) { for (@ARGV) { fetch_cve($_) if $_ =~ /^CVE-[0-9]{4}-[0-9]{4,19}$/; } +=head1 CVE-Client +App::CVE-Client CLI-based client / toolbox for CVE.org + +Because why would you ever rely on someone else's clobbered together JavaScript code to get important security information.