Package 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.
These are used to abstract Node Audit searching away from OWASP Dependency Check so they can be reused elsewhere.
-
Class Summary 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.NpmAuditParser Parser for NPM Audit API response.NpmPayloadBuilder Class used to create the payload to submit to the NPM Audit API service.