Uses of Class
org.owasp.dependencycheck.data.update.cpe.CpePlus
-
Packages that use CpePlus Package Description org.owasp.dependencycheck.data.nvdcve Contains classes used to work with the NVD CVE data. -
-
Uses of CpePlus in org.owasp.dependencycheck.data.nvdcve
Methods in org.owasp.dependencycheck.data.nvdcve that return types with arguments of type CpePlus Modifier and Type Method Description java.util.Set<CpePlus>CveDB. getCPEs(java.lang.String vendor, java.lang.String product)Searches the CPE entries in the database and retrieves all entries for a given vendor and product combination.
-