| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.cache |
Implements a generic persisted cache that can be used to store results of external analysis between executions.
|
| org.owasp.dependencycheck.data.nodeaudit |
Contains classes related to searching via Node Audit API.
These are used to abstract Node Audit searching away from OWASP Dependency Check so they can be reused elsewhere. |
| Modifier and Type | Method and Description |
|---|---|
DataCache<List<Advisory>> |
DataCacheFactory.getNodeAuditCache()
Returns the data cache for Node Audit.
|
| Modifier and Type | Method and Description |
|---|---|
List<Advisory> |
NpmAuditParser.parse(org.json.JSONObject jsonResponse)
Parses the JSON response from the NPM Audit API.
|
List<Advisory> |
NodeAuditSearch.submitPackage(javax.json.JsonObject packageJson)
Submits the package.json file to the Node Audit API and returns a list of
zero or more Advisories.
|
Copyright © 2012–2020 OWASP. All rights reserved.