Uses of Class
org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer
-
Packages that use AbstractNpmAnalyzer Package Description org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies. -
-
Uses of AbstractNpmAnalyzer in org.owasp.dependencycheck.analyzer
Subclasses of AbstractNpmAnalyzer in org.owasp.dependencycheck.analyzer Modifier and Type Class Description classNodeAuditAnalyzerUsed to analyze Node Package Manager (npm) package-lock.json and npm-shrinkwrap.json files via NPM Audit API.classNodePackageAnalyzerUsed to analyze Node Package Manager (npm) package.json files, and collect information that can be used to determine the associated CPE.classPnpmAuditAnalyzerclassYarnAuditAnalyzer
-