Releases: vulsio/go-cve-dictionary
Releases · vulsio/go-cve-dictionary
v0.7.1
Changelog
e5377c5 feat(GAdocker): Publish docker image with Github Actions (#206)
b0f8aeb fix(rdb): avoid too many SQL variables (#210)
13337a1 refactor: rename to plural (#207)
v0.7.0
Changelog
5043255 feat(rdb): update GORM v2 (#195)
0119e29 breaking-change(commands): use cobra, viper instead of google/subcommands (#193)
a31a315 feat(db): filter contents of CveDetail by CPE URI (#204)
21ddcc7 breaking-change(db): separate Nvd and Jvn (#192)
8e5fc26 feat(db): Get the same output with GetCveIDsByCpeURI in RDB and Redis (#199)
329b32c feat(fetch): fill in CpeBase by default and change the option name (#203)
e21ff0d feat(redis): add expire option (#200)
v0.6.2
Changelog
f4d4ab8 fix(GetCveIDsByCpeURI): remove Nvd for Jvn-match, and remove Jvn for Nvd-Match in CveDetail (#197)
a64b381 feat(fetcher/nvd): control the concurrency when convert (#196)
2c0cfc5 feat(test): add test for Get function using server mode (#191)
v0.6.0
Changelog
1cfbcb0 feat(cpe): Use JVN when NVD is not available in CPE scan (#190)
v0.5.12
Changelog
390ad6a feat(logging): add -log-to-file and don't output to file by default (#186)
v0.5.11
Changelog
3087d71 Use only US-CERT as CERT information in NVD (#184)
v0.5.9
Changelog
5ca1230 remove log of opening and migrating db (#182)
v0.5.8
Changelog
1aa7ea7 fix(jvn): only logging if invalid cpe format in JVN (#181)
a2bfda9 fix(server): start if no write permmision for logdir (#178)
9b22ff3 chore: update deps (#177)