Skip to content

Commit

Permalink
Added 2017 xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBeard committed Feb 22, 2017
1 parent d397c48 commit 19b5573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download_xml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ mkdir -p dbs
cd dbs
rm *.xml

for i in $(seq -f "%02g" 2 16)
for i in $(seq -f "%02g" 2 17)
do
wget https://nvd.nist.gov/download/nvdcve-20$i.xml.gz
gunzip nvdcve-20$i.xml.gz
done

rm *.gz
rm *.gz

0 comments on commit 19b5573

Please sign in to comment.