Added page to site that documents how to take daily snapshots of the NVD,

and run D-C cli against those snapshots.
This commit is contained in:
Dale Visser
2015-08-03 17:15:45 -04:00
parent 816a6d057a
commit ba564a6aed
4 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
NVD_ROOT=$1/`date -I`
JAR_PATH=$2/nist-data-mirror-1.0.0.jar
java -jar $JAR_PATH $NVD_ROOT
rm $NVD_ROOT/*.xml # D-C works directly with .gz files anyway.