@ThreadSafe public class OpenSSLAnalyzer extends AbstractFileTypeAnalyzer
| Constructor and Description |
|---|
OpenSSLAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
analyzeDependency(Dependency dependency,
Engine engine)
Analyzes python packages and adds evidence to the dependency.
|
AnalysisPhase |
getAnalysisPhase()
Tell that we are used for information collection.
|
protected String |
getAnalyzerEnabledSettingKey()
Returns the setting for the analyzer enabled setting key.
|
protected FileFilter |
getFileFilter()
Returns the set of supported file extensions.
|
String |
getName()
Returns the name of the Python Package Analyzer.
|
protected static String |
getOpenSSLVersion(long openSSLVersionConstant)
Returns the open SSL version as a string.
|
protected void |
prepareFileTypeAnalyzer(Engine engine)
No-op initializer implementation.
|
accept, getFilesMatched, newHashSet, prepareAnalyzer, setFilesMatchedanalyze, close, closeAnalyzer, getSettings, initialize, isEnabled, prepare, setEnabled, supportsParallelProcessingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanalyze, close, initialize, isEnabled, prepare, supportsParallelProcessingprotected static String getOpenSSLVersion(long openSSLVersionConstant)
openSSLVersionConstant - The open SSL versionpublic String getName()
public AnalysisPhase getAnalysisPhase()
protected FileFilter getFileFilter()
getFileFilter in class AbstractFileTypeAnalyzerprotected String getAnalyzerEnabledSettingKey()
getAnalyzerEnabledSettingKey in class AbstractAnalyzerprotected void prepareFileTypeAnalyzer(Engine engine) throws InitializationException
prepareFileTypeAnalyzer in class AbstractFileTypeAnalyzerengine - a reference to the dependency-check engineInitializationException - never thrownprotected void analyzeDependency(Dependency dependency, Engine engine) throws AnalysisException
analyzeDependency in class AbstractAnalyzerdependency - the dependency being analyzedengine - the engine being used to perform the scanAnalysisException - thrown if there is an unrecoverable error
analyzing the dependencyCopyright © 2012–2020 OWASP. All rights reserved.