| 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.
|
| org.owasp.dependencycheck.data.update.cpe |
Contains classes used to parse the CPE XML file from NIST.
These classes are not used as they add no value over the existing CPE data contained within the CVE data from the NVD. |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryIndex.open(java.util.Set<Pair<java.lang.String,java.lang.String>> data,
Settings settings)
Creates and loads data into an in memory index.
|
void |
AbstractMemoryIndex.open(java.util.Set<Pair<java.lang.String,java.lang.String>> data,
Settings settings)
Creates and loads data into an in memory index.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Pair<java.lang.String,java.lang.String>> |
CveDB.getVendorProductList()
Returns the entire list of vendor/product combinations.
|
java.util.Set<Pair<java.lang.String,java.lang.String>> |
CveDB.getVendorProductListForNode()
Returns the entire list of vendor/product combinations filtered for just
Node JS related products.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<Pair<java.lang.String,java.lang.String>,java.lang.String> |
CpeEcosystemCache.getChanged()
Returns the map of changed CPE to ecosystem mappings.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CpeEcosystemCache.setCache(java.util.Map<Pair<java.lang.String,java.lang.String>,java.lang.String> cache)
Sets the ecosystem cache and resets the changed map.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.