-
Story
-
Resolution: Done
-
Minor
-
None
-
None
It's a very minor thing, but I've seen a few folks caught by surprise when the displayed command to download a CVE record returns an error.
Currently
$ cve show CVE-2023-1192 --record --raw > cve.json # Download existing record
Should be
$ cve show CVE-2023-1192 --show-record --raw > cve.json # Download existing record