| Modifier and Type | Class and Description |
|---|---|
class |
CvssV2
Calculates CVSSv2 scores and vector.
|
class |
CvssV3
Calculates CVSSv3 scores and vector.
|
| Modifier and Type | Method and Description |
|---|---|
static Cvss |
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.
|
Copyright © 2017. All rights reserved.