Uses of Class
com.h3xstream.retirejs.repo.JsVulnerability
-
Packages that use JsVulnerability Package Description com.h3xstream.retirejs.repo -
-
Uses of JsVulnerability in com.h3xstream.retirejs.repo
Methods in com.h3xstream.retirejs.repo that return JsVulnerability Modifier and Type Method Description JsVulnerabilityJsLibraryResult. getVuln()Methods in com.h3xstream.retirejs.repo that return types with arguments of type JsVulnerability Modifier and Type Method Description java.util.List<JsVulnerability>JsLibrary. getVulnerabilities()Methods in com.h3xstream.retirejs.repo with parameters of type JsVulnerability Modifier and Type Method Description voidJsLibraryResult. setVuln(JsVulnerability vuln)Constructors in com.h3xstream.retirejs.repo with parameters of type JsVulnerability Constructor Description JsLibraryResult(JsLibrary library, JsVulnerability vuln, java.lang.String detectedVersion, java.lang.String regexRequest, java.lang.String regexResponse)
-