-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
If I use an option like:
-f threat_severity
I end up with a list of items space separated and impact on a separate line. I was looking to import a list of CVEs into a spreadsheet, but this output doesn't work too well for that.
What I'd like to see is a --csv option or something so that I could do '-f threat_severity --csv [list of CVEs]' and get:
CVE-123,critical
CVE-456,low
Thanks much in advance!