Uses of Class
org.owasp.dependencycheck.data.cpe.IndexEntry
-
Packages that use IndexEntry Package Description org.owasp.dependencycheck.analyzer 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 IndexEntry Modifier and Type Method Description protected java.util.List<IndexEntry>
CPEAnalyzer. searchCPE(java.util.Map<java.lang.String,org.apache.commons.lang3.mutable.MutableInt> vendor, java.util.Map<java.lang.String,org.apache.commons.lang3.mutable.MutableInt> product, java.util.Set<java.lang.String> vendorWeightings, java.util.Set<java.lang.String> productWeightings, java.lang.String ecosystem)
Searches the Lucene CPE index to identify possible CPE entries associated with the supplied vendor, product, and version.
-