Skip to content

Releases: vulsio/goval-dictionary

v0.8.1

07 Nov 11:34
7ad1e88
Compare
Choose a tag to compare

Changelog

  • 7ad1e88 fix(fedora): support archive version (#240)
  • 0fc8e77 refactor(ubuntu): change criterion walk (#241)
  • 3116288 fix(GAdocker): version sub-command doesn't print version and revision (#261)

v0.8.0

08 Aug 07:35
4891cff
Compare
Choose a tag to compare

Changelog

v0.7.3

27 Apr 03:47
1b9ca37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

14 Mar 09:53
51d1356
Compare
Choose a tag to compare

Changelog

  • 51d1356 fix(rdb): misconfigured index in package (#218)
  • 390faec fix(suse): not recognizing SUSE Manager as Package (#219)

v0.7.1

16 Feb 23:35
a472884
Compare
Choose a tag to compare

Changelog

v0.7.0

09 Feb 00:44
f589176
Compare
Choose a tag to compare

What's new in v0.7.0

  • Fedora support: #196
  • Amazon Linux 2022 support: #169, #195
  • Fix the URL of Ubuntu OVAL to fetch to a fresher one: #201

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

16 Sep 01:08
Compare
Choose a tag to compare

Changelog

d217d25 chore: fix .goreleaser.yml

v0.6.0

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

Changelog

b5dced9 chore: chore: move github.com/kotakanbe to github.com/vulsio (#155)

v0.5.0

14 Sep 22:55
2851000
Compare
Choose a tag to compare

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

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

Changelog

2851000 breaking-change(db): change Redis Architecture and reduce diff in processing between OSs in RDB part (#145)

v0.4.0

13 Sep 01:30
047e4db
Compare
Choose a tag to compare

Changelog

047e4db fix(ubuntu): preload Advisory.Cves (#152)
9998763 chore(integration-test): Output json files when diff (#151)
e8d9e40 feat(models): update ConvertToModel (#150)
9a9d9f3 feat(debian): support debian bullseye (#149)
a2a9d31 feat(GAdocker): Publish docker image with Github Actions (#147)
146db7b chore: set timeout for golangci (#148)
b99c1de fix(suse): get SUSE to work correctly (#144)
45c6702 feat(redis): add expire option (#141)
c70b5d8 feat(commands): use cobra, viper instead of google/subcommands (#137)
f4034cc feat: Support Ubuntu21 (#128)
9be8540 fix: error handling (#136)
1eb8c5e Support GORMv2 (#131)
9a3daa9 thread safety : prevent a race condition in the RDMS driver (sqlite, mysql, postgresql) (#135)
3a4b0d8 fix(ubuntu): do not register anything with an unknown CVE ID (#133)
b84c78b fix(mysql): fix incorrect datetime value at fetch cmd (#132)
6db1754 fix(oracle): trim title, description (#129)