Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 22:55
· 63 commits to main since this release
bb5ccc1

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