| Modifier and Type | Class and Description |
|---|---|
static class |
CvssV3.AttackComplexity |
static class |
CvssV3.AttackVector |
static class |
CvssV3.CIA |
static class |
CvssV3.PrivilegesRequired |
static class |
CvssV3.Scope |
static class |
CvssV3.UserInteraction |
CVSSv2_PATTERN, CVSSv3_PATTERN| Constructor and Description |
|---|
CvssV3() |
| Modifier and Type | Method and Description |
|---|---|
CvssV3 |
attackComplexity(CvssV3.AttackComplexity ac) |
CvssV3 |
attackVector(CvssV3.AttackVector av) |
CvssV3 |
availability(CvssV3.CIA a) |
Score |
calculateScore()
Calculates a CVSS score.
|
CvssV3 |
confidentiality(CvssV3.CIA c) |
String |
getVector()
Returns the CVSS vector
|
CvssV3 |
integrity(CvssV3.CIA i) |
CvssV3 |
privilegesRequired(CvssV3.PrivilegesRequired pr) |
CvssV3 |
scope(CvssV3.Scope s) |
String |
toString() |
CvssV3 |
userInteraction(CvssV3.UserInteraction ui) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromVectorpublic CvssV3 attackVector(CvssV3.AttackVector av)
public CvssV3 attackComplexity(CvssV3.AttackComplexity ac)
public CvssV3 privilegesRequired(CvssV3.PrivilegesRequired pr)
public CvssV3 userInteraction(CvssV3.UserInteraction ui)
public CvssV3 scope(CvssV3.Scope s)
public CvssV3 confidentiality(CvssV3.CIA c)
public CvssV3 integrity(CvssV3.CIA i)
public CvssV3 availability(CvssV3.CIA a)
public Score calculateScore()
calculateScore in interface Cvsspublic String getVector()
Copyright © 2017. All rights reserved.