public class CvssV2 extends Object implements Serializable
| Constructor and Description |
|---|
CvssV2(float score,
String accessVector,
String accessComplexity,
String authentication,
String confidentialityImpact,
String integrityImpact,
String availabilityImpact,
String severity)
Constructs a new CVSS V2 object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessComplexity()
Get the value of accessComplexity.
|
String |
getAccessVector()
Get the value of accessVector.
|
String |
getAuthentication()
Get the value of authentication.
|
String |
getAvailabilityImpact()
Get the value of availabilityImpact.
|
String |
getConfidentialityImpact()
Get the value of confidentialityImpact.
|
String |
getIntegrityImpact()
Get the value of integrityImpact.
|
float |
getScore()
Get the value of score.
|
String |
getSeverity()
Get the value of severity.
|
String |
toString() |
public CvssV2(float score,
String accessVector,
String accessComplexity,
String authentication,
String confidentialityImpact,
String integrityImpact,
String availabilityImpact,
String severity)
score - the scoreaccessVector - the access vectoraccessComplexity - the access complexityauthentication - the authenticationconfidentialityImpact - the confidentiality impactintegrityImpact - the integrity impactavailabilityImpact - the availability impactseverity - the severitypublic float getScore()
public String getAccessVector()
public String getAccessComplexity()
public String getAuthentication()
public String getConfidentialityImpact()
public String getIntegrityImpact()
public String getAvailabilityImpact()
public String getSeverity()
Copyright © 2012–2020 OWASP. All rights reserved.