com.contrastsecurity.rest
Class PlatformVulnerability

java.lang.Object
  extended by com.contrastsecurity.rest.PlatformVulnerability

public class PlatformVulnerability
extends Object


Constructor Summary
PlatformVulnerability()
           
 
Method Summary
 String getCve()
          Return the CVE associated with this vulnerability.
 String getDescription()
          Return a short description about the issue.
 String getLink()
          Return a link to the issue from the vendor.
 String getSeverity()
          Return the severity of the CVE; one of Critical, High, Medium, Low, Note.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformVulnerability

public PlatformVulnerability()
Method Detail

getCve

public String getCve()
Return the CVE associated with this vulnerability.

Returns:
the CVE associated with this vulnerability

getSeverity

public String getSeverity()
Return the severity of the CVE; one of Critical, High, Medium, Low, Note.

Returns:
the severity of the CVE; one of Critical, High, Medium, Low, Note

getDescription

public String getDescription()
Return a short description about the issue.

Returns:
a short description about the issue

getLink

public String getLink()
Return a link to the issue from the vendor.

Returns:
a link to the issue from the vendor


Copyright © 2014. All Rights Reserved.