From 92a157945c005ffc3c551e386177db97639ad115 Mon Sep 17 00:00:00 2001 From: Jericho <3095424+attritionorg@users.noreply.github.com> Date: Fri, 3 Dec 2021 17:04:22 -0700 Subject: [PATCH] more considerations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b59838..9187ee5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Shell script to generate some basics stats based on CVE nightly dump. This uses the 'allitems.csv.gz' updated nightly by MITRE that contains a dump of CVE data. Using simple grep / wc, do yearly stats along with a few numbers for the overall dump. If you run this daily and track the data, you can start to see fun patterns and track CVE growth. -The last line is commented out, but where you can mail the results out. +- The last line is commented out, but where you can mail the results out. +- Every year you will have to add new lines for the current year, or modify this to use a slick FOR loop based on `date` output etc. Reference: http://cve.mitre.org/data/downloads/allitems.csv.gz