Skip to content

Commit

Permalink
update Usage link, remove list command (#204)
Browse files Browse the repository at this point in the history
> Since we implemented fetching all the years each time, the list command is not so necessary and removed.
vulsio/go-cve-dictionary#214
  • Loading branch information
witchcraze committed Jul 26, 2022
1 parent 060e2c2 commit 4f9c4dd
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions docs/go-cve-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,8 @@ $ vuls report

## Usage: Update NVD Data

see [go-cve-dictionary#usage-fetch-nvd-data](https://github.com/vulsio/go-cve-dictionary#usage-fetch-nvd-data)
see [go-cve-dictionary#fetch-nvd-data](https://github.com/vulsio/go-cve-dictionary#fetch-nvd-data)

## Usage: Update JVN Data

see [go-cve-dictionary#usage-fetch-jvn-data](https://github.com/vulsio/go-cve-dictionary#usage-fetch-jvn-data)

## Usage: List fetched databases

```bash
$ ./go-cve-dictionary list

+-----------+----------+------------+-----------------+-----------------+
| SOURCE | YEAR | STATUS | FETCHED | LATEST |
+-----------+----------+------------+-----------------+-----------------+
| NVD(JSON) | 2017 | Up-to-Date | 2018/7/26-03:12 | 2018/7/26-03:12 |
| NVD(JSON) | 2018 | Up-to-Date | 2018/7/26-03:03 | 2018/7/26-03:03 |
| NVD(JSON) | modified | Up-to-Date | 2018/7/26-20:01 | 2018/7/26-20:01 |
| NVD(JSON) | recent | Up-to-Date | 2018/7/26-20:00 | 2018/7/26-20:00 |
| JVN | modified | Up-to-Date | 2018/7/26-17:00 | 2018/7/26-17:00 |
| JVN | recent | Up-to-Date | 2018/7/26-17:00 | 2018/7/26-17:00 |
| JVN | 2014 | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN | 2015 | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN | 2016 | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN | 2017 | Up-to-Date | 2018/7/22-09:00 | 2018/7/22-09:00 |
+-----------+----------+------------+-----------------+-----------------+

```
see [go-cve-dictionary#fetch-jvn-data](https://github.com/vulsio/go-cve-dictionary#fetch-jvn-data)

0 comments on commit 4f9c4dd

Please sign in to comment.