Uses of Package
org.owasp.dependencycheck.analyzer
Packages that use org.owasp.dependencycheck.analyzer
Package
Description
Includes the main entry point for dependency-check.
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
-
Classes in org.owasp.dependencycheck.analyzer used by org.owasp.dependencycheckClassDescriptionAn enumeration defining the phases of analysis.An interface that defines an Analyzer that is used to identify Dependencies.An Analyzer that scans specific file types.
-
Classes in org.owasp.dependencycheck.analyzer used by org.owasp.dependencycheck.analyzerClassDescriptionBase class for analyzers to avoid code duplication of prepare and close as most analyzers do not need these methods.This analyzer ensures dependencies that should be grouped together, to remove excess noise from the report, are grouped.The base FileTypeAnalyzer that all analyzers that have specific file types they analyze should extend.An abstract NPM analyzer that contains common methods for concrete implementations.Abstract base suppression analyzer that contains methods for parsing the suppression XML file.An enumeration defining the phases of analysis.An interface that defines an Analyzer that is used to identify Dependencies.CPEAnalyzer is a utility class that takes a project dependency and attempts to discern if there is an associated CPE.This is no longer used as a standalone analyzer; rather this is called by the CPE Analyzer directly.Annotation used to flag an analyzer as experimental.An Analyzer that scans specific file types.Stores information about a class name.Used to analyze Ruby Gem specifications and collect information that can be used to determine the associated CPE.