Skip to content

Releases: pandatix/go-cvss

v0.6.2

29 Oct 09:35
v0.6.2
c469bad
Compare
Choose a tag to compare

Changelog

  • 647ea94 docs(CVSS v4.0): update benchmarks
  • 5434d11 feat(CVSS v4.0): drop the use of max from the Go 1.21 SDK for retrocompatibility
  • c469bad perfs(CVSS v4.0): replace string-based MacroVector lookup map to waterfall-switches

v0.6.1

28 Oct 07:47
v0.6.1
5206b90
Compare
Choose a tag to compare

Changelog

  • f45a00e fix: non-fatal float64 division by 0
  • 432d3af lint: fix false positive unchecked error lint check
  • 4462635 perfs(CVSS v4.0): turn *CVSS40.Score into 0-allocs/op
  • 19d4eff tests(CVSS v4.0): improve OOB score check to look for NaN
  • 5206b90 tests(CVSS v4.0): move fuzz corpus to the fuzz file (fix clusterfuzzlite out of scope)

v0.6.0

26 Oct 12:45
v0.6.0
0821ea8
Compare
Choose a tag to compare

Changelog

  • 0e3bf15 Add ClusterFuzzLight in workflows
  • 8dd1596 Add Dependabot
  • fd47e6c Add OpenSSF Scoreboard scan
  • be2ba67 Add OpenSSF best practices badge
  • e687573 Add contribution guidelines
  • f3ab42d Add submodule workspaces
  • 450e6c0 Bump actions/checkout from 3 to 4
  • 821ba3e Bump actions/setup-go from 3 to 4
  • d81f50b Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
  • cbc9951 Bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0
  • 4cf37ca Bump ossf/scorecard-action from 2.1.2 to 2.2.0
  • 18d1675 Bump ossf/scorecard-action from 2.2.0 to 2.3.0
  • 369fa06 Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
  • 5f5035e Fix CI's Go version
  • 4afba5b Fix lint
  • 2f7feab Fix parsing to strictly apply the metric ordering
  • 5e0e9f0 Fix workflow badges label
  • 0c496fd Harden CodeQL workflow
  • 2232ff1 Improve ClusterFuzzLite support
  • 431c0c6 Improve visuals
  • 10b57a4 Propagate Core Infrastructure new domain
  • f00b049 Set CI permissions RO
  • f7b2d5c Setup release automated process
  • 2195f74 Update CPE after deprecation
  • 98e3119 Update dependencies
  • 4c4b90c Update dependencies and benchmark results
  • cf68f0a Update development pipeline
  • 7facde8 Update doc and diagram
  • 777810a Update to Go 1.20 + dependencies
  • d301482 WIP: add support of CVSS v4.0
  • b73b098 ci: update workflow to Go 1.21
  • 0821ea8 feat(CVSS v4.0): add support of scoring system
  • cc88b91 refactor: parsing simplification, slightly better performances