UNPKG

ae-cvss-calculator

Version:

A CVSS vector modeling and score calculation implementation for all CVSS versions by {metæffekt}.

5 lines (4 loc) 151 B
import { VectorComponentValue } from "../CvssVector"; export interface ICvss4P0 { getComponentByString(component: string): VectorComponentValue; }