Releases: vulsio/goval-dictionary
v0.8.1
v0.8.0
v0.7.3
What's Changed
- fix(alpine): fix OVAL insert by @MaineK00n in #212
- feat(ubuntu): add Jammy Jellyfish(22.04) by @MaineK00n in #223
- chore: fix lint error by @MaineK00n in #226
Full Changelog: v0.7.2...v0.7.3
v0.7.2
v0.7.1
v0.7.0
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
- chore: fix .goreleaser.yml by @kotakanbe in #156
- refactor(db): unify RDB package with DB package by @MaineK00n in #153
- fix(db): change fetchmeta insert order by @MaineK00n in #158
- refactor: remove redundant logging by @kotakanbe in #161
- breaking-change(redis): deprecated expire option by @MaineK00n in #160
- feat: do not skip OVAL insert by @MaineK00n in #162
- chore: fix error handling by @kotakanbe in #163
- fix(redis): Failed to detect CVE with OVAL: Failed to get ubuntu OVAL info by package by @kotakanbe in #164
- chore: add a continue statement by @kotakanbe in #165
- add redis timeout option by @sadayuki-matsuno in #166
- fetch amazon linux 2022 CVEs by @wagde-orca in #169
- fix(fetch/debian): fix unmarshal xml by @MaineK00n in #172
- chore(linter): change linter from golint to revive by @MaineK00n in #157
- feat(amazon): add integration test for Amazon Linux2022 by @MaineK00n in #170
- chore(redis): change logging level error to warn by @kotakanbe in #174
- feat(fetch): use CVE information in references by @MaineK00n in #176
- fix(rdb): change query to Package Arch for each OS by @MaineK00n in #178
- chore(GHActions): replace with dependabot by @MaineK00n in #180
- feat(redis): delete missing defID field in Sets by @MaineK00n in #175
- fix(redis): update Redis key relationship successfully by @MaineK00n in #177
- fix(amazon): change mirror.list URL of AL2022 by @kotakanbe in #191
- feat(db): add LastFetchedAt in fetchmeta by @MaineK00n in #181
- feat(al2022): fetch the latest updateInfo for al2022 by @kotakanbe in #195
- fix(ubuntu): change OVAL URL by @MaineK00n in #201
- fix(rdb): change where query by @MaineK00n in #200
- feat(fetch): show timestamps of fetched OVAL files and warn if it hasn't been updated in 3 days by @kotakanbe in #202
- feat(fedora): support fedora by @maito1201 in #196
- feat(alpine): support alpine3.15 by @maito1201 in #203
New Contributors
- @wagde-orca made their first contribution in #169
- @maito1201 made their first contribution in #196
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
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)