Uses of Class
org.owasp.dependencycheck.data.cpe.IndexEntry
Packages that use IndexEntry
Package
Description
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
-
Uses of IndexEntry in org.owasp.dependencycheck.analyzer
Methods in org.owasp.dependencycheck.analyzer that return types with arguments of type IndexEntryModifier and TypeMethodDescriptionprotected List<IndexEntry> CPEAnalyzer.searchCPE(Map<String, org.apache.commons.lang3.mutable.MutableInt> vendor, Map<String, org.apache.commons.lang3.mutable.MutableInt> product, Set<String> vendorWeightings, Set<String> productWeightings, String ecosystem) Searches the Lucene CPE index to identify possible CPE entries associated with the supplied vendor, product, and version.