Uses of Class
org.owasp.dependencycheck.data.knownexploited.json.Vulnerability
-
Packages that use Vulnerability Package Description org.owasp.dependencycheck.data.knownexploited.json org.owasp.dependencycheck.data.nvdcve Contains classes used to work with the NVD CVE data.org.owasp.dependencycheck.dependency Contains the core Dependency implementation. -
-
Uses of Vulnerability in org.owasp.dependencycheck.data.knownexploited.json
Methods in org.owasp.dependencycheck.data.knownexploited.json that return types with arguments of type Vulnerability Modifier and Type Method Description java.util.List<Vulnerability>KnownExploitedVulnerabilitiesSchema. getVulnerabilities()The exploited vulnerabilities included in this catalog (Required)Method parameters in org.owasp.dependencycheck.data.knownexploited.json with type arguments of type Vulnerability Modifier and Type Method Description voidKnownExploitedVulnerabilitiesSchema. setVulnerabilities(java.util.List<Vulnerability> vulnerabilities)The exploited vulnerabilities included in this catalog (Required) -
Uses of Vulnerability in org.owasp.dependencycheck.data.nvdcve
Methods in org.owasp.dependencycheck.data.nvdcve that return types with arguments of type Vulnerability Modifier and Type Method Description java.util.Map<java.lang.String,Vulnerability>CveDB. getknownExploitedVulnerabilities()Returns a map of known exploited vulnerabilities.Method parameters in org.owasp.dependencycheck.data.nvdcve with type arguments of type Vulnerability Modifier and Type Method Description voidCveDB. updateKnownExploitedVulnerabilities(java.util.List<Vulnerability> vulnerabilities)Merges the list of known exploited vulnerabilities into the database. -
Uses of Vulnerability in org.owasp.dependencycheck.dependency
Methods in org.owasp.dependencycheck.dependency that return Vulnerability Modifier and Type Method Description VulnerabilityVulnerability. getKnownExploitedVulnerability()Get the value of knownExploitedVulnerability.Methods in org.owasp.dependencycheck.dependency with parameters of type Vulnerability Modifier and Type Method Description voidVulnerability. setKnownExploitedVulnerability(Vulnerability kev)Adds information about known exploited vulnerabilities.
-