clearlinux / cve-check-tool

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

"-o" output option should apply to all (stdout) output plugins #28

Closed ikeydoherty closed 8 years ago

ikeydoherty commented 8 years ago

Currently the HTML report prints to stdout by default, and when using the -o option it will instead write the contents to the file.

Mirror this functionality to the cli and csv plugins and simply take advantage of fprintf

ikeydoherty commented 8 years ago

Implemented