clearlinux / cve-check-tool

Original Automated CVE Checking Tool
GNU General Public License v2.0
204 stars 78 forks source link

Add information to csv output #44

Open justanotherboy opened 8 years ago

justanotherboy commented 8 years ago

It would be helpful to have a more verbose output in the csv file format, the information would be the same as the html output has. The idea behind this request is the csv file is easier to consume by another application/script than html file.

ikeydoherty commented 8 years ago

Approving this because I want it too. Please note it's going to be a short while before I can hack on the tool again (branch 2 still pending..) - please in the mean time just dump your ideas here on the desired output, and as soon as I can I'll implement

YustasSwamp commented 7 years ago

We use this format for our purposes. https://github.com/ikeydoherty/cve-check-tool/pull/55/commits/e641c214cdb6cf5f098ace29199caa1b149f2afc

And this commit will allow to activate this (and any others) plugin using '-r' option https://github.com/ikeydoherty/cve-check-tool/pull/54/commits/d00cb4b73a41fce2ffaa5c6313b6752dfc9ad046

ikeydoherty commented 7 years ago

Yeah so to elaborate I've recently undone the rewrite so It would unblock everyone, and I can take the cleanup slower over time on master. I'll be checking your bits properly in the morning @YustasSwamp - thanks

ipuustin commented 7 years ago

Having the CVE date (not just year) in the CSV would be a great thing.