Skip to content

Releases: vulsio/go-cve-dictionary

v0.7.1

31 Aug 23:34
e5377c5
Compare
Choose a tag to compare

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

18 Aug 19:55
5043255
Compare
Choose a tag to compare

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

18 Jul 23:28
f4d4ab8
Compare
Choose a tag to compare

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.1

14 Jul 03:01
7c6f5f5
Compare
Choose a tag to compare

Changelog

7c6f5f5 chore: update alpine linux (#194)

v0.6.0

08 Jul 02:31
1cfbcb0
Compare
Choose a tag to compare

Changelog

1cfbcb0 feat(cpe): Use JVN when NVD is not available in CPE scan (#190)

v0.5.12

05 Apr 08:15
390ad6a
Compare
Choose a tag to compare

Changelog

390ad6a feat(logging): add -log-to-file and don't output to file by default (#186)

v0.5.11

31 Mar 22:50
3087d71
Compare
Choose a tag to compare

Changelog

3087d71 Use only US-CERT as CERT information in NVD (#184)

v0.5.10

23 Mar 08:54
607933d
Compare
Choose a tag to compare

Changelog

607933d feat(db): add CloseDB (#183)

v0.5.9

04 Mar 08:17
5ca1230
Compare
Choose a tag to compare

Changelog

5ca1230 remove log of opening and migrating db (#182)

v0.5.8

26 Feb 05:48
1aa7ea7
Compare
Choose a tag to compare

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)