| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.cpe |
Contains classes for working with the CPE Lucene Index.
|
| org.owasp.dependencycheck.data.nvdcve |
Contains classes used to work with the NVD CVE data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryIndex.open(Set<Pair<String,String>> data,
Settings settings)
Creates and loads data into an in memory index.
|
void |
AbstractMemoryIndex.open(Set<Pair<String,String>> data,
Settings settings)
Creates and loads data into an in memory index.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Pair<String,String>> |
CveDB.getVendorProductList()
Returns the entire list of vendor/product combinations.
|
Set<Pair<String,String>> |
CveDB.getVendorProductListForNode()
Returns the entire list of vendor/product combinations filtered for just
Node JS related products.
|
Copyright © 2012–2020 OWASP. All rights reserved.