UNPKG

cvss4

Version:

The **Common Vulnerability Scoring System (CVSS)** is a [scoring framework](https://www.first.org/cvss/) that provides numerical scores to assess the severity of software vulnerabilities. This TypeScript-based library offers support for CVSS versions **3.

6 lines (5 loc) 146 B
export * from './humanizer'; export * from './models'; export * from './parser'; export * from './score-calculator'; export * from './validator';