| 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<AnalysisPhase> |
Engine.Mode.getPhases()
Returns the phases for this mode.
|
| Modifier and Type | Method and Description |
|---|---|
List<Analyzer> |
Engine.getAnalyzers(AnalysisPhase phase)
Get the List of the analyzers for a specific phase of analysis.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisPhase |
JarAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
NexusAnalyzer.getAnalysisPhase()
Returns the analysis phase under which the analyzer runs.
|
AnalysisPhase |
FileNameAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
NodeAuditAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
CMakeAnalyzer.getAnalysisPhase()
Tell that we are used for information collection.
|
AnalysisPhase |
ArtifactoryAnalyzer.getAnalysisPhase()
Returns the analysis phase under which the analyzer runs.
|
AnalysisPhase |
ElixirMixAuditAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
ArchiveAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
OpenSSLAnalyzer.getAnalysisPhase()
Tell that we are used for information collection.
|
AnalysisPhase |
RubyBundleAuditAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
AutoconfAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
VersionFilterAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
DependencyMergingAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
CocoaPodsAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
FalsePositiveAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
DependencyBundlingAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
CentralAnalyzer.getAnalysisPhase()
Returns the analysis phase under which the analyzer runs.
|
AnalysisPhase |
ComposerLockAnalyzer.getAnalysisPhase()
Returns the phase this analyzer should run under.
|
AnalysisPhase |
NuspecAnalyzer.getAnalysisPhase()
Returns the analysis phase under which the analyzer runs.
|
AnalysisPhase |
MSBuildProjectAnalyzer.getAnalysisPhase() |
AnalysisPhase |
PythonDistributionAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
OssIndexAnalyzer.getAnalysisPhase() |
AnalysisPhase |
PipAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
SwiftPackageManagerAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
NvdCveAnalyzer.getAnalysisPhase()
Returns the analysis phase that this analyzer should run in.
|
AnalysisPhase |
CPEAnalyzer.getAnalysisPhase()
Returns the analysis phase that this analyzer should run in.
|
AnalysisPhase |
NugetconfAnalyzer.getAnalysisPhase()
Returns the analysis phase under which the analyzer runs.
|
AnalysisPhase |
NpmCPEAnalyzer.getAnalysisPhase()
Returns the analysis phase that this analyzer should run in.
|
AnalysisPhase |
HintAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
PEAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
GolangDepAnalyzer.getAnalysisPhase()
Tell that we are used for information collection.
|
AnalysisPhase |
NodePackageAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
GolangModAnalyzer.getAnalysisPhase()
Tell that we are used for information collection.
|
AnalysisPhase |
VulnerabilitySuppressionAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
RetireJsAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
AssemblyAnalyzer.getAnalysisPhase()
Returns the phase this analyzer runs under.
|
AnalysisPhase |
Analyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
RubyGemspecAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
AnalysisPhase |
PythonPackageAnalyzer.getAnalysisPhase()
Tell that we are used for information collection.
|
AnalysisPhase |
CpeSuppressionAnalyzer.getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
static AnalysisPhase |
AnalysisPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisPhase[] |
AnalysisPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Analyzer> |
AnalyzerService.getAnalyzers(AnalysisPhase... phases)
Returns a list of all instances of the Analyzer interface that are bound
to one of the given phases.
|
| Modifier and Type | Method and Description |
|---|---|
List<Analyzer> |
AnalyzerService.getAnalyzers(List<AnalysisPhase> phases)
Returns a list of all instances of the Analyzer interface that are bound
to one of the given phases.
|
Copyright © 2012–2020 OWASP. All rights reserved.