Skip to content

Releases: pandatix/js-cvss

v0.4.4

01 Mar 20:39
v0.4.4
934f73e
Compare
Choose a tag to compare

Changelog

v0.4.2

05 Jan 14:27
v0.4.2
5e6fc77
Compare
Choose a tag to compare

Changelog

v0.4.0

15 Dec 18:59
v0.4.0
0a27ee0
Compare
Choose a tag to compare

Changelog

  • 7257e69 chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0
  • 2fafaa5 chore: align getter internals
  • 9606164 chore: reduce CVSS40.Set code readability
  • c882c0c chore: release v0.3.0
  • 5f3165f feat: add CVSS v3.0 support
  • 7df3cc1 feat: add CVSS v3.1 support
  • c557254 feat: add support of CVSS v2
  • 85e2608 feat: merge all CVSS v4.0 related code in one file to ease imports
  • 0a27ee0 feat: release v0.4.0
  • e51258d fix: score computation variables shadowing leading to NaN results

v0.3.0

15 Dec 16:44
v0.3.0
7a7cbc4
Compare
Choose a tag to compare

Changelog

  • b83ed8c chore: align getter internals
  • 1c544e5 chore: reduce CVSS40.Set code readability
  • 7a7cbc4 chore: release v0.3.0
  • 62db546 feat: add CVSS v3.0 support
  • 2687279 feat: add CVSS v3.1 support
  • cdea42d feat: merge all CVSS v4.0 related code in one file to ease imports
  • 1af1859 fix: score computation variables shadowing leading to NaN results

v0.2.3

09 Dec 14:19
v0.2.3
5833b57
Compare
Choose a tag to compare

Changelog

  • 5833b57 chore: fix NPM release publish

v0.2.0

08 Dec 14:26
v0.2.0
36a7cd6
Compare
Choose a tag to compare

Changelog

  • 009c586 chore: prepare for release
  • 36a7cd6 chore: release 0.2.0
  • 7f78953 feat: move codebase from JavaScript to TypeScript
  • c2db51a tests: refactor structure to Table-Driven Tests

v0.1.2

04 Dec 19:13
v0.1.2
6bca28e
Compare
Choose a tag to compare

Changelog

  • 6bca28e ci: fix GITHUB_TOKEN in provenance verification

v0.1.1

04 Dec 19:08
v0.1.1
e4ce8a1
Compare
Choose a tag to compare

Changelog

  • e4ce8a1 chore: release 0.1.1
  • 7ed4038 ci: add goreleaser to handle releases (changelog, SBOM, provenance)
  • 48cd6d9 ci: remove Go-workflow relica
  • f100472 fix: getReal helper metric proper fetch
  • 65e6817 refactor: multiple fixes and docs