update readme
This commit is contained in:
@@ -170,7 +170,7 @@ NVDから脆弱性データベースを取得する。
|
||||
|
||||
```bash
|
||||
$ cd $HOME
|
||||
$ for i in {2002..2016}; do go-cve-dictionary fetchnvd -years $i; done
|
||||
$ for i in `seq 2002 $(date +"%Y")`; do go-cve-dictionary fetchnvd -years $i; done
|
||||
... snip ...
|
||||
$ ls -alh cve.sqlite3
|
||||
-rw-r--r-- 1 ec2-user ec2-user 7.0M Mar 24 13:20 cve.sqlite3
|
||||
|
||||
@@ -174,7 +174,7 @@ It takes about 10 minutes (on AWS).
|
||||
|
||||
```bash
|
||||
$ cd $HOME
|
||||
$ for i in {2002..2016}; do go-cve-dictionary fetchnvd -years $i; done
|
||||
$ for i in `seq 2002 $(date +"%Y")`; do go-cve-dictionary fetchnvd -years $i; done
|
||||
... snip ...
|
||||
$ ls -alh cve.sqlite3
|
||||
-rw-r--r-- 1 ec2-user ec2-user 7.0M Mar 24 13:20 cve.sqlite3
|
||||
|
||||
Reference in New Issue
Block a user