Skip to content

Releases: vulsio/go-exploitdb

v0.4.6

06 Sep 06:27
9898d2c
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.4.3

19 Feb 22:41
06ca1be
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.4.2

24 Mar 21:34
8af7dcb
Compare
Choose a tag to compare

Changelog

  • 8af7dcb feat(inthewild): support inTheWild PoCs (#78)
  • 694e678 feat(db): add LastFetchedDate in fetchmeta (#70)
  • dfbfaf4 fix(redis): pipe cannot take err except for pipe.Exec (#68)
  • ae0f310 chore(linter): change linter from golint to revive (#60)
  • f47765d chore(GHActions): replace with dependabot (#69)
  • 1ebf9c4 add redis timeout option (#67)
  • f8c6979 breaking-change(redis): deprecated expire option (#66)
  • 3c58fdc refactor: remove redundant logging (#65)
  • c10d271 refactor(redis): use pipeline effectively in GetExploitMultiByCveID (#64)
  • 10b78a3 refactor(db): return error and use pipeline in Redis GetMulti (#63)
  • 71f38da fix(db): change fetchmeta insert order (#62)

v0.4.1

22 Sep 00:16
8af13f8
Compare
Choose a tag to compare

Changelog

8af13f8 fix(rdb): fix delete old records (#61)

We recommend vulsctl/docker, which will automatically upgrade vuls and the dictionary binaries every time you run it.
https://github.com/vulsio/vulsctl/tree/master/docker

v0.4.0

16 Sep 12:07
9976d7e
Compare
Choose a tag to compare

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

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

Changelog

9976d7e feat(redis): change Redis Architecture (#57)

v0.3.0

16 Sep 00:55
7c293b4
Compare
Choose a tag to compare

Changelog

7c293b4 chore: set timeout to golangci (#59)
dc4fe64 feat(GAdocker): Publish docker image with Github Actions (#58)

v0.2.0

19 Aug 22:27
ad3f6bf
Compare
Choose a tag to compare

Changelog

ad3f6bf breaking-change(rdb): update gorm v2 (#47)
3893f58 chore: change default threshold in fetch githubrepos (#56)
36b7f56 feat(redis): add expire option (#55)
eb8625d feat(fetch): delete --deep option (#51)
093e102 feat(github): update fetch githubrepos (#50)
79c6cb4 feat(exploitdb): add the information of exploitdb-papers (#52)
e5081ca feat(rdb): add a note that deleting old records is time consuming (#54)
dfd947e fix(fetch): fix typo in delete OffensiveSecurity (#53)
ace20b8 feat(db): delete only records that match the ExploitType to be fetched (#48)
7c39792 fix(models): fill in OffensiveSecurityTime (#49)
aab5776 fix volumes (#46)

v0.1.7

23 Mar 08:54
49ce5a3
Compare
Choose a tag to compare

Changelog

49ce5a3 feat(db): add CloseDB (#45)