Uses of Package
org.owasp.dependencycheck.data.nodeaudit
-
Packages that use org.owasp.dependencycheck.data.nodeaudit Package Description org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.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. -
Classes in org.owasp.dependencycheck.data.nodeaudit used by org.owasp.dependencycheck.analyzer Class Description Advisory The response from NPM Audit API will respond with 0 or more advisories.NodeAuditSearch Class of methods to search via Node Audit API. -
Classes in org.owasp.dependencycheck.data.nodeaudit used by org.owasp.dependencycheck.data.cache Class Description Advisory The response from NPM Audit API will respond with 0 or more advisories. -
Classes in org.owasp.dependencycheck.data.nodeaudit used by org.owasp.dependencycheck.data.nodeaudit Class Description Advisory The response from NPM Audit API will respond with 0 or more advisories.