Skip to content

Output in CSV format #65

@vdanen

Description

@vdanen

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!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions