Uses of Package
org.owasp.dependencycheck.data.cpe
-
Packages that use org.owasp.dependencycheck.data.cpe Package Description org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.org.owasp.dependencycheck.data.cpe Contains classes for working with the CPE Lucene Index. -
Classes in org.owasp.dependencycheck.data.cpe used by org.owasp.dependencycheck.analyzer Class Description IndexEntry A CPE entry containing the name, vendor, product, and version.MemoryIndex -
Classes in org.owasp.dependencycheck.data.cpe used by org.owasp.dependencycheck.data.cpe 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.IndexException An exception thrown when the there is an issue using the in-memory CPE Index.MemoryIndex NpmCpeMemoryIndex An in memory Lucene index that contains the vendor/product combinations from the CPE (application) identifiers within the NVD CVE data.