Package org.owasp.dependencycheck.data.cpe


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