com.h3xstream.retirejs.repo
Class JsVulnerability

java.lang.Object
  extended by com.h3xstream.retirejs.repo.JsVulnerability

public class JsVulnerability
extends Object


Constructor Summary
JsVulnerability(String atOrAbove, String below, List<String> info, Map<String,List<String>> identifiers, String severity)
           
 
Method Summary
 String getAtOrAbove()
           
 String getBelow()
           
 Map<String,List<String>> getIdentifiers()
           
 List<String> getInfo()
           
 String getSeverity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsVulnerability

public JsVulnerability(String atOrAbove,
                       String below,
                       List<String> info,
                       Map<String,List<String>> identifiers,
                       String severity)
Method Detail

getAtOrAbove

public String getAtOrAbove()

getBelow

public String getBelow()

getInfo

public List<String> getInfo()

getIdentifiers

public Map<String,List<String>> getIdentifiers()

getSeverity

public String getSeverity()


Copyright © 2015. All rights reserved.