Skip to content

Releases: vulsio/go-cve-dictionary

v0.16.2

Choose a tag to compare

@shino shino released this 11 May 06:16
17c1697

Changelog

  • 17c1697 fix(ci/release): grant contents:write to goreleaser job (#507)

v0.16.1

Choose a tag to compare

@shino shino released this 11 May 02:21
4b4824d
chore(deps): bump the all group with 2 updates (#506)

Bumps the all group with 2 updates: [github.com/klauspost/compress](https://github.com/klauspost/compress) and [github.com/labstack/echo/v4](https://github.com/labstack/echo).


Updates `github.com/klauspost/compress` from 1.18.5 to 1.18.6
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.5...v1.18.6)

Updates `github.com/labstack/echo/v4` from 4.15.1 to 4.15.2
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/v4.15.2/CHANGELOG.md)
- [Commits](https://github.com/labstack/echo/compare/v4.15.1...v4.15.2)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/labstack/echo/v4
  dependency-version: 4.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.16.0

Choose a tag to compare

@shino shino released this 04 Feb 00:05
449a78a

What's Changed

  • feat!(db): use vulncheck only if not defined in verified data source by @MaineK00n in #493
  • fix!(server): cast off deprecated API by @Copilot in #496
  • chore(deps): bump alpine from 3.22 to 3.23 in the all group by @dependabot[bot] in #491
  • chore(deps): bump the all group across 1 directory with 2 updates by @dependabot[bot] in #494

New Contributors

  • @Copilot made their first contribution in #496

Full Changelog: v0.15.0...v0.15.1

v0.15.0

Choose a tag to compare

@shino shino released this 09 Dec 02:53
d6be307

Changelog

  • d6be307 chore(deps): bump the all group with 2 updates (#490)
  • 62d5ecd chore(deps): bump the all group across 1 directory with 3 updates (#489)
  • e63df8b chore(deps): bump the all group across 1 directory with 2 updates (#484)
  • 7357d87 fix(fetcher): use proxy in FetchFromGHCR (#488)
  • e3e9f6c feat(cmd): add fetch euvd (#486)
  • 9de6391 feat!(db): use VendorProduct instead of Exact (#485)
  • 447e463 chore(deps): bump golang.org/x/crypto from 0.38.0 to 0.45.0 (#482)

v0.14.0

Choose a tag to compare

@shino shino released this 25 Sep 02:16
5ec4804

Changelog

  • 5ec4804 chore(integration): remove integration tests (#477)
  • 6079027 chore(deps): bump the all group across 1 directory with 2 updates (#476)
  • efae165 chore(deps): bump the all group across 1 directory with 2 updates (#475)
  • 9c75eb3 chore(deps): bump github.com/go-viper/mapstructure/v2 (#471)
  • f2de480 refactor(fetcher): use fetcher.ParseTime (#472)
  • 8b89e97 feat(fetch): add vulncheck nvd++ (#468)
  • dd5130e refactor: remove trailing spaces in .golangci.yml (#465)

v0.13.1

Choose a tag to compare

@shino shino released this 01 Jul 06:33
59653fa

What's Changed

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

Full Changelog: v0.13.0...v0.13.1

v0.13.0

Choose a tag to compare

@shino shino released this 24 Jun 00:39
0c4b7e8

Changelog

  • 0c4b7e8 chore(deps): bump github.com/google/go-cmp in the all group (#461)
  • e980c0d chore(deps): bump alpine from 3.21 to 3.22 in the all group (#462)
  • d9663e6 chore(ci): update dependabot.yml to group dependencies (#459)
  • a8939da test(fetcher/cisco): fix test comparison by sorting cisco products (#460)
  • 24d3813 chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#446)
  • d499edd chore(deps): bump github.com/PuerkitoBio/goquery from 1.10.2 to 1.10.3 (#443)
  • 980a443 chore(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 (#449)
  • 69a1b44 chore(deps): bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 (#452)
  • 90e0ea1 chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 (#444)
  • b296570 chore(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1 (#432)
  • 31392fe chore(deps): bump requests from 2.32.0 to 2.32.4 in /integration (#455)
  • b9ad5d9 feat(fetch): add new datasource: cisco (#456)
  • d557c12 fix(redis): consider if advisory id is present (#458)
  • a6bb262 fix(paloalto): cpe match, fetcher, server (#457)
  • 5012293 feat(fetch): add new datasource: paloalto (#450)
  • 52e72fe fix(db/redis): remove CVE key prefix (#454)
  • 09ae950 chore(deps): bump golangci/golangci-lint-action from 6 to 7 (#439)
  • d69e0df chore(deps): bump actions/checkout from 3 to 4 (#442)
  • 9ec43f6 chore(deps): bump docker/metadata-action from 4 to 5 (#441)
  • 5097443 chore(deps): bump actions/setup-go from 3 to 5 (#440)
  • bbd1352 chore(deps): bump docker/login-action from 2 to 3 (#438)
  • 8b21771 chore(deps): bump docker/setup-qemu-action from 2 to 3 (#437)
  • 76aff5e chore(deps): bump docker/build-push-action from 3 to 6 (#436)
  • c2afb25 chore(deps): bump docker/setup-buildx-action from 2 to 3 (#435)
  • 3d769b3 chore(deps): bump goreleaser/goreleaser-action from 4 to 6 (#434)
  • 0df15e0 feat(dependabot): add github-actions (#433)
  • fbbddc2 feat(fetcher): remove TLS InsecureSkipVerify (#430)
  • a455521 chore(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#429)
  • 15ba1f3 chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (#427)
  • eef78a3 build(go): update 1.24 (#428)
  • 60f670c chore(deps): bump github.com/opencontainers/image-spec (#426)
  • f31720b chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.6 to 3.1.7 (#423)
  • 63ba46c chore(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 (#422)

v0.12.1

Choose a tag to compare

@MaineK00n MaineK00n released this 21 Feb 06:30
3e4e87c

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 02:47
0f9f4b2

Changelog

  • 0f9f4b2 chore(deps): bump github.com/klauspost/compress from 1.17.2 to 1.17.11 (#419)
  • 66f62bc feat!(fetcher/nvd): fetch from ghcr container (#418)
  • e595045 chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#417)
  • 38a8009 chore(deps): bump github.com/PuerkitoBio/goquery from 1.10.1 to 1.10.2 (#416)
  • 2096f0e chore(deps): bump github.com/PuerkitoBio/goquery from 1.10.0 to 1.10.1 (#413)
  • 28af0aa chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6 (#414)
  • b4e190b chore(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 (#415)
  • aaadfe0 chore(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 (#412)
  • df868ed chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 (#410)

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 04:29
a306042

Changelog

  • a306042 chore(deps): bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.0 (#404)
  • 77b5f54 refactor: use std slices, maps package (#403)
  • 368d390 build: update go to 1.23 (#402)
  • dbdd7b4 feat: select advisories (#396)
  • af25e2c feat(fetcher/mitre): fill DataType, DataVersion, affected (#395)
  • 400255c feat(db) no progress when --log-json option (#394)
  • dbc1681 feat(nvd): support CVSS v4.0 (#393)
  • 73f1570 feat(mitre): add new datasource: mitre (#392)
  • 6b4e7a7 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#388)
  • ef17bfe chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#385)
  • 3b597e4 chore(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (#384)
  • c9155df chore(deps): bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2 (#382)
  • c0e404f chore(deps): bump requests from 2.31.0 to 2.32.0 in /integration (#383)
  • 3225ee6 feat(fetcher/nvd): update reject cve logic (#387)
  • a687194 fix(fetch): fix first CVE year (#380)
  • d68f2ea feat(commands): add search command (#379)
  • 7d9560e feat(db,server): add GetCveIDs (#358)
  • 0382630 chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#378)
  • e1c1a94 chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 (#377)
  • 13d230a fix(fetch/fortinet): collect all CPEs (#374)
  • af03be3 chore(deps): bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.1 (#367)
  • 803cfd8 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#369)
  • e629a03 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#368)
  • f8d412d chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#370)
  • 310c515 chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#371)
  • f8ffd2c chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#360)
  • 7000242 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#354)
  • 591cf5c chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#353)
  • c5db288 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#352)