Skip to content

Releases: vulsio/go-cti

v0.2.0

18 Feb 02:45
d8749be
Compare
Choose a tag to compare

Changelog

  • d8749be chore(deps): bump github.com/klauspost/compress from 1.17.2 to 1.17.11 (#131)
  • 0d1e573 feat!(fetcher/nvd): fetch from ghcr container (#130)
  • 244f009 chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#129)
  • 43939ff chore(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3
  • b36bfa8 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6

v0.1.0

02 Oct 04:42
56efee3
Compare
Choose a tag to compare

Changelog

  • 56efee3 refactor: use std slices, maps package (#122)
  • 60c3e9c build: update go to 1.23 (#121)
  • 4198383 fix(fetcher/cwe): support all v4 series (#118)
  • db7e01a feat(fetcher/nvd): use vulsio/vuls-data-raw-nvd-api-cve repository (#117)
  • 9193da2 feat(log) no progress when --log-json option (#116)
  • 7628d46 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#113)
  • 10d77c5 chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#112)
  • f4a904c chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#109)
  • be20e03 chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#110)
  • 822b3ef chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#105)
  • 6b72a85 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#102)
  • 8b1c90c chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#106)
  • 8aa3fe8 chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#103)
  • 2dc18a9 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#95)
  • 1f1a194 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#92)
  • cae0031 chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#93)
  • 1a2504a chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#94)
  • 27dd65e chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 (#88)
  • 05a471c chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#91)
  • abe5d8d chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 (#90)
  • 7196860 chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 (#87)
  • 89d3498 chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#89)
  • 59e022d chore(deps): bump github.com/elazarl/goproxy (#86)
  • 19783ef chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#85)
  • 55505e6 chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 (#83)
  • eb909cc chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#80)

v0.0.4

06 Sep 06:10
1bfab8a
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 #73
  • chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #72
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #75
  • chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #76
  • feat(ci): add darwin by @MaineK00n in #77

Full Changelog: v0.0.3...v0.0.4

v0.0.3

10 May 14:40
81d7f4f
Compare
Choose a tag to compare

What's Changed

  • feat(ci): test fetch periodically by @MaineK00n in #56
  • chore(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.9 by @dependabot in #31
  • chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.12 to 1.14.16 by @dependabot in #43
  • chore(deps): bump gorm.io/gorm from 1.23.4 to 1.25.0 by @dependabot in #60
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.8 to 3.1.2 by @dependabot in #63
  • chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.7.0 by @dependabot in #64
  • chore(deps): bump github.com/spf13/viper from 1.11.0 to 1.15.0 by @dependabot in #65
  • chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20201112154412-8562bdadbbac to 3.0.0-testing.5+incompatible by @dependabot in #66
  • chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #67
  • refactor: use pure go sqlite driver by @MaineK00n in #68

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Feb 22:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

20 Apr 03:22
386df10
Compare
Choose a tag to compare

What's Changed

  • Initial commit by @takuzoo3868 in #1
  • fix(progress-bar): Progress bar of Updated files reach 100 by @tttfrfr2 in #2
  • fix(env-var): Command arguments are able to be set environment variable "GO_CTI_ARGS" by @tttfrfr2 in #4
  • feat(search): New command 'search', output result as JSON by @tttfrfr2 in #3
  • feat(version): show version and revision of go-cti by @tttfrfr2 in #5
  • refactor: update go-cti by @MaineK00n in #6
  • refactor(cti): refactoring for attacker by @MaineK00n in #12

New Contributors

Full Changelog: https://github.com/vulsio/go-cti/commits/v0.0.1