Package org.owasp.dependencycheck.data.cpe
Contains classes for working with the CPE Lucene Index.
-
Interface Summary Interface Description MemoryIndex -
Class Summary Class Description AbstractMemoryIndex An in memory Lucene index that contains the vendor/product combinations from the CPE (application) identifiers within the NVD CVE data.CpeMemoryIndex An in memory Lucene index that contains the vendor/product combinations from the CPE (application) identifiers within the NVD CVE data.Fields Fields is a collection of field names used within the Lucene index for CPE entries.IndexEntry A CPE entry containing the name, vendor, product, and version.NpmCpeMemoryIndex An in memory Lucene index that contains the vendor/product combinations from the CPE (application) identifiers within the NVD CVE data. -
Exception Summary Exception Description IndexException An exception thrown when the there is an issue using the in-memory CPE Index.