| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected MemoryIndex |
CPEAnalyzer.getMemoryIndex()
Returns the memory index.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CPEAnalyzer.setMemoryIndex(MemoryIndex idx)
Sets the MemoryIndex.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemoryIndex
An in memory Lucene index that contains the vendor/product combinations from
the CPE (application) identifiers within the NVD CVE data.
|
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.
|
Copyright © 2012–2020 OWASP. All rights reserved.