Uses of Enum
org.owasp.dependencycheck.analyzer.AnalysisPhase
Packages that use AnalysisPhase
Package
Description
Includes the main entry point for dependency-check.
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
-
Uses of AnalysisPhase in org.owasp.dependencycheck
Methods in org.owasp.dependencycheck that return types with arguments of type AnalysisPhaseMethods in org.owasp.dependencycheck with parameters of type AnalysisPhaseModifier and TypeMethodDescriptionEngine.getAnalyzers(AnalysisPhase phase) Get the List of the analyzers for a specific phase of analysis. -
Uses of AnalysisPhase in org.owasp.dependencycheck.analyzer
Subclasses with type arguments of type AnalysisPhase in org.owasp.dependencycheck.analyzerModifier and TypeClassDescriptionenumAn enumeration defining the phases of analysis.Methods in org.owasp.dependencycheck.analyzer that return AnalysisPhaseModifier and TypeMethodDescriptionAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.ArchiveAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.ArtifactoryAnalyzer.getAnalysisPhase()Returns the analysis phase under which the analyzer runs.AssemblyAnalyzer.getAnalysisPhase()Returns the phase this analyzer runs under.AutoconfAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.CarthageAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.CentralAnalyzer.getAnalysisPhase()Returns the analysis phase under which the analyzer runs.CMakeAnalyzer.getAnalysisPhase()Tell that we are used for information collection.CocoaPodsAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.ComposerLockAnalyzer.getAnalysisPhase()Returns the phase this analyzer should run under.CPEAnalyzer.getAnalysisPhase()Returns the analysis phase that this analyzer should run in.CpeSuppressionAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.DartAnalyzer.getAnalysisPhase()DependencyBundlingAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.DependencyMergingAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.ElixirMixAuditAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.FalsePositiveAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.FileNameAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.GolangDepAnalyzer.getAnalysisPhase()Tell that we are used for information collection.GolangModAnalyzer.getAnalysisPhase()Tell that we are used for information collection.HintAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.JarAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.KnownExploitedVulnerabilityAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.LibmanAnalyzer.getAnalysisPhase()Returns the analysis phase under which the analyzer runs.MSBuildProjectAnalyzer.getAnalysisPhase()NexusAnalyzer.getAnalysisPhase()Returns the analysis phase under which the analyzer runs.NodeAuditAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.NodePackageAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.NpmCPEAnalyzer.getAnalysisPhase()Returns the analysis phase that this analyzer should run in.NugetconfAnalyzer.getAnalysisPhase()Returns the analysis phase under which the analyzer runs.NuspecAnalyzer.getAnalysisPhase()Returns the analysis phase under which the analyzer runs.NvdCveAnalyzer.getAnalysisPhase()Returns the analysis phase that this analyzer should run in.OpenSSLAnalyzer.getAnalysisPhase()Tell that we are used for information collection.OssIndexAnalyzer.getAnalysisPhase()PEAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.PerlCpanfileAnalyzer.getAnalysisPhase()PinnedMavenInstallAnalyzer.getAnalysisPhase()PipAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.PipfileAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.PipfilelockAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.PnpmAuditAnalyzer.getAnalysisPhase()PoetryAnalyzer.getAnalysisPhase()Tell that we are used for information collection.PythonDistributionAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.PythonPackageAnalyzer.getAnalysisPhase()Tell that we are used for information collection.RetireJsAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.RubyBundleAuditAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.RubyGemspecAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.SwiftPackageManagerAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.SwiftPackageResolvedAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.UnusedSuppressionRuleAnalyzer.getAnalysisPhase()VersionFilterAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.VulnerabilitySuppressionAnalyzer.getAnalysisPhase()Returns the phase that the analyzer is intended to run in.YarnAuditAnalyzer.getAnalysisPhase()static AnalysisPhaseReturns 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.Methods in org.owasp.dependencycheck.analyzer with parameters of type AnalysisPhaseModifier and TypeMethodDescriptionAnalyzerService.getAnalyzers(AnalysisPhase... phases) Returns a list of all instances of the Analyzer interface that are bound to one of the given phases.Method parameters in org.owasp.dependencycheck.analyzer with type arguments of type AnalysisPhaseModifier and TypeMethodDescriptionAnalyzerService.getAnalyzers(List<AnalysisPhase> phases) Returns a list of all instances of the Analyzer interface that are bound to one of the given phases.