| Package | Description |
|---|---|
| org.owasp.dependencycheck |
Includes the main entry point for dependency-check.
|
| org.owasp.dependencycheck.analyzer |
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
|
| org.owasp.dependencycheck.reporting |
Contains classes used to generate reports.
|
| Class and Description |
|---|
| AnalysisPhase
An enumeration defining the phases of analysis.
|
| Analyzer
An interface that defines an Analyzer that is used to identify Dependencies.
|
| FileTypeAnalyzer
An Analyzer that scans specific file types.
|
| Class and Description |
|---|
| AbstractAnalyzer
Base class for analyzers to avoid code duplication of prepare and close as
most analyzers do not need these methods.
|
| AbstractDependencyComparingAnalyzer
This analyzer ensures dependencies that should be grouped together, to remove
excess noise from the report, are grouped.
|
| AbstractFileTypeAnalyzer
The base FileTypeAnalyzer that all analyzers that have specific file types
they analyze should extend.
|
| AbstractNpmAnalyzer
An abstract NPM analyzer that contains common methods for concrete
implementations.
|
| AbstractSuppressionAnalyzer
Abstract base suppression analyzer that contains methods for parsing the
suppression XML file.
|
| AnalysisPhase
An enumeration defining the phases of analysis.
|
| Analyzer
An interface that defines an Analyzer that is used to identify Dependencies.
|
| CPEAnalyzer
CPEAnalyzer is a utility class that takes a project dependency and attempts
to discern if there is an associated CPE.
|
| CpeSuppressionAnalyzer
This is no longer used as a standalone analyzer; rather this is called by the
CPE Analyzer directly.
|
| Experimental
Annotation used to flag an analyzer as experimental.
|
| FileTypeAnalyzer
An Analyzer that scans specific file types.
|
| JarAnalyzer.ClassNameInformation
Stores information about a class name.
|
| RubyGemspecAnalyzer
Used to analyze Ruby Gem specifications and collect information that can be
used to determine the associated CPE.
|
| Class and Description |
|---|
| Analyzer
An interface that defines an Analyzer that is used to identify Dependencies.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.