Releases: vulsio/gost
Releases · vulsio/gost
v0.5.0
Changelog
- bbe0b9f refactor: use std slices, maps package (#278)
- 11de4e4 build: update go to 1.23 (#277)
- b029d95 chore(deps): bump go.etcd.io/bbolt from 1.3.10 to 1.3.11 (#272)
- ab7875a chore(deps): bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 (#270)
- 21fbe44 fix(models/microsoft): fill default time to PublishDate, LastUpdateDate (#275)
- 9d037f4 feat(cmd): add arch (#273)
- bb344e7 feat: select advisories (#268)
- bee0b4e feat(log) no progress when --log-json option (#267)
- 13862c3 chore(deps): bump github.com/briandowns/spinner from 1.23.0 to 1.23.1 (#266)
- 3ed1abe chore(deps): bump oras.land/oras-go/v2 from 2.4.0 to 2.5.0 (#264)
- 155a4ae chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#265)
- 7c76265 chore(deps): use go-git v5 (#261)
- dc23cd4 fix(go.mod): update go 1.22 (#260)
- 5802cc7 chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#259)
- e700e8d chore(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 (#258)
- d7a084f chore(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (#257)
- ef4bdcf chore(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 (#255)
- 480236c chore(deps): bump requests from 2.31.0 to 2.32.0 in /integration (#256)
- d47d2e7 feat(ubuntu): add 24.04 noble (#249)
- 671d24f style: remove unnecessary space
- 190e283 chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#253)
- 2688c26 chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#252)
- 91329ea chore(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.9 (#243)
- 4e94853 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#245)
- 0ebd418 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#244)
- 7dac8d9 chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#247)
- d83bfaf chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#248)
- b01030c chore(deps): bump github.com/opencontainers/image-spec (#241)
- d3b04a3 chore(deps): bump oras.land/oras-go/v2 from 2.3.1 to 2.4.0 (#237)
- 8c13757 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#235)
- a3d5631 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#232)
- 32b429e chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#231)
- 324a4a3 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#230)
- 253ae3c chore(deps): bump go.etcd.io/bbolt from 1.3.7 to 1.3.8 (#226)
- 0c768de chore(deps): bump oras.land/oras-go/v2 from 2.3.0 to 2.3.1 (#221)
- 3542a8c chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 (#225)
- f260232 chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#229)
- bfe0e09 chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 (#228)
- 0549ba1 chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 (#224)
- e3c0374 chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#227)
- c963bd8 refactor(db/redis): get each chunk of cve id (#223)
- 613c7ed fix: parse the git output (#222)
- 3f75674 fix(models/debian): remove gorm tag for mysql (#220)
- c4d0a39 feat(ubuntu): add 23.10(mantic) (#211)
- b2272b3 chore(deps): bump github.com/elazarl/goproxy to v0.0.0-20230731152917-f99041a5c027 (#219)
- 1b2c12c chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 (#214)
- 989cc27 chore(deps): bump github.com/opencontainers/image-spec (#210)
- 9607419 chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#213)
- 32019a7 chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#212)
v0.4.5
What's Changed
- chore(deps): bump requests from 2.25.1 to 2.31.0 in /integration by @dependabot in #188
- fix(fetcher/redhatapi): mitigation type switch by @MaineK00n in #195
- fix(fetcher/debian): add old release debian by @MaineK00n in #196
- chore(deps): bump gorm.io/gorm from 1.25.0 to 1.25.2 by @dependabot in #198
- chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #190
- chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #201
- chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #200
- chore(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 by @dependabot in #193
- chore(deps): bump oras.land/oras-go/v2 from 2.2.0 to 2.2.1 by @dependabot in #199
- feat(ci): add darwin by @MaineK00n in #203
- chore(deps): bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 by @dependabot in #202
- fix(fetcher/redhat): use vuln-list-redhat insted of vuln-list by @MaineK00n in #204
- fix(fetcher/ubuntu): temporarily use vuln-list-reserve by @MaineK00n in #205
- chore(deps): bump oras.land/oras-go/v2 from 2.2.1 to 2.3.0 by @dependabot in #208
- feat(fetcher/ubuntu): use vuln-list instead of vuln-list-reserve by @MaineK00n in #209
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
What's Changed
- feat(ubuntu): add ubuntu 23.04 by @MaineK00n in #169
- fix(fetch/redhatapi): fix RedhatEntry by @MaineK00n in #144
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.13 to 1.14.16 by @dependabot in #148
- chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #163
- chore(deps): bump golang.org/x/net from 0.0.0-20220520000938-2e3eb7b945c2 to 0.7.0 by @dependabot in #167
- chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.7.0 by @dependabot in #171
- chore(deps): bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 by @dependabot in #172
- chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.1 by @dependabot in #173
- chore(deps): bump github.com/briandowns/spinner from 1.18.1 to 1.23.0 by @dependabot in #177
- chore(deps): bump gorm.io/gorm from 1.23.5 to 1.25.0 by @dependabot in #174
- chore(deps): bump github.com/spf13/viper from 1.12.0 to 1.15.0 by @dependabot in #178
- chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20201112154412-8562bdadbbac to 3.0.0-testing.5+incompatible by @dependabot in #180
- chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.8 to 3.1.2 by @dependabot in #179
- chore(deps): bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 by @dependabot in #181
- chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #182
- refactor: use pure go sqlite driver by @MaineK00n in #183
New Contributors
- @dependabot made their first contribution in #148
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- chore: print to stderr by @MaineK00n in #121
- chore: go mod update by @kotakanbe in #124
- breaking-changes(microsoft): change to a new architecture for Microsoft by @MaineK00n in #122
- feat(ubuntu): classify those with a status of deferred as unfixed by @MaineK00n in #127
- feat(ubuntu): add support code name by @MaineK00n in #156
- feat(ci): test fetch periodically by @MaineK00n in #160
- style: fix typo by @MaineK00n in #158
- feat(ci): add windows by @MaineK00n in #162
- feat(db/microsoft): change logic search with products, kbs by @MaineK00n in #164
- docs: update README by @MaineK00n in #165
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- fix(redhat): nil pointer dereference by @kotakanbe in #79
- fix: ERR wrong number of arguments for 'hmget' by @kotakanbe in #80
- feat: fix GetMicrosoftMulti nil pointer dereference and add GetDebianMulti, GetUbuntuMulti by @MaineK00n in #81
- fix(db): change fetchmeta insert order by @MaineK00n in #83
- refactor(db): return error by @MaineK00n in #85
- refactor: db open/close by @kotakanbe in #86
- refactor: remove redundant logging by @kotakanbe in #87
- breaking-change(redis): deprecated expire option by @MaineK00n in #88
- feat(redis) get cve ids by kbid by @sadayuki-matsuno in #89
- add redis timeout option by @sadayuki-matsuno in #91
- chore(GHActions): replace with dependabot by @MaineK00n in #94
- chore(linter): change linter from golint to revive by @MaineK00n in #82
- fix(redis): pipe cannot take err except for pipe.Exec by @MaineK00n in #92
- feat(rdb/microsoft): add GetCveIDsByMicrosoftKBID by @MaineK00n in #90
- feat(db): add LastFetchedAt in fetchmeta by @MaineK00n in #95
- feat(redhat): support EUS, AUS CPE scan for GetUnfixedCvesRedhat by @MaineK00n in #107
- fix(rdb/ubuntu): change to db type: text by @MaineK00n in #105
- feat(ms): support KB Relation by @MaineK00n in #108
- feat(ubuntu): add Jammy Jellyfish(22.04) by @MaineK00n in #114
Full Changelog: v0.4.0...v0.4.1