| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.cpe |
Contains classes for working with the CPE Lucene Index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CpeMemoryIndex
An in memory Lucene index that contains the vendor/product combinations from
the CPE (application) identifiers within the NVD CVE data.
|
class |
NpmCpeMemoryIndex
An in memory Lucene index that contains the vendor/product combinations from
the CPE (application) identifiers within the NVD CVE data.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractMemoryIndex |
AbstractMemoryIndex.instance()
Returns a reference to the instance.
|
protected AbstractMemoryIndex |
NpmCpeMemoryIndex.instance()
Gets the singleton instance of the NpmCpeMemoryIndex.
|
protected AbstractMemoryIndex |
CpeMemoryIndex.instance()
Gets the singleton instance of the CpeMemoryIndex.
|
Copyright © 2012–2020 OWASP. All rights reserved.