Releases: turingsecure/cvss.js
Releases · turingsecure/cvss.js
v1.5.0
2 new functions are introduced:
- getImpactSubScore
- getExploitabilitySubScore
v1.4.7
- Added updateVectorValue function to update a specific metric's value.
v1.4.6
- TypeScript type declaration generation (#80)
- Dependabot alert fixes
v1.4.5
This release fixes a bug where some scores of CVSS Version 3.1 were not calculated correctly. (See #72 #73)
v.1.4.4
This version introduces an automatic security fix #70
v1.4.3
This release fixes a bug where the environmental score was calculated incorrectly when the modified scope was undefined #69
v1.4.2
Features
- functions to get a qualitative rating for temporal and environmental score #67
v1.4.1.fix
Features
- getCleanString() function #65