the vector to parse
the resulting score object
Parses a CVSS v3 vector and returns the resulting score object.
the vector to parse
the resulting score object
Parses a CVSS vector (any version) and returns the resulting score object.
the vector to parse
the resulting score object
Renders and returns a random CVSS v2 vector as a string.
whether or not to include a temporal score on the vector
whether or not to include an environmental score on the vector
the desired vector prefixing option
the vector as a string
Renders and returns a random CVSS v3 vector as a string.
whether or not to include a temporal score on the vector
whether or not to include an environmental score on the vector
the desired vector prefixing option
the vector as a string
Validates a CVSS v2 vector.
the vector to parse
true if validation succeeded, otherwise false
Validates a CVSS v3.x vector.
the vector to parse
true if validation succeeded, otherwise false
Parses a CVSS vector (any version).
the vector to parse
true if validation succeeded, otherwise false
Generated using TypeDoc
Parses a CVSS v2 vector and returns the resulting score object.