Class Vulnerability
java.lang.Object
org.owasp.dependencycheck.data.knownexploited.json.Vulnerability
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCveID()The CVE ID of the vulnerability in the format CVE-YYYY-NNNN, note that the number portion can have more than 4 digits (Required)The date the vulnerability was added to the catalog in the format YYYY-MM-DD (Required)The date the required action is due in the format YYYY-MM-DD (Required)getNotes()Any additional notes about the vulnerabilityThe vulnerability product (Required)The required action to address the vulnerability (Required)A short description of the vulnerability (Required)The vendor or project name for the vulnerability (Required)The name of the vulnerability (Required)inthashCode()voidsetAdditionalProperty(String name, Object value) voidThe CVE ID of the vulnerability in the format CVE-YYYY-NNNN, note that the number portion can have more than 4 digits (Required)voidsetDateAdded(String dateAdded) The date the vulnerability was added to the catalog in the format YYYY-MM-DD (Required)voidsetDueDate(String dueDate) The date the required action is due in the format YYYY-MM-DD (Required)voidAny additional notes about the vulnerabilityvoidsetProduct(String product) The vulnerability product (Required)voidsetRequiredAction(String requiredAction) The required action to address the vulnerability (Required)voidsetShortDescription(String shortDescription) A short description of the vulnerability (Required)voidsetVendorProject(String vendorProject) The vendor or project name for the vulnerability (Required)voidsetVulnerabilityName(String vulnerabilityName) The name of the vulnerability (Required)toString()
-
Constructor Details
-
Vulnerability
public Vulnerability()
-
-
Method Details
-
getCveID
The CVE ID of the vulnerability in the format CVE-YYYY-NNNN, note that the number portion can have more than 4 digits (Required) -
setCveID
The CVE ID of the vulnerability in the format CVE-YYYY-NNNN, note that the number portion can have more than 4 digits (Required) -
getVendorProject
The vendor or project name for the vulnerability (Required) -
setVendorProject
The vendor or project name for the vulnerability (Required) -
getProduct
The vulnerability product (Required) -
setProduct
The vulnerability product (Required) -
getVulnerabilityName
The name of the vulnerability (Required) -
setVulnerabilityName
The name of the vulnerability (Required) -
getDateAdded
The date the vulnerability was added to the catalog in the format YYYY-MM-DD (Required) -
setDateAdded
The date the vulnerability was added to the catalog in the format YYYY-MM-DD (Required) -
getShortDescription
A short description of the vulnerability (Required) -
setShortDescription
A short description of the vulnerability (Required) -
getRequiredAction
The required action to address the vulnerability (Required) -
setRequiredAction
The required action to address the vulnerability (Required) -
getDueDate
The date the required action is due in the format YYYY-MM-DD (Required) -
setDueDate
The date the required action is due in the format YYYY-MM-DD (Required) -
getNotes
Any additional notes about the vulnerability -
setNotes
Any additional notes about the vulnerability -
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
-
equals
-