If I use an option like:
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!
If I use an option like:
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:
Thanks much in advance!