Skip to content

Releases: turingsecure/cvss.js

v2.0.1

14 May 10:54

Choose a tag to compare

What's Changed

  • Bugfix: Issue with score when CIA triad is None by @csk in #108

New Contributors

  • @csk made their first contribution in #108

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Oct 08:17

Choose a tag to compare

add: fix package.json

v1.5.0

28 Jun 11:49

Choose a tag to compare

2 new functions are introduced:

  • getImpactSubScore
  • getExploitabilitySubScore

v1.4.7

29 Aug 07:38
4844f62

Choose a tag to compare

  • Added updateVectorValue function to update a specific metric's value.

v1.4.6

16 Jul 07:29
4643192

Choose a tag to compare

  • TypeScript type declaration generation (#80)
  • Dependabot alert fixes

v1.4.5

24 Feb 10:28
b2b580a

Choose a tag to compare

This release fixes a bug where some scores of CVSS Version 3.1 were not calculated correctly. (See #72 #73)

v.1.4.4

14 Dec 12:34

Choose a tag to compare

This version introduces an automatic security fix #70

v1.4.3

24 Nov 12:59
bc87e9e

Choose a tag to compare

This release fixes a bug where the environmental score was calculated incorrectly when the modified scope was undefined #69

v1.4.2

26 Oct 07:57

Choose a tag to compare

Features

  • functions to get a qualitative rating for temporal and environmental score #67

v1.4.1.fix

19 Oct 11:25

Choose a tag to compare

Features

  • getCleanString() function #65