Uses of Class
org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Packages that use CPEAnalyzer Package Description org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies. -
-
Uses of CPEAnalyzer in org.owasp.dependencycheck.analyzer
Subclasses of CPEAnalyzer in org.owasp.dependencycheck.analyzer Modifier and Type Class Description class
NpmCPEAnalyzer
NpmCPEAnalyzer takes a project dependency and attempts to discern if there is an associated CPE.
-