Releases: vulsio/go-kev
Releases · vulsio/go-kev
v0.3.0
Changelog
- 94eff83 chore(deps): bump github.com/klauspost/compress from 1.17.2 to 1.17.11 (#152)
- 2bca0bb chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#153)
- 930399a feat!(fetcher/vulncheck): fetch from ghcr container (#151)
- 2e7e3d6 chore(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3
- bc5c961 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.33.0 to 2.34.0
- bb327c2 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6
v0.2.0
Changelog
- eedb0dc refactor: use std slices package (#143)
- 644964c build: update go to 1.23 (#142)
- 3312d31 test(db): add unit test (#140)
- 4010f29 feat(ci/fetch): add vulncheck (#139)
- 169d680 feat(cmd): add vulncheck (#138)
- bd5ef68 feat(db) no progress when --log-json option (#136)
- 0072630 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#134)
- 9ffb910 chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#132)
- 7abe782 chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#129)
- 786b383 chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#130)
- b3386e6 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#126)
- 9ae9da3 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#122)
- d97a3bb chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#123)
- 24dd211 chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#124)
- f0865f0 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#115)
- 35201c7 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#112)
- 3f43ad6 chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#113)
- 2d6a984 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#114)
- eabdf4c chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 (#107)
- dda7311 chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#111)
- d00c98a chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 (#110)
- a582e6e chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 (#108)
- 020362e chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#109)
- 8a9a218 chore(deps): bump github.com/elazarl/goproxy (#106)
- fa2aa27 chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 (#103)
- 0c50e50 chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#100)
- 721a883 chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#99)
- 9edfc19 feat(models): add KnownRansomwareCampaignUse (#101)
v0.1.3
What's Changed
- chore(deps): bump gorm.io/gorm from 1.25.0 to 1.25.2 by @dependabot in #92
- chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #91
- chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #94
- chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #95
- feat(ci): add darwin by @MaineK00n in #96
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- feat(ci): test fetch periodically by @MaineK00n in #74
- chore(deps): bump github.com/spf13/viper from 1.9.0 to 1.15.0 by @dependabot in #70
- chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.7.0 by @dependabot in #78
- chore(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #79
- chore(deps): bump gorm.io/gorm from 1.22.3 to 1.25.0 by @dependabot in #80
- chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.8 to 3.1.2 by @dependabot in #84
- chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20201112154412-8562bdadbbac to 3.0.0-testing.5+incompatible by @dependabot in #81
- chore(deps): bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5 by @dependabot in #85
- chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #86
New Contributors
- @dependabot made their first contribution in #70
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- feat(fetch): output error log by @MaineK00n in #20
- fix(server): fix time.Parse err at UnmarshalJSON by @MaineK00n in #22
- chore: print to stderr by @MaineK00n in #37
- fix type of requiredAction to allow longer contents, as Confluence security advisory is too long for varchar(255) by @tommartensen in #43
- fix(ci): add context in docker image build by @MaineK00n in #60
- feat(ci): add windows by @MaineK00n in #73
New Contributors
- @tommartensen made their first contribution in #43
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Changelog
- bb5ccc1 breaking-change(fetch): change from CSV to JSON (#9)
- 0c26ccb feat(db): add LastFetchedDate in fetchmeta (#18)
- 22d259c fix(redis): pipe cannot take err except for pipe.Exec (#7)
- f63c35d chore(fetch): output error log when fetch fails (#11)
- 5b2414f chore(GHActions): replace with dependabot (#12)
- 31569b7 fix(fetch): change timeformat (#10)
- bb96dcd fix(fetch): support new CSV header, time format (#6)
- 63b927e chore: add vendor in .gitignore (#4)
NOTE
In this Release, we are changing the DB schema.
If you get an error when fetching, delete the old DB.
$ go-kev fetch kevuln
Failed to Insert CVEs into DB. SchemaVersion is old. SchemaVersion: map[DB:1 latest:2]
- RDB
Delete the old DB and create a new one.
- redis
// delete all old key
$ redis-cli keys "KEV#*" | xargs redis-cli del
v0.0.1
What's Changed
- chore: transfer repository owner from MaineK00n to vulsio by @MaineK00n in #3
Full Changelog: v0.0.0...v0.0.1
v0.0.0
What's Changed
- feat: add initial implementation by @MaineK00n in #1
New Contributors
- @MaineK00n made their first contribution in #1
Full Changelog: https://github.com/MaineK00n/go-kev/commits/v0.0.0