| Modifier and Type | Field and Description |
|---|---|
static Pattern |
CVSSv2_PATTERN |
static Pattern |
CVSSv3_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
Score |
calculateScore()
Calculates a CVSS score.
|
static Cvss |
fromVector(String vector)
A factory method which accepts a String representation of a
CVSS vector, determines which CVSS version it is, and returns
the corresponding CVSS object.
|
String |
getVector()
Returns the CVSS vector
|
static final Pattern CVSSv2_PATTERN
static final Pattern CVSSv3_PATTERN
Score calculateScore()
String getVector()
static Cvss fromVector(String vector)
vector - the CVSS vector to parseCopyright © 2017. All rights reserved.