scripts/cve-report.py: rename from cve-json-to-csv and add summary
All threads resolved!
All threads resolved!
Compare changes
@@ -3,7 +3,7 @@
@@ -11,6 +11,8 @@ import getopt
@@ -19,9 +21,13 @@ def show_syntax_and_exit(code):
@@ -42,20 +48,26 @@ def parse_args(argv):
@@ -79,7 +91,7 @@ def load_json(filename):
@@ -95,6 +107,7 @@ def write_csv(filename, data, unpatched_only):
@@ -107,6 +120,11 @@ def write_csv(filename, data, unpatched_only):
@@ -132,15 +150,27 @@ def write_csv(filename, data, unpatched_only):