Skip to content

Releases: vulsio/go-cpe-dictionary

v0.7.0

02 Oct 04:26
6920f82
Compare
Choose a tag to compare

Changelog

  • 6920f82 refactor: use std slices, maps package (#193)
  • cea6de5 build: update go to 1.23 (#192)
  • 246cb89 feat(db) no progress when --log-json option (#188)
  • 92597e2 feat(db/redis): cache CPE#Titles (#186)
  • 19a510c chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#185)
  • ee802c8 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.32.1 to 2.33.0 (#182)
  • eeff0ef chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#181)
  • ea3c02e --- (#180)
  • a75a380 chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#178)
  • f8e019d chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#177)
  • 71b7c13 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.31.1 to 2.32.1 (#171)
  • 1101d79 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#170)
  • e8c5c64 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#169)
  • 3818587 chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#172)
  • 43e11ff chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#173)
  • 367c0d7 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.31.0 to 2.31.1 (#161)
  • 713e334 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#163)
  • 037ffd6 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#159)
  • 45c3cce chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#160)
  • 778fe6a chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#158)
  • f35f242 chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 (#153)
  • 2e2dbd8 chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#157)
  • fc26d0d chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 (#155)
  • 9528030 chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 (#152)
  • d2af5cf chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#154)

v0.6.0

06 Dec 06:40
69719c5
Compare
Choose a tag to compare

Changelog

  • 69719c5 feat(fetch/nvd): use NVD API feed (#156)
  • 7ca74d9 chore(deps): bump github.com/elazarl/goproxy (#151)
  • 40d04df chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 (#150)
  • abf5243 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.30.5 to 2.31.0 (#147)
  • 9d840af chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#146)
  • d19661b chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#144)
  • 833098d chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#143)

v0.5.3

06 Sep 06:28
6e12832
Compare
Choose a tag to compare

What's Changed

  • feat: fuzzy search CPEs by Title by @MaineK00n in #133
  • chore(deps): bump requests from 2.25.1 to 2.31.0 in /integration by @dependabot in #130
  • feat(fetcher/vuls): merge identical titles by @MaineK00n in #134
  • chore(deps): bump gorm.io/gorm from 1.25.0 to 1.25.2 by @dependabot in #136
  • chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #132
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #138
  • chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #137
  • chore(deps): bump github.com/alicebob/miniredis/v2 from 2.30.2 to 2.30.4 by @dependabot in #135
  • feat(ci): add darwin by @MaineK00n in #139
  • chore(deps): bump github.com/alicebob/miniredis/v2 from 2.30.4 to 2.30.5 by @dependabot in #141

Full Changelog: v0.5.2...v0.5.3

v0.5.2

10 May 14:41
8169a71
Compare
Choose a tag to compare

What's Changed

  • refactor(fetch/nvd): reduced memory by reading in stream by @MaineK00n in #81
  • chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.7 to 1.14.16 by @dependabot in #95
  • chore(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.9 by @dependabot in #92
  • chore(deps): bump golang.org/x/sys from 0.0.0-20211103235746-7861aae1554b to 0.1.0 by @dependabot in #110
  • chore(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #109
  • chore(deps): bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0 by @dependabot in #112
  • chore(deps): bump golang.org/x/net from 0.0.0-20210805182204-aaa1db679c0d to 0.7.0 by @dependabot in #113
  • chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.7.0 by @dependabot in #117
  • chore(deps): bump gorm.io/gorm from 1.21.11 to 1.25.0 by @dependabot in #115
  • chore(deps): bump github.com/spf13/viper from 1.8.1 to 1.15.0 by @dependabot in #119
  • chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20201112154412-8562bdadbbac to 3.0.0-testing.5+incompatible by @dependabot in #123
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.8 to 3.1.2 by @dependabot in #122
  • chore(deps): bump github.com/alicebob/miniredis/v2 from 2.14.1 to 2.30.2 by @dependabot in #121
  • chore(deps): bump github.com/go-redis/redis/v8 from 8.10.0 to 8.11.5 by @dependabot in #120
  • chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #124
  • refactor: use pure go sqlite driver by @MaineK00n in #125

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

20 Feb 23:06
1566b54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 Oct 21:10
20f701d
Compare
Choose a tag to compare

Changelog

20f701d fix(redis) fix separator # to ## (#45)
b2ebf6b breaking-change(redis): deprecated expire option (#44)
9a33239 refactor: remove redundant logging (#43)
e735f75 fix(db): change fetchmeta insert order (#42)
0efd923 fix(redis): change IsGoCPEDictModelV1 (#41)

v0.4.0

19 Sep 19:47
7143bde
Compare
Choose a tag to compare

NOTE
In this Release, we are changing the architecture of Redis.

// delete all old key
$ redis-cli keys "CPE#*" | xargs redis-cli del

Changelog

7143bde breaking-change(redis): change Redis Architecture (#36)
e306c1f feat(rdb): update GORMv2 (#34)
637d48c chored: fix .goreleaser.yml (#39)

v0.3.1

16 Sep 01:34
Compare
Choose a tag to compare

Changelog

f226091 chored: fix .goreleaser.yml

v0.3.0

16 Sep 00:54
f194808
Compare
Choose a tag to compare

Changelog

f194808 chore: move github.com/kotakanbe to github.com/vulsio (#38)
a707cd1 feat(redis): add expire option (#35)
a56e1b6 refactor: refactoring for GORMv2 (#33)
dc83de7 feat(server): add server mode (#32)
03279d3 feat(NVD): Handle deprecated cpes (#31)
7dc6dcf feat(jvn): add fetchjvn (#30)

v0.1.0

16 Sep 00:56
f194808
Compare
Choose a tag to compare

Changelog

f194808 chore: move github.com/kotakanbe to github.com/vulsio (#38)
a707cd1 feat(redis): add expire option (#35)
a56e1b6 refactor: refactoring for GORMv2 (#33)
dc83de7 feat(server): add server mode (#32)
03279d3 feat(NVD): Handle deprecated cpes (#31)
7dc6dcf feat(jvn): add fetchjvn (#30)