Skip to content

Releases: vulsio/go-kev

v0.2.0

02 Oct 04:40
eedb0dc
Compare
Choose a tag to compare

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

06 Sep 06:12
e9890eb
Compare
Choose a tag to compare

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

10 May 14:40
Compare
Choose a tag to compare

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

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 Feb 22:32
d282e3d
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Jan 22:55
bb5ccc1
Compare
Choose a tag to compare

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

17 Nov 08:46
479441b
Compare
Choose a tag to compare

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

15 Nov 23:04
d714736
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/MaineK00n/go-kev/commits/v0.0.0