Skip to content

Releases: vulsio/go-exploitdb

v0.7.0

04 Feb 00:09
f96d38a

Choose a tag to compare

What's Changed

  • feat(fetcher): add nuclei by @MaineK00n in #293
  • fix!(server): cast off deprecated API by @Copilot in #297
  • chore(deps): bump the all group with 2 updates by @dependabot[bot] in #295
  • chore(deps): bump alpine from 3.22 to 3.23 in the all group by @dependabot[bot] in #292
  • chore(deps): bump github.com/labstack/echo/v4 from 4.13.4 to 4.14.0 in the all group by @dependabot[bot] in #294

New Contributors

  • @Copilot made their first contribution in #297

Full Changelog: v0.6.3...v0.6.4

v0.6.3

09 Dec 02:57
113356b

Choose a tag to compare

Changelog

  • 113356b chore(deps): bump the all group across 1 directory with 2 updates (#291)
  • 196fae2 chore(deps): bump the all group across 1 directory with 2 updates (#290)
  • 5de9d68 chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.45.0 (#289)

v0.6.2

25 Sep 02:26
fb3b4e4

Choose a tag to compare

Changelog

  • fb3b4e4 chore(integration): remove integration tests (#286)
  • 569e14e chore(deps): bump the all group across 1 directory with 2 updates (#285)
  • 1004b37 chore(deps): bump the all group across 1 directory with 2 updates (#284)
  • e484e69 chore(deps): bump github.com/go-viper/mapstructure/v2 (#280)
  • 84310d9 fix(fetcher/exploitdb): change from CVRF to CVE List v5 (#281)
  • b18eca4 chore(deps): bump golang.org/x/net in the all group (#278)
  • acf7798 refactor: remove trailing spaces in .golangci.yml (#277)

v0.6.1

01 Jul 06:02
a06f16a

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot in #275
  • chore(lint): ignore package name lint rule by @shino in #276

Full Changelog: v0.6.0...v0.6.1

v0.6.0

24 Jun 01:21
54196e1

Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #221
  • chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #237
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.6 to 3.1.7 by @dependabot in #239
  • build(go): update 1.24 by @MaineK00n in #243
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 by @dependabot in #240
  • chore(deps): bump golang.org/x/net from 0.34.0 to 0.37.0 by @dependabot in #241
  • chore(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.0 by @dependabot in #244
  • feat(dependabot): add github-actions by @MaineK00n in #247
  • chore(deps): bump goreleaser/goreleaser-action from 4 to 6 by @dependabot in #249
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #250
  • chore(deps): bump docker/build-push-action from 3 to 6 by @dependabot in #251
  • chore(deps): bump docker/login-action from 2 to 3 by @dependabot in #253
  • chore(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #254
  • chore(deps): bump docker/metadata-action from 4 to 5 by @dependabot in #255
  • chore(deps): bump docker/setup-qemu-action from 2 to 3 by @dependabot in #256
  • chore(deps): bump actions/setup-go from 3 to 5 by @dependabot in #257
  • chore(deps): bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #252
  • chore(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1 by @dependabot in #245
  • chore(deps): bump requests from 2.32.0 to 2.32.4 in /integration by @dependabot in #269
  • chore(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 by @dependabot in #270
  • chore(deps): bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 by @dependabot in #265
  • chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #262
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.2 by @dependabot in #271
  • chore(deps): bump golang.org/x/net from 0.37.0 to 0.41.0 by @dependabot in #268
  • chore(ci): update dependabot.yml to group dependencies by @shino in #272
  • chore(deps): bump alpine from 3.15 to 3.22 in the all group by @dependabot in #273
  • chore(deps): bump github.com/parnurzeal/gorequest from 0.2.16 to 0.3.0 in the all group by @dependabot in #274

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Oct 04:38
245f133

Choose a tag to compare

Changelog

  • 245f133 refactor: use std slices, maps package (#220)
  • 00cea28 build: update go to 1.23 (#219)
  • 2a21680 chore(deps): bump golang.org/x/net from 0.26.0 to 0.29.0 (#216)
  • 1d9c13d feat(db) no progress when --log-json option (#212)
  • ee94366 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#209)
  • b1445b9 chore(deps): use go-git v5 (#208)
  • 999f898 chore(deps): bump golang.org/x/net from 0.24.0 to 0.26.0 (#207)
  • b7b5c07 chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#206)
  • 76dac01 chore(deps): bump requests from 2.31.0 to 2.32.0 in /integration (#205)
  • 3915577 chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#199)
  • 241a1dd chore(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 (#197)
  • 1686b2e chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#198)
  • ccb3abc chore(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 (#189)
  • e1ab550 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#191)
  • e0b8c72 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#190)
  • f1afa05 chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#192)
  • c157952 chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#193)
  • f70fd34 chore(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 (#185)
  • 5ef470b chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#182)
  • 005e4ea chore(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 (#180)
  • f3bb489 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#179)
  • 1bd7962 chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#178)
  • af03706 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#177)
  • 346af29 chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 (#170)
  • d6ec1e2 chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#176)
  • 77047d5 chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 (#173)
  • 20da724 chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 (#171)
  • 172d6cb chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#172)
  • 2011916 chore(deps): bump github.com/elazarl/goproxy (#169)
  • ceb4318 chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 (#167)
  • ff52060 chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#163)
  • ae0a6a6 chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#162)

v0.4.6

06 Sep 06:27
9898d2c

Choose a tag to compare

What's Changed

  • chore(deps): bump requests from 2.25.1 to 2.31.0 in /integration by @dependabot in #144
  • fix(fetcher/inthewild): change DB URL by @MaineK00n in #148
  • chore(deps): bump gorm.io/gorm from 1.25.0 to 1.25.2 by @dependabot in #150
  • chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #145
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #153
  • chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #152
  • feat(ci): add darwin by @MaineK00n in #154
  • chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0 by @dependabot in #155
  • fix(fetcher/exploitdb): fill in nil even if Document etc. is not found by @MaineK00n in #158

Full Changelog: v0.4.5...v0.4.6

v0.4.5

10 May 14:41
dd6a015

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.5 to 3.1.2 by @dependabot in #127
  • chore(deps): bump github.com/spf13/viper from 1.8.1 to 1.15.0 by @dependabot in #117
  • chore(deps): bump golang.org/x/net from 0.0.0-20210614182718-04defd469f4e to 0.7.0 by @dependabot in #128
  • chore(deps): bump github.com/go-redis/redis/v8 from 8.4.10 to 8.11.5 by @dependabot in #82
  • chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.7.0 by @dependabot in #130
  • chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20201112154412-8562bdadbbac to 3.0.0-testing.5+incompatible by @dependabot in #131
  • chore(deps): bump golang.org/x/net from 0.7.0 to 0.9.0 by @dependabot in #137
  • chore(deps): bump gorm.io/gorm from 1.21.10 to 1.25.0 by @dependabot in #136
  • chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #134
  • docs: update README.md by @MaineK00n in #138
  • refactor: use pure go sqlite driver by @MaineK00n in #139

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4

22 Feb 06:45
3d7dd0d

Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

19 Feb 22:41
06ca1be

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3