logo

cve-client

CLI-based client / toolbox for CVE.org
commit: 2b32e864c1a010e085a8644bd13d8a6660af1a23
parent 8c2637324020a3f51fadff93acdffb7422fc0c59
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 12 Oct 2022 09:22:57 +0200

Fix gemini formatting for 5.0

Diffstat:

Mcve-client2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cve-client b/cve-client @@ -114,7 +114,7 @@ sub print_cve50 { print "References: \n"; foreach (@{$refs}) { - print "- ", $_->{'url'}, "\n"; + print "=> ", $_->{'url'}, "\n"; } } else { print