public class Vulnerability extends Object implements Serializable
| Constructor and Description |
|---|
Vulnerability(String uuid,
String source,
String vulnId,
String title,
String subtitle,
String description,
String recommendation,
Severity severity,
Integer severityRank,
Integer cweId,
String cweName) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCweId() |
String |
getCweName() |
String |
getDescription() |
String |
getRecommendation() |
Severity |
getSeverity() |
Integer |
getSeverityRank() |
String |
getSource() |
String |
getSubtitle() |
String |
getTitle() |
String |
getUuid() |
String |
getVulnId() |
public String getUuid()
public String getSource()
public String getVulnId()
public String getTitle()
public String getSubtitle()
public String getDescription()
public String getRecommendation()
public Severity getSeverity()
public Integer getSeverityRank()
public Integer getCweId()
public String getCweName()
Copyright © 2018–2019 OWASP. All rights reserved.