A B C D E F G H I J L M N O P R S T U V

A

AbstractAnalyzer - Class in org.owasp.dependencycheck.analyzer
 
AbstractAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
 
AbstractTokenizingFilter - Class in org.owasp.dependencycheck.data.lucene
An abstract tokenizing filter that can be used as the base for a tokenizing filter.
AbstractTokenizingFilter(TokenStream) - Constructor for class org.owasp.dependencycheck.data.lucene.AbstractTokenizingFilter
Constructs a new AbstractTokenizingFilter.
Activation - Class in org.owasp.dependencycheck.jaxb.pom.generated
The conditions within the build runtime environment which will trigger the automatic inclusion of the build profile.
Activation() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Activation
 
activation - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
ActivationFile - Class in org.owasp.dependencycheck.jaxb.pom.generated
This is the file specification used to activate the profile.
ActivationFile() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ActivationFile
 
ActivationOS - Class in org.owasp.dependencycheck.jaxb.pom.generated
This is an activator which will detect an operating system's attributes in order to activate its profile.
ActivationOS() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
 
ActivationProperty - Class in org.owasp.dependencycheck.jaxb.pom.generated
This is the property specification used to activate a profile.
ActivationProperty() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ActivationProperty
 
activeByDefault - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
 
addAnalysisException(Exception) - Method in class org.owasp.dependencycheck.dependency.Dependency
Adds an exception to the analysis exceptions collection.
addEvidence(Evidence) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Adds evidence to the collection.
addEvidence(String, String, String, Evidence.Confidence) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Creates an Evidence object from the parameters and adds the resulting object to the collection.
addIdentifier(String, String, String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Adds an entry to the list of detected Identifiers for the dependency file.
addIdentifier(Identifier) - Method in class org.owasp.dependencycheck.dependency.Dependency
Adds an entry to the list of detected Identifiers for the dependency file.
addReference(Reference) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Adds a reference to the references collection.
addReference(String, String, String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Adds a reference.
addRelatedDependency(Dependency) - Method in class org.owasp.dependencycheck.dependency.Dependency
Adds a related dependency.
address - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
 
addTerm() - Method in class org.owasp.dependencycheck.data.lucene.AbstractTokenizingFilter
Adds a term, if one exists, from the tokens collection.
addVulnerability(Vulnerability) - Method in class org.owasp.dependencycheck.dependency.Dependency
Adds a vulnerability to the dependency.
addVulnerableSoftware(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Adds an entry for vulnerable software.
addVulnerableSoftware(String, String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Adds an entry for vulnerable software.
addWeighting(String) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Adds term to the weighting collection.
AlphaNumericTokenizer - Class in org.owasp.dependencycheck.data.lucene
Tokenizes the input breaking it into tokens when non-alpha/numeric characters are found.
AlphaNumericTokenizer(Version, Reader) - Constructor for class org.owasp.dependencycheck.data.lucene.AlphaNumericTokenizer
Constructs a new AlphaNumericTokenizer.
AlphaNumericTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.owasp.dependencycheck.data.lucene.AlphaNumericTokenizer
Constructs a new AlphaNumericTokenizer.
AnalysisException - Exception in org.owasp.dependencycheck.analyzer
An exception thrown when the analysis of a dependency fails.
AnalysisException() - Constructor for exception org.owasp.dependencycheck.analyzer.AnalysisException
Creates a new AnalysisException.
AnalysisException(String) - Constructor for exception org.owasp.dependencycheck.analyzer.AnalysisException
Creates a new AnalysisException.
AnalysisException(Throwable) - Constructor for exception org.owasp.dependencycheck.analyzer.AnalysisException
Creates a new AnalysisException.
AnalysisException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.analyzer.AnalysisException
Creates a new DownloadFailedException.
AnalysisPhase - Enum in org.owasp.dependencycheck.analyzer
An enumeration defining the phases of analysis.
analyze(Dependency, Engine) - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
Analyzes the given dependency.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
Analyzes a given dependency.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Analyzes a dependency and attempts to determine if there are any CPE identifiers for this dependency.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
Analyzes a set of dependencies.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
Analyzes the dependencies and removes bad/incorrect CPE associations based on various heuristics.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
Collects information about the file name.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
The HintAnalyzer uses knowledge about a dependency to add additional information to help in identification of identifiers or vulnerabilities.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
Loads a specified JAR file and collects information from the manifest and checksums to identify the correct CPE information.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer
Loads a specified JAR file and collects information from the manifest and checksums to identify the correct CPE information.
analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Analyzes a dependency and attempts to determine if there are any CPE identifiers for this dependency.
analyzeDependencies() - Method in class org.owasp.dependencycheck.Engine
Runs the analyzers against all of the dependencies.
analyzePackageNames(ArrayList<JarAnalyzer.ClassNameInformation>, Dependency, boolean) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
Analyzes the path information of the classes contained within the JarAnalyzer to try and determine possible vendor or product names.
analyzePOM(Dependency, ArrayList<JarAnalyzer.ClassNameInformation>) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
Attempts to find a pom.xml within the JAR file.
Analyzer - Interface in org.owasp.dependencycheck.analyzer
An interface that defines an Analyzer that is used to identify Dependencies.
AnalyzerService - Class in org.owasp.dependencycheck.analyzer
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor.Properties
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer.Properties
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Properties
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Reports
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier.Configuration
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Configuration
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Goals
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution.Configuration
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Properties
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Reports
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin.Configuration
 
any - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet.Configuration
 
appendEscapedLuceneQuery(StringBuilder, CharSequence) - Static method in class org.owasp.dependencycheck.data.lucene.LuceneUtils
Appends the text to the supplied StringBuilder escaping Lucene control characters in the process.
arch - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
 
archive - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
 
ArchiveAnalyzer - Class in org.owasp.dependencycheck.analyzer
An analyzer that works on archive files: ZIP - if it is determined to be a JAR, WAR or EAR a copy is made and the copy is given the correct extension so that it will be correctly analyzed. WAR - the WAR contents are extracted and added as dependencies to the scan.
ArchiveAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
 
artifactId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
artifactId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Exclusion
 
artifactId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
 
artifactId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
artifactId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
 
artifactId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
artifactId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
 
artifactId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
 
AUTO_UPDATE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key indicating whether or not the cached data sources should be updated.

B

BaseIndex - Class in org.owasp.dependencycheck.data.cpe
The Base Index class used to access the CPE Index.
BaseIndex() - Constructor for class org.owasp.dependencycheck.data.cpe.BaseIndex
 
BATCH - Static variable in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Batch key word, used as key to store information about batch mode.
BATCH_UPDATE_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The location of the batch update URL.
Build - Class in org.owasp.dependencycheck.jaxb.pom.generated
3.0.0+
Build() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
build - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
build - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
Build.Extensions - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Build.Extensions() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Build.Extensions
 
Build.Filters - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Build.Filters() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Build.Filters
 
Build.Plugins - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Build.Plugins() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Build.Plugins
 
Build.Resources - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Build.Resources() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Build.Resources
 
Build.TestResources - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Build.TestResources() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Build.TestResources
 
BuildBase - Class in org.owasp.dependencycheck.jaxb.pom.generated
3.0.0+
BuildBase() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 
BuildBase.Filters - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
BuildBase.Filters() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Filters
 
BuildBase.Plugins - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
BuildBase.Plugins() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Plugins
 
BuildBase.Resources - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
BuildBase.Resources() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Resources
 
BuildBase.TestResources - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
BuildBase.TestResources() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.TestResources
 
buildSearch(String, String, Set<String>, Set<String>) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Builds a Lucene search string by properly escaping data and constructing a valid search query.

C

CachedWebDataSource - Interface in org.owasp.dependencycheck.data
Defines an Index who's data is retrieved from the Internet.
characters(char[], int, int) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
 
Checksum - Class in org.owasp.dependencycheck.utils
Includes methods to generate the MD5 and SHA1 checksum.
Checksum() - Constructor for class org.owasp.dependencycheck.utils.Checksum
 
checksumPolicy - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
 
CiManagement - Class in org.owasp.dependencycheck.jaxb.pom.generated
4.0.0
CiManagement() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
 
ciManagement - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
CiManagement.Notifiers - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
CiManagement.Notifiers() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement.Notifiers
 
classifier - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
CLEANUP_ORPHANS - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to cleanup orphan entries.
cleanupDatabase() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
It is possible that orphaned rows may be generated during database updates.
clear() - Method in class org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer
Resets the analyzer and clears any internal state data that may have been left-over from previous uses of the analyzer.
clear() - Method in class org.owasp.dependencycheck.data.lucene.TokenPairConcatenatingFilter
Resets the Filter and clears any internal state data that may have been left-over from previous uses of the Filter.
close() - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
The close method does nothing for this Analyzer.
close() - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
The close method is called after all of the dependencies have been analyzed.
close() - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
The close method does nothing for this Analyzer.
close() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Closes the data source.
close() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
The close method does nothing for this Analyzer.
close() - Method in class org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer
The close method does nothing for this Analyzer.
close() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Closes the data source.
close() - Method in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Releases any locks and closes the underlying channel.
close() - Method in class org.owasp.dependencycheck.data.cpe.BaseIndex
Closes the CPE Index.
close() - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexReader
Closes the CPE Index.
close() - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexWriter
Closes the CPE Index.
close() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Closes the DB4O database.
close() - Method in class org.owasp.dependencycheck.utils.NonClosingStream
Prevents closing of the stream.
comments - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.License
 
commit() - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexWriter
Commits any pending changes.
commit() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Commits all completed transactions.
compare(Vulnerability, Vulnerability) - Method in class org.owasp.dependencycheck.dependency.VulnerabilityComparator
Implements the comparison of vulnerabilities.
compareTo(Dependency) - Method in class org.owasp.dependencycheck.dependency.Dependency
Implementation of the Comparable interface.
compareTo(Evidence) - Method in class org.owasp.dependencycheck.dependency.Evidence
Implementation of the comparable interface.
compareTo(Identifier) - Method in class org.owasp.dependencycheck.dependency.Identifier
Implementation of the comparator interface.
compareTo(Reference) - Method in class org.owasp.dependencycheck.dependency.Reference
Implementation of the comparable interface.
compareTo(Vulnerability) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Compares two vulnerabilities.
compareTo(VulnerableSoftware) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Implementation of the comparable interface.
compareTo(DependencyVersion) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
 
configuration - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
 
configuration - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
configuration - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
 
configuration - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
 
configuration - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
 
connection - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
 
CONNECTION_TIMEOUT - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the connection timeout.
contains(Evidence.Confidence) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Returns whether or not the collection contains evidence of a specified Confidence.
containsUrl(String) - Static method in class org.owasp.dependencycheck.utils.UrlStringUtils
Tests if the text provided contains a URL.
containsUsedString(String) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Used to determine if a given string was used (aka read).
containsUsedVersion(DependencyVersion) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Used to determine if a given version was used (aka read) from the EvidenceCollection.
Contributor - Class in org.owasp.dependencycheck.jaxb.pom.generated
Description of a person who has contributed to the project, but who does not have commit privileges.
Contributor() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
contributor - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Contributors
 
Contributor.Properties - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Contributor.Properties() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Contributor.Properties
 
Contributor.Roles - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Contributor.Roles() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Contributor.Roles
 
contributors - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
CORE_FILES - Static variable in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
Regex to identify core java library files.
CORE_JAVA - Static variable in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
Regex to identify core java libraries and a few other commonly misidentified ones.
CPE_DATA_DIRECTORY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the path where the CPE Lucene Index will be stored.
CPEAnalyzer - Class in org.owasp.dependencycheck.analyzer
CPEAnalyzer is a utility class that takes a project dependency and attempts to discern if there is an associated CPE.
CPEAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.CPEAnalyzer
 
CpeIndexReader - Class in org.owasp.dependencycheck.data.cpe
 
CpeIndexReader() - Constructor for class org.owasp.dependencycheck.data.cpe.CpeIndexReader
 
CpeIndexWriter - Class in org.owasp.dependencycheck.data.cpe
 
CpeIndexWriter() - Constructor for class org.owasp.dependencycheck.data.cpe.CpeIndexWriter
 
createActivation() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Activation
createActivationFile() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ActivationFile
createActivationOS() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ActivationOS
createActivationProperty() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ActivationProperty
createBuild() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Build
createBuildBase() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of BuildBase
createBuildBaseFilters() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of BuildBase.Filters
createBuildBasePlugins() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of BuildBase.Plugins
createBuildBaseResources() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of BuildBase.Resources
createBuildBaseTestResources() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of BuildBase.TestResources
createBuildExtensions() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Build.Extensions
createBuildFilters() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Build.Filters
createBuildPlugins() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Build.Plugins
createBuildResources() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Build.Resources
createBuildTestResources() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Build.TestResources
createCiManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of CiManagement
createCiManagementNotifiers() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of CiManagement.Notifiers
createComponents(String, Reader) - Method in class org.owasp.dependencycheck.data.lucene.FieldAnalyzer
Creates the TokenStreamComponents
createComponents(String, Reader) - Method in class org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer
Creates a the TokenStreamComponents used to analyze the stream.
createComponents(String, Reader) - Method in class org.owasp.dependencycheck.data.lucene.SearchVersionAnalyzer
Deprecated. Creates the TokenStreamComponents
createComponents(String, Reader) - Method in class org.owasp.dependencycheck.data.lucene.VersionAnalyzer
Deprecated. Creates the TokenStreamComponents
createContributor() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Contributor
createContributorProperties() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Contributor.Properties
createContributorRoles() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Contributor.Roles
createDependency() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Dependency
createDependencyExclusions() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Dependency.Exclusions
createDependencyManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of DependencyManagement
createDependencyManagementDependencies() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of DependencyManagement.Dependencies
createDeploymentRepository() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of DeploymentRepository
createDeveloper() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Developer
createDeveloperProperties() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Developer.Properties
createDeveloperRoles() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Developer.Roles
createDistributionManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of DistributionManagement
createExclusion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Exclusion
createExtension() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Extension
createIssueManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of IssueManagement
createLicense() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of License
createMailingList() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of MailingList
createMailingListOtherArchives() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of MailingList.OtherArchives
createModel() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model
createModelContributors() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Contributors
createModelDependencies() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Dependencies
createModelDevelopers() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Developers
createModelLicenses() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Licenses
createModelMailingLists() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.MailingLists
createModelModules() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Modules
createModelPluginRepositories() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.PluginRepositories
createModelProfiles() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Profiles
createModelProperties() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Properties
createModelReports() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Reports
createModelRepositories() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Model.Repositories
createNotifier() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Notifier
createNotifierConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Notifier.Configuration
createOrganization() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Organization
createParent() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Parent
createPlugin() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Plugin
createPluginConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Plugin.Configuration
createPluginDependencies() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Plugin.Dependencies
createPluginExecution() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of PluginExecution
createPluginExecutionConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of PluginExecution.Configuration
createPluginExecutionGoals() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of PluginExecution.Goals
createPluginExecutions() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Plugin.Executions
createPluginGoals() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Plugin.Goals
createPluginManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of PluginManagement
createPluginManagementPlugins() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of PluginManagement.Plugins
createPrerequisites() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Prerequisites
createProfile() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Profile
createProfileDependencies() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Profile.Dependencies
createProfileModules() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Profile.Modules
createProfilePluginRepositories() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Profile.PluginRepositories
createProfileProperties() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Profile.Properties
createProfileReports() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Profile.Reports
createProfileRepositories() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Profile.Repositories
createProject(Model) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of JAXBElement<Model>}
createRelocation() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Relocation
createReporting() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Reporting
createReportingPlugins() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Reporting.Plugins
createReportPlugin() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ReportPlugin
createReportPluginConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ReportPlugin.Configuration
createReportPluginReportSets() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ReportPlugin.ReportSets
createReportSet() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ReportSet
createReportSetConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ReportSet.Configuration
createReportSetReports() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of ReportSet.Reports
createRepository() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Repository
createRepositoryPolicy() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of RepositoryPolicy
createResource() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Resource
createResourceExcludes() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Resource.Excludes
createResourceIncludes() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Resource.Includes
createScm() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Scm
createSite() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create an instance of Site
createTables() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Creates the database structure (tables and indexes) to store the CVE data
CVE_DATA_DIRECTORY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the path where the CVE H2 database will be stored.
CVE_META_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the "meta" data from about the CVE entries.
CVE_MODIFIED_12_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days) using the 1.2 schema.
CVE_MODIFIED_20_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days) using the 2.0 schema.
CVE_MODIFIED_VALID_FOR_DAYS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days).
CVE_SCHEMA_1_2 - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the CVE schema version 1.2.
CVE_SCHEMA_2_0 - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the CVE schema version 2.0.
CVE_START_YEAR - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the telling us how many cvr.url.* URLs exists.
CveDB - Class in org.owasp.dependencycheck.data.nvdcve
The database holding information about the NVD CVE data.
CveDB() - Constructor for class org.owasp.dependencycheck.data.nvdcve.CveDB
 
CVSS_ACCESS_COMPLEXITY - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
CVSS_ACCESS_VECTOR - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
CVSS_AUTHENTICATION - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
CVSS_AVAILABILITY_IMPACT - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
CVSS_CONFIDENTIALITY_IMPACT - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
CVSS_INTEGRITY_IMPACT - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
CVSS_SCORE - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
CweDB - Class in org.owasp.dependencycheck.data.cwe
 
CweHandler - Class in org.owasp.dependencycheck.data.cwe
A SAX Handler that will parse the CWE XML.
CweHandler() - Constructor for class org.owasp.dependencycheck.data.cwe.CweHandler
 

D

DATA_DIRECTORY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The base path to use for the data directory.
DatabaseException - Exception in org.owasp.dependencycheck.data.nvdcve
An exception thrown if an operation against the database fails.
DatabaseException(String) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.DatabaseException
Creates an DatabaseException.
DatabaseException(String, Exception) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.DatabaseException
Creates an DatabaseException.
DatabaseUpdater - Class in org.owasp.dependencycheck.data.update
Class responsible for updating the CPE and NVDCVE data stores.
DatabaseUpdater() - Constructor for class org.owasp.dependencycheck.data.update.DatabaseUpdater
 
DataStoreMetaInfo - Class in org.owasp.dependencycheck.data.update
 
DataStoreMetaInfo() - Constructor for class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Constructs a new data properties object.
DB_CONNECTION_STRING - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The database connection string.
DB_DRIVER - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The database driver class name.
DB_SCHEMA_VERSION - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
The version of the current DB Schema.
DB_STRUCTURE_RESOURCE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
Resource location for SQL file used to create the database schema.
defaultGoal - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
defaultGoal - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 
delete(File) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Deletes a file.
delete(File, boolean) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Deletes a file.
DELETE_REFERENCE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to delete references by vulnerability ID.
DELETE_SOFTWARE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to delete software by vulnerability ID.
DELETE_VULNERABILITY - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to delete a vulnerability by CVE.
deleteExistingData() - Method in class org.owasp.dependencycheck.data.update.DatabaseUpdater
Deletes the existing data directories.
dependencies - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DependencyManagement
 
dependencies - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
dependencies - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
dependencies - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
Dependency - Class in org.owasp.dependencycheck.dependency
A program dependency.
Dependency() - Constructor for class org.owasp.dependencycheck.dependency.Dependency
Constructs a new Dependency object.
Dependency(File) - Constructor for class org.owasp.dependencycheck.dependency.Dependency
Constructs a new Dependency object.
Dependency - Class in org.owasp.dependencycheck.jaxb.pom.generated
3.0.0+
Dependency() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
dependency - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DependencyManagement.Dependencies
 
dependency - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Dependencies
 
dependency - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Dependencies
 
dependency - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Dependencies
 
Dependency.Exclusions - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Dependency.Exclusions() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Dependency.Exclusions
 
DependencyBundlingAnalyzer - Class in org.owasp.dependencycheck.analyzer
This analyzer ensures dependencies that should be grouped together, to remove excess noise from the report, are grouped.
DependencyBundlingAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
 
DependencyManagement - Class in org.owasp.dependencycheck.jaxb.pom.generated
Section for management of default dependency information for use in a group of POMs.
DependencyManagement() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.DependencyManagement
 
dependencyManagement - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
dependencyManagement - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
DependencyManagement.Dependencies - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
DependencyManagement.Dependencies() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.DependencyManagement.Dependencies
 
DependencySimilarity - Class in org.owasp.dependencycheck.data.lucene
 
DependencySimilarity() - Constructor for class org.owasp.dependencycheck.data.lucene.DependencySimilarity
 
DependencyVersion - Class in org.owasp.dependencycheck.utils
Simple object to track the parts of a version number.
DependencyVersion() - Constructor for class org.owasp.dependencycheck.utils.DependencyVersion
Constructor for a empty DependencyVersion.
DependencyVersion(String) - Constructor for class org.owasp.dependencycheck.utils.DependencyVersion
Constructor for a DependencyVersion that will parse a version string.
DependencyVersionUtil - Class in org.owasp.dependencycheck.utils
A utility class to extract version numbers from file names (or other strings containing version numbers.
DeploymentRepository - Class in org.owasp.dependencycheck.jaxb.pom.generated
Repository contains the information needed for deploying to the remote repository.
DeploymentRepository() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
 
description - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
determineCPE(Dependency) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Searches the data store of CPE entries, trying to identify the CPE for the given dependency based on the evidence contained within.
Developer - Class in org.owasp.dependencycheck.jaxb.pom.generated
Information about one of the committers on this project.
Developer() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
developer - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Developers
 
Developer.Properties - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Developer.Properties() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Developer.Properties
 
Developer.Roles - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Developer.Roles() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Developer.Roles
 
developerConnection - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
 
developers - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
directory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
directory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 
directory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
 
DirectoryLockException - Exception in org.owasp.dependencycheck.concurrency
If thrown, indicates that a problem occurred when locking a directory.
DirectoryLockException() - Constructor for exception org.owasp.dependencycheck.concurrency.DirectoryLockException
Constructs a new Directory Lock Exception.
DirectoryLockException(String) - Constructor for exception org.owasp.dependencycheck.concurrency.DirectoryLockException
Constructs a new Directory Lock Exception.
DirectoryLockException(Throwable) - Constructor for exception org.owasp.dependencycheck.concurrency.DirectoryLockException
Constructs a new Directory Lock Exception.
DirectoryLockException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.concurrency.DirectoryLockException
Constructs a new Directory Lock Exception.
DirectorySpinLock - Class in org.owasp.dependencycheck.concurrency
Implements a spin lock on a given directory.
DirectorySpinLock(File) - Constructor for class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Constructs a new spin lock on the given directory.
distribution - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.License
 
DistributionManagement - Class in org.owasp.dependencycheck.jaxb.pom.generated
This elements describes all that pertains to distribution for a project.
DistributionManagement() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
 
distributionManagement - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
distributionManagement - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
DOCUMENT_KEY - Static variable in class org.owasp.dependencycheck.data.cpe.Fields
The key for the name document id.
Downloader - Class in org.owasp.dependencycheck.utils
A utility to download files from the Internet.
DownloadFailedException - Exception in org.owasp.dependencycheck.utils
An exception used when a download fails.
DownloadFailedException() - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
Creates a new DownloadFailedException.
DownloadFailedException(String) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
Creates a new DownloadFailedException.
DownloadFailedException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
Creates a new DownloadFailedException.
DownloadFailedException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
Creates a new DownloadFailedException.
downloadUrl - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
 

E

email - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
email - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
enabled - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
 
endElement(String, String, String) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler
 
endElement(String, String, String) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
 
endElement(String, String, String) - Method in class org.owasp.dependencycheck.jaxb.pom.MavenNamespaceFilter
Indicatees the start of the document.
Engine - Class in org.owasp.dependencycheck
Scans files, directories, etc.
Engine() - Constructor for class org.owasp.dependencycheck.Engine
Creates a new Engine.
Engine(boolean) - Constructor for class org.owasp.dependencycheck.Engine
Deprecated. This function should no longer be used; the autoupdate flag should be set using: Settings.setBoolean(Settings.KEYS.AUTO_UPDATE, value);
ENTRY - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
A node type in the NVD CVE Schema 1.2.
ENTRY - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
equals(Object) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
 
equals(Object) - Method in class org.owasp.dependencycheck.dependency.Dependency
Implementation of the equals method.
equals(Object) - Method in class org.owasp.dependencycheck.dependency.Evidence
Implements equals for Evidence.
equals(Object) - Method in class org.owasp.dependencycheck.dependency.Identifier
 
equals(Object) - Method in class org.owasp.dependencycheck.dependency.Reference
 
equals(Object) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
 
equals(Object) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Standard equals implementation to compare this VulnerableSoftware to another object.
equals(Object) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
Compares the equality of this object to the one passed in as a parameter.
escapeLuceneQuery(CharSequence) - Static method in class org.owasp.dependencycheck.data.lucene.LuceneUtils
Escapes the text passed in so that it is treated as data instead of control characters.
Evidence - Class in org.owasp.dependencycheck.dependency
Evidence is a piece of information about a Dependency.
Evidence() - Constructor for class org.owasp.dependencycheck.dependency.Evidence
Creates a new Evidence object.
Evidence(String, String, String, Evidence.Confidence) - Constructor for class org.owasp.dependencycheck.dependency.Evidence
Creates a new Evidence objects.
Evidence.Confidence - Enum in org.owasp.dependencycheck.dependency
The confidence that the evidence is "high" quality.
EvidenceCollection - Class in org.owasp.dependencycheck.dependency
Used to maintain a collection of Evidence.
EvidenceCollection() - Constructor for class org.owasp.dependencycheck.dependency.EvidenceCollection
Creates a new EvidenceCollection.
exclude - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Resource.Excludes
 
excludeDefaults - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
 
excludes - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
 
exclusion - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency.Exclusions
 
Exclusion - Class in org.owasp.dependencycheck.jaxb.pom.generated
4.0.0
Exclusion() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Exclusion
 
exclusions - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
execution - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Executions
 
executions - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
exists - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationFile
 
extension - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build.Extensions
 
Extension - Class in org.owasp.dependencycheck.jaxb.pom.generated
Describes a build extension to utilise.
Extension() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Extension
 
extensions - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
extensions - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
extractFiles(File, File) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Extracts the contents of an archive into the specified directory.
extractFiles(File, File, Engine) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Extracts the contents of an archive into the specified directory.
extractImportantUrlData(String) - Static method in class org.owasp.dependencycheck.utils.UrlStringUtils
Takes a URL, in String format, and adds the important parts of the URL to a list of strings.
ExtractionException - Exception in org.owasp.dependencycheck.utils
An exception used when a file is unable to be un-zipped.
ExtractionException() - Constructor for exception org.owasp.dependencycheck.utils.ExtractionException
Creates a new ExtractionException.
ExtractionException(String) - Constructor for exception org.owasp.dependencycheck.utils.ExtractionException
Creates a new ExtractionException.
ExtractionException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.ExtractionException
Creates a new ExtractionException.
ExtractionException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.ExtractionException
Creates a new ExtractionException.

F

FalsePositiveAnalyzer - Class in org.owasp.dependencycheck.analyzer
This analyzer attempts to remove some well known false positives - specifically regarding the java runtime.
FalsePositiveAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
 
family - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
 
fetchFile(URL, File) - Static method in class org.owasp.dependencycheck.utils.Downloader
Retrieves a file from a given URL and saves it to the outputPath.
FieldAnalyzer - Class in org.owasp.dependencycheck.data.lucene
A Lucene Analyzer that utilizes the WhitespaceTokenizer, WordDelimiterFilter, LowerCaseFilter, and StopFilter.
FieldAnalyzer(Version) - Constructor for class org.owasp.dependencycheck.data.lucene.FieldAnalyzer
Creates a new FieldAnalyzer.
Fields - Class in org.owasp.dependencycheck.data.cpe
Fields is a collection of field names used within the Lucene index for CPE entries.
Fields() - Constructor for class org.owasp.dependencycheck.data.cpe.Fields
 
file - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
 
FileNameAnalyzer - Class in org.owasp.dependencycheck.analyzer
Takes a dependency and analyzes the filename and determines the hashes.
FileNameAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
 
FileUtils - Class in org.owasp.dependencycheck.utils
A collection of utilities for processing information about files.
filter - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build.Filters
 
filter - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Filters
 
Filter<T> - Class in org.owasp.dependencycheck.utils
 
Filter() - Constructor for class org.owasp.dependencycheck.utils.Filter
 
filter(Iterator<T>) - Method in class org.owasp.dependencycheck.utils.Filter
 
filter(Iterable<T>) - Method in class org.owasp.dependencycheck.utils.Filter
 
filtering - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
 
filters - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
filters - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 
finalize() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Ensures that the Lucene index is closed.
finalize() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Ensures that the CVE Database is closed.
finalize() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Cleans up the object and ensures that "close" has been called.
finalName - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
finalName - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 

G

generateReport(String, String) - Method in class org.owasp.dependencycheck.reporting.ReportGenerator
Generates a report from a given Velocity Template.
generateReports(String, ReportGenerator.Format) - Method in class org.owasp.dependencycheck.reporting.ReportGenerator
Generates the Dependency Reports for the identified dependencies.
generateReports(String, String) - Method in class org.owasp.dependencycheck.reporting.ReportGenerator
Generates the Dependency Reports for the identified dependencies.
getActivation() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the activation property.
getActualFilePath() - Method in class org.owasp.dependencycheck.dependency.Dependency
Gets the file path of the dependency.
getAddress() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Gets the value of the address property.
getAnalysisExceptions() - Method in class org.owasp.dependencycheck.dependency.Dependency
Get the value of analysisExceptions.
getAnalysisPhase() - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
Returns the phase that the analyzer is intended to run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
Returns the phase that the analyzer is intended to run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Returns the analysis phase that this analyzer should run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
Returns the phase that the analyzer is intended to run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
Returns the phase that the analyzer is intended to run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
Returns the phase that the analyzer is intended to run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
Returns the phase that the analyzer is intended to run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
Returns the phase that the analyzer is intended to run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer
Returns the phase that the analyzer is intended to run in.
getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Returns the analysis phase that this analyzer should run in.
getAnalyzers() - Method in class org.owasp.dependencycheck.analyzer.AnalyzerService
Returns an Iterator for all instances of the Analyzer interface.
getAnalyzers(AnalysisPhase) - Method in class org.owasp.dependencycheck.Engine
Get the List of the analyzers for a specific phase of analysis.
getAnalyzers() - Method in class org.owasp.dependencycheck.Engine
Returns a full list of all of the analyzers.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor.Properties
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer.Properties
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Properties
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Reports
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier.Configuration
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Configuration
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Goals
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution.Configuration
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Properties
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Reports
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin.Configuration
Gets the value of the any property.
getAny() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet.Configuration
Gets the value of the any property.
getArch() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
Gets the value of the arch property.
getArchive() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Gets the value of the archive property.
getArtifactId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the artifactId property.
getArtifactId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Exclusion
Gets the value of the artifactId property.
getArtifactId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
Gets the value of the artifactId property.
getArtifactId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the artifactId property.
getArtifactId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
Gets the value of the artifactId property.
getArtifactId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the artifactId property.
getArtifactId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
Gets the value of the artifactId property.
getArtifactId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Gets the value of the artifactId property.
getBoolean(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a boolean value from the properties file.
getBuild() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the build property.
getBuild() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the build property.
getChecksum(String, File) - Static method in class org.owasp.dependencycheck.utils.Checksum
Creates the cryptographic checksum of a given file using the specified algorithm.
getChecksumPolicy() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
Gets the value of the checksumPolicy property.
getCiManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the ciManagement property.
getClassifier() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the classifier property.
getComments() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.License
Gets the value of the comments property.
getConfidence() - Method in class org.owasp.dependencycheck.dependency.Evidence
Get the value of confidence.
getConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Gets the value of the configuration property.
getConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the configuration property.
getConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Gets the value of the configuration property.
getConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Gets the value of the configuration property.
getConfiguration() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
Gets the value of the configuration property.
getConnection() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
Gets the value of the connection property.
getContributor() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Contributors
Gets the value of the contributor property.
getContributors() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the contributors property.
getCPEs(String, String) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Searches the CPE entries in the database and retrieves all entries for a given vendor and product combination.
getCvssAccessComplexity() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of cvssAccessComplexity.
getCvssAccessVector() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of cvssAccessVector.
getCvssAuthentication() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of cvssAuthentication.
getCvssAvailabilityImpact() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of cvssAvailabilityImpact.
getCvssConfidentialityImpact() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of cvssConfidentialityImpact.
getCvssIntegrityImpact() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of cvssIntegrityImpact.
getCvssScore() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of cvssScore.
getCwe() - Method in class org.owasp.dependencycheck.data.cwe.CweHandler
Returns the HashMap of CWE entries (CWE-ID, Full CWE Name).
getCwe() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of cwe.
getCweName(String) - Static method in class org.owasp.dependencycheck.data.cwe.CweDB
Returns the full CWE name from the CWE ID.
getDataDirectory() - Static method in class org.owasp.dependencycheck.data.cpe.BaseIndex
Retrieves the directory that the JAR file exists in so that we can ensure we always use a common data directory.
getDataDirectory() - Static method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Retrieves the directory that the JAR file exists in so that we can ensure we always use a common data directory.
getDataDirectory(String, Class) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Deprecated. This method should no longer be used. See the implementation in dependency-check-cli/App.java to see how the data directory should be set.
getDataSources() - Method in class org.owasp.dependencycheck.data.UpdateService
Returns an Iterator for all instances of the CachedWebDataSource interface.
getDefaultGoal() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the defaultGoal property.
getDefaultGoal() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Gets the value of the defaultGoal property.
getDependencies() - Method in class org.owasp.dependencycheck.Engine
Get the dependencies identified.
getDependencies() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DependencyManagement
Gets the value of the dependencies property.
getDependencies() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the dependencies property.
getDependencies() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the dependencies property.
getDependencies() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the dependencies property.
getDependency() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DependencyManagement.Dependencies
Gets the value of the dependency property.
getDependency() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Dependencies
Gets the value of the dependency property.
getDependency() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Dependencies
Gets the value of the dependency property.
getDependency() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Dependencies
Gets the value of the dependency property.
getDependencyManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the dependencyManagement property.
getDependencyManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the dependencyManagement property.
getDescription() - Method in class org.owasp.dependencycheck.dependency.Dependency
Get the value of description.
getDescription() - Method in class org.owasp.dependencycheck.dependency.Identifier
Get the value of description.
getDescription() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of description.
getDescription() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the description property.
getDeveloper() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Developers
Gets the value of the developer property.
getDeveloperConnection() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
Gets the value of the developerConnection property.
getDevelopers() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the developers property.
getDirectory() - Method in class org.owasp.dependencycheck.data.cpe.BaseIndex
Gets the directory.
getDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the directory property.
getDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Gets the value of the directory property.
getDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Gets the value of the directory property.
getDistribution() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.License
Gets the value of the distribution property.
getDistributionManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the distributionManagement property.
getDistributionManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the distributionManagement property.
getDocument(int) - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexReader
Retrieves a document from the Index.
getDocumentId() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Get the value of documentId.
getDownloadUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Gets the value of the downloadUrl property.
getEdition() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Get the value of edition.
getEmail() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Gets the value of the email property.
getEmail() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the email property.
getEvidence() - Method in class org.owasp.dependencycheck.dependency.Dependency
Returns the evidence used to identify this dependency.
getEvidence() - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Returns the set of evidence.
getEvidence(String) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Returns the set of evidence from a given source.
getEvidence(String, String) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Returns the set of evidence from a given source and name.
getEvidenceUsed() - Method in class org.owasp.dependencycheck.dependency.Dependency
Returns the evidence used to identify this dependency.
getExclude() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource.Excludes
Gets the value of the exclude property.
getExcludes() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Gets the value of the excludes property.
getExclusion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency.Exclusions
Gets the value of the exclusion property.
getExclusions() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the exclusions property.
getExecution() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Executions
Gets the value of the execution property.
getExecutions() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the executions property.
getExists() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationFile
Gets the value of the exists property.
getExtension() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build.Extensions
Gets the value of the extension property.
getExtensions() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the extensions property.
getFamily() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
Gets the value of the family property.
getFile() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Gets the value of the file property.
getFile(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a value from the properties file as a File object.
getFileExtension() - Method in class org.owasp.dependencycheck.dependency.Dependency
Gets the file extension of the dependency.
getFileExtension(String) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Returns the (lowercase) file extension for a specified file.
getFileName() - Method in class org.owasp.dependencycheck.dependency.Dependency
Returns the file name of the dependency.
getFilePath() - Method in class org.owasp.dependencycheck.dependency.Dependency
Gets the file path of the dependency.
getFilter() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build.Filters
Gets the value of the filter property.
getFilter() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Filters
Gets the value of the filter property.
getFilters() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the filters property.
getFilters() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Gets the value of the filters property.
getFinalName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the finalName property.
getFinalName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Gets the value of the finalName property.
getGoal() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution.Goals
Gets the value of the goal property.
getGoals() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the goals property.
getGoals() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Gets the value of the goals property.
getGroupId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the groupId property.
getGroupId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Exclusion
Gets the value of the groupId property.
getGroupId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
Gets the value of the groupId property.
getGroupId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the groupId property.
getGroupId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
Gets the value of the groupId property.
getGroupId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the groupId property.
getGroupId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
Gets the value of the groupId property.
getGroupId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Gets the value of the groupId property.
getHex(byte[]) - Static method in class org.owasp.dependencycheck.utils.Checksum
Converts a byte array into a hex string.
getId() - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Get the value of id.
getId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Gets the value of the id property.
getId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the id property.
getId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Gets the value of the id property.
getId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the id property.
getId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
Gets the value of the id property.
getId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Gets the value of the id property.
getId() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Site
Gets the value of the id property.
getIdentifiers() - Method in class org.owasp.dependencycheck.dependency.Dependency
Returns a List of Identifiers.
getInceptionYear() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the inceptionYear property.
getInclude() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource.Includes
Gets the value of the include property.
getIncludes() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Gets the value of the includes property.
getInherited() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the inherited property.
getInherited() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Gets the value of the inherited property.
getInherited() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Gets the value of the inherited property.
getInherited() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
Gets the value of the inherited property.
getInstance() - Static method in class org.owasp.dependencycheck.analyzer.AnalyzerService
Retrieve the singleton instance of AnalyzerService.
getInstance() - Static method in class org.owasp.dependencycheck.data.UpdateService
Retrieve the singleton instance of UpdateService.
getInt(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns an int value from the properties file.
getInt(String, int) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns an int value from the properties file.
getIssueManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the issueManagement property.
getJdk() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Gets the value of the jdk property.
getLastModified(URL) - Static method in class org.owasp.dependencycheck.utils.Downloader
Makes an HTTP Head request to retrieve the last modified date of the given URL.
getLayout() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Gets the value of the layout property.
getLayout() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Gets the value of the layout property.
getLicense() - Method in class org.owasp.dependencycheck.dependency.Dependency
Get the value of license.
getLicense() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Licenses
Gets the value of the license property.
getLicenses() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the licenses property.
getLong(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a long value from the properties file.
getMailingList() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.MailingLists
Gets the value of the mailingList property.
getMailingLists() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the mailingLists property.
getMaven() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Prerequisites
Gets the value of the maven property.
getMaxWait() - Method in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Get the maximum wait time, in seconds, that the spin lock will wait while trying to obtain a lock.
getMD5Checksum(File) - Static method in class org.owasp.dependencycheck.utils.Checksum
Calculates the MD5 checksum of a specified file.
getMd5sum() - Method in class org.owasp.dependencycheck.dependency.Dependency
Returns the MD5 Checksum of the dependency file.
getMessage() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
Gets the value of the message property.
getMissing() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationFile
Gets the value of the missing property.
getModelVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the modelVersion property.
getModule() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Modules
Gets the value of the module property.
getModule() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Modules
Gets the value of the module property.
getModules() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the modules property.
getModules() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the modules property.
getName() - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
Returns the name of the analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
Returns the name of the analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Returns the name of this analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
Returns the name of the analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
Returns the name of the analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
Returns the name of the analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
Returns the name of the analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer.ClassNameInformation
Get the value of name
getName() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
Returns the name of the analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer
Returns the name of the analyzer.
getName() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Returns the name of this analyzer.
getName() - Method in class org.owasp.dependencycheck.dependency.Evidence
Get the value of name.
getName() - Method in class org.owasp.dependencycheck.dependency.Reference
Get the value of name.
getName() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of name.
getName() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Get the value of name.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationProperty
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.License
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Organization
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Gets the value of the name property.
getName() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Site
Gets the value of the name property.
getNeedsUpdate() - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Get the value of needsUpdate.
getNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
Gets the value of node.
getNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Gets the value of node.
getNotifier() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement.Notifiers
Gets the value of the notifier property.
getNotifiers() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
Gets the value of the notifiers property.
getOldSchemaVersionUrl() - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Get the value of oldSchemaVersionUrl.
getOrganization() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Gets the value of the organization property.
getOrganization() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the organization property.
getOrganization() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the organization property.
getOrganizationUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Gets the value of the organizationUrl property.
getOrganizationUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the organizationUrl property.
getOs() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Gets the value of the os property.
getOtherArchive() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList.OtherArchives
Gets the value of the otherArchive property.
getOtherArchives() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Gets the value of the otherArchives property.
getOutputDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the outputDirectory property.
getOutputDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
Gets the value of the outputDirectory property.
getPackageStructure() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer.ClassNameInformation
Get the value of packageStructure
getPackaging() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the packaging property.
getParent() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the parent property.
getPathToJar(Class) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Deprecated. this should no longer be used.
getPhase() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Gets the value of the phase property.
getPlugin() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build.Plugins
Gets the value of the plugin property.
getPlugin() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Plugins
Gets the value of the plugin property.
getPlugin() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginManagement.Plugins
Gets the value of the plugin property.
getPlugin() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting.Plugins
Gets the value of the plugin property.
getPluginManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the pluginManagement property.
getPluginManagement() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Gets the value of the pluginManagement property.
getPluginRepositories() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the pluginRepositories property.
getPluginRepositories() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the pluginRepositories property.
getPluginRepository() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.PluginRepositories
Gets the value of the pluginRepository property.
getPluginRepository() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.PluginRepositories
Gets the value of the pluginRepository property.
getPlugins() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the plugins property.
getPlugins() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Gets the value of the plugins property.
getPlugins() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginManagement
Gets the value of the plugins property.
getPlugins() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
Gets the value of the plugins property.
getPost() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Gets the value of the post property.
getPrerequisites() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the prerequisites property.
getPreviousVersion() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Get the value of previousVersion.
getProduct() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Get the value of product.
getProductEvidence() - Method in class org.owasp.dependencycheck.dependency.Dependency
Gets the Product Evidence.
getProfile() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Profiles
Gets the value of the profile property.
getProfiles() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the profiles property.
getProperties() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Gets the value of the properties property.
getProperties() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the properties property.
getProperties() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the properties property.
getProperties() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the properties property.
getPropertiesFile() - Static method in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Retrieves the properties file.
getProperty(String) - Method in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Returns the property value for the given key.
getProperty(String, String) - Method in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Returns the property value for the given key.
getProperty() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Gets the value of the property property.
getReferences() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of references.
getRelatedDependencies() - Method in class org.owasp.dependencycheck.dependency.Dependency
Get the value of relatedDependencies.
getRelativePath() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
Gets the value of the relativePath property.
getReleases() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Gets the value of the releases property.
getRelocation() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Gets the value of the relocation property.
getReport() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet.Reports
Gets the value of the report property.
getReporting() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the reporting property.
getReporting() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the reporting property.
getReports() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the reports property.
getReports() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the reports property.
getReports() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
Gets the value of the reports property.
getReportSet() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin.ReportSets
Gets the value of the reportSet property.
getReportSets() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Gets the value of the reportSets property.
getRepositories() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the repositories property.
getRepositories() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Gets the value of the repositories property.
getRepository() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Gets the value of the repository property.
getRepository() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Repositories
Gets the value of the repository property.
getRepository() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Repositories
Gets the value of the repository property.
getResource() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build.Resources
Gets the value of the resource property.
getResource() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Resources
Gets the value of the resource property.
getResources() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the resources property.
getResources() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Gets the value of the resources property.
getRevision() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Get the value of revision.
getRole() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor.Roles
Gets the value of the role property.
getRole() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer.Roles
Gets the value of the role property.
getRoles() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Gets the value of the roles property.
getRoles() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the roles property.
getScm() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the scm property.
getScope() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the scope property.
getScriptSourceDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the scriptSourceDirectory property.
getSearchScore() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Get the value of searchScore.
getSHA1Checksum(File) - Static method in class org.owasp.dependencycheck.utils.Checksum
Calculates the SHA1 checksum of a specified file.
getSha1sum() - Method in class org.owasp.dependencycheck.dependency.Dependency
Returns the SHA1 Checksum of the dependency.
getSite() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Gets the value of the site property.
getSnapshotRepository() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Gets the value of the snapshotRepository property.
getSnapshots() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Gets the value of the snapshots property.
getSource() - Method in class org.owasp.dependencycheck.dependency.Evidence
Get the value of source.
getSource() - Method in class org.owasp.dependencycheck.dependency.Reference
Get the value of source.
getSourceDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the sourceDirectory property.
getStatus() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Gets the value of the status property.
getString(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a value from the properties file.
getString(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a value from the properties file.
getSubscribe() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Gets the value of the subscribe property.
getSupportedExtensions() - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
Returns a list of supported file extensions.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
Returns a list of file EXTENSIONS supported by this analyzer.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Returns true because this analyzer supports all dependency types.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
Returns a list of file EXTENSIONS supported by this analyzer.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
Returns a list of file EXTENSIONS supported by this analyzer.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
Returns a list of file EXTENSIONS supported by this analyzer.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
Returns a list of file EXTENSIONS supported by this analyzer.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
Returns a list of file EXTENSIONS supported by this analyzer.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer
Returns a list of file EXTENSIONS supported by this analyzer.
getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Returns true because this analyzer supports all dependency types.
getSystem() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
Gets the value of the system property.
getSystem() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.IssueManagement
Gets the value of the system property.
getSystemPath() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the systemPath property.
getTag() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
Gets the value of the tag property.
getTargetPath() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Gets the value of the targetPath property.
getTempDirectory() - Static method in class org.owasp.dependencycheck.utils.Settings
Returns the temporary directory.
getTermAtt() - Method in class org.owasp.dependencycheck.data.lucene.AbstractTokenizingFilter
Gets the CharTermAttribute.
getTestOutputDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the testOutputDirectory property.
getTestResource() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build.TestResources
Gets the value of the testResource property.
getTestResource() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.TestResources
Gets the value of the testResource property.
getTestResources() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the testResources property.
getTestResources() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Gets the value of the testResources property.
getTestSourceDirectory() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Gets the value of the testSourceDirectory property.
getTimestamp() - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Get the value of timestamp - epoch time.
getTimezone() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Gets the value of the timezone property.
getTimezone() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the timezone property.
getTokens() - Method in class org.owasp.dependencycheck.data.lucene.AbstractTokenizingFilter
Gets the list of tokens.
getTotalNumberOfApplicationEntries() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
Get the value of totalNumberOfApplicationEntries.
getTotalNumberOfEntries() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
Get the value of totalNumberOfEntries.
getType() - Method in class org.owasp.dependencycheck.dependency.Identifier
Get the value of type.
getType() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the type property.
getType() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Gets the value of the type property.
getUnsubscribe() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Gets the value of the unsubscribe property.
getUpdatePolicy() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
Gets the value of the updatePolicy property.
getUrl() - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Get the value of url.
getUrl() - Method in class org.owasp.dependencycheck.dependency.Identifier
Get the value of url.
getUrl() - Method in class org.owasp.dependencycheck.dependency.Reference
Get the value of url.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.IssueManagement
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.License
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Organization
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
Gets the value of the url property.
getUrl() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Site
Gets the value of the url property.
getValue() - Method in class org.owasp.dependencycheck.dependency.Evidence
Get the value of value.
getValue(Boolean) - Method in class org.owasp.dependencycheck.dependency.Evidence
Get the value of value.
getValue() - Method in class org.owasp.dependencycheck.dependency.Identifier
Get the value of value.
getValue() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationProperty
Gets the value of the value property.
getVendor() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Get the value of vendor.
getVendorEvidence() - Method in class org.owasp.dependencycheck.dependency.Dependency
Gets the Vendor Evidence.
getVersion() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Get the value of version.
getVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
Gets the value of the version property.
getVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the version property.
getVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
Gets the value of the version property.
getVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Gets the value of the version property.
getVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
Gets the value of the version property.
getVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the version property.
getVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
Gets the value of the version property.
getVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Gets the value of the version property.
getVersionEvidence() - Method in class org.owasp.dependencycheck.dependency.Dependency
Gets the Version Evidence.
getVersionParts() - Method in class org.owasp.dependencycheck.utils.DependencyVersion
Get the value of versionParts.
getVulnerabilities(String) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Retrieves the vulnerabilities associated with the specified CPE.
getVulnerabilities() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler
Get the value of vulnerabilities.
getVulnerabilities() - Method in class org.owasp.dependencycheck.dependency.Dependency
Get the list of vulnerabilities.
getVulnerableSoftware() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Get the value of vulnerableSoftware.
getWeighting() - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Returns a set of Weightings - a list of terms that are believed to be of higher confidence when also found in another location.
goal - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution.Goals
 
goals - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
goals - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
 
groupId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
groupId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Exclusion
 
groupId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
 
groupId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
groupId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
 
groupId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
groupId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
 
groupId - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
 

H

hashCode() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
 
hashCode() - Method in class org.owasp.dependencycheck.dependency.Dependency
Generates the HashCode.
hashCode() - Method in class org.owasp.dependencycheck.dependency.Evidence
Implements the hashCode for Evidence.
hashCode() - Method in class org.owasp.dependencycheck.dependency.Identifier
 
hashCode() - Method in class org.owasp.dependencycheck.dependency.Reference
 
hashCode() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
 
hashCode() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Standard implementation of hashCode.
hashCode() - Method in class org.owasp.dependencycheck.utils.DependencyVersion
Calculates the hashCode for this object.
hasPreviousVersion() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Indicates if previous versions of this software are vulnerable.
HintAnalyzer - Class in org.owasp.dependencycheck.analyzer
 
HintAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.HintAnalyzer
 

I

id - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
 
id - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
id - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
 
id - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
id - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
 
id - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
 
id - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Site
 
Identifier - Class in org.owasp.dependencycheck.dependency
 
Identifier(String, String, String) - Constructor for class org.owasp.dependencycheck.dependency.Identifier
Constructs a new Identifier with the specified data.
Identifier(String, String, String, String) - Constructor for class org.owasp.dependencycheck.dependency.Identifier
Constructs a new Identifier with the specified data.
idf(long, long) - Method in class org.owasp.dependencycheck.data.lucene.DependencySimilarity
Override the default idf implementation so that frequency within all document is ignored.
inceptionYear - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
include - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Resource.Includes
 
includes - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
 
incrementToken() - Method in class org.owasp.dependencycheck.data.lucene.TokenPairConcatenatingFilter
Increments the underlying TokenStream and sets CharTermAttributes to construct an expanded set of tokens by concatenating tokens with the previous token.
incrementToken() - Method in class org.owasp.dependencycheck.data.lucene.UrlTokenizingFilter
Increments the underlying TokenStream and sets CharTermAttributes to construct an expanded set of tokens by concatenating tokens with the previous token.
incrementToken() - Method in class org.owasp.dependencycheck.data.lucene.VersionTokenizingFilter
Deprecated. Increments the underlying TokenStream and sets CharTermAttributes to construct an expanded set of tokens by concatenating tokens with the previous token.
IndexEntry - Class in org.owasp.dependencycheck.data.cpe
A CPE entry containing the name, vendor, product, and version.
IndexEntry() - Constructor for class org.owasp.dependencycheck.data.cpe.IndexEntry
 
inherited - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
inherited - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
 
inherited - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
 
inherited - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
 
init(RuntimeServices) - Method in class org.owasp.dependencycheck.reporting.VelocityLoggerRedirect
This will be invoked once by the LogManager.
initialize() - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
The initialize method does nothing for this Analyzer.
initialize() - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
The initialize method is called (once) prior to the analyze method being called on all of the dependencies.
initialize() - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
The initialize method does nothing for this Analyzer.
initialize() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Opens the CPE Lucene Index.
initialize() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
The initialize method does nothing for this Analyzer.
initialize() - Method in class org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer
The initialize method does nothing for this Analyzer.
initialize() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Opens the NVD CVE Lucene Index.
INSERT_CPE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to insert a new cpe.
INSERT_REFERENCE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to insert a new reference.
INSERT_SOFTWARE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to insert a new software.
INSERT_VULNERABILITY - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to insert a new vulnerability.
interpolateString(String, Properties) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
A utility function that will interpolate strings based on values given in the properties file.
InvalidDataException - Exception in org.owasp.dependencycheck.data.nvdcve
An InvalidDataDataException is a generic exception used when trying to load the nvd cve meta data.
InvalidDataException(String) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.InvalidDataException
Creates an InvalidDataException.
InvalidDataException(String, Exception) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.InvalidDataException
Creates an InvalidDataException.
InvalidDirectoryException - Exception in org.owasp.dependencycheck.concurrency
If thrown, indicates that there is a problem with a directory.
InvalidDirectoryException() - Constructor for exception org.owasp.dependencycheck.concurrency.InvalidDirectoryException
Constructs a new Invalid Directory Exception.
InvalidDirectoryException(String) - Constructor for exception org.owasp.dependencycheck.concurrency.InvalidDirectoryException
Constructs a new Invalid Directory Exception.
InvalidDirectoryException(Throwable) - Constructor for exception org.owasp.dependencycheck.concurrency.InvalidDirectoryException
Constructs a new Invalid Directory Exception.
InvalidDirectoryException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.concurrency.InvalidDirectoryException
Constructs a new Invalid Directory Exception.
InvalidSettingException - Exception in org.owasp.dependencycheck.utils
An exception used when an error occurs reading a setting.
InvalidSettingException() - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
Creates a new InvalidSettingException.
InvalidSettingException(String) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
Creates a new InvalidSettingException.
InvalidSettingException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
Creates a new InvalidSettingException.
InvalidSettingException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
Creates a new InvalidSettingException.
isActiveByDefault() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Gets the value of the activeByDefault property.
isBatchUpdateMode() - Method in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Get the value of batchUpdateMode.
isCVSSAccessComplexityNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the CVSS_ACCESS_COMPLEXITY node.
isCVSSAccessVectorNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the CVSS_ACCESS_VECTOR node.
isCVSSAuthenticationNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the CVSS_AUTHENTICATION node.
isCVSSAvailabilityImpactNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the CVSS_AVAILABILITY_IMPACT node.
isCVSSConfidentialityImpactNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the CVSS_CONFIDENTIALITY_IMPACT node.
isCVSSIntegrityImpactNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the CVSS_INTEGRITY_IMPACT node.
isCVSSScoreNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the CVSS_SCORE node.
isDoBatchUpdate() - Method in class org.owasp.dependencycheck.data.update.DatabaseUpdater
Get the value of doBatchUpdate
isEmpty() - Method in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Returns whether or not any properties are set.
isEnabled() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
Gets the value of the enabled property.
isEntryNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
Checks if the handler is at the ENTRY node.
isEntryNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the ENTRY node.
isExcludeDefaults() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
Gets the value of the excludeDefaults property.
isExtensions() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Gets the value of the extensions property.
isFiltering() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Gets the value of the filtering property.
isLevelEnabled(int) - Method in class org.owasp.dependencycheck.reporting.VelocityLoggerRedirect
Will always return true.
isNVDNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
Checks if the handler is at the NVD node.
isNVDNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the NVD node.
isOpen() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Returns the status of the data source - is the index open.
isOpen() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Returns the status of the data source - is the database open.
isOpen() - Method in class org.owasp.dependencycheck.data.cpe.BaseIndex
Returns the status of the data source - is the index open.
isOptional() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Gets the value of the optional property.
isProdNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
Checks if the handler is at the PROD node.
isSendOnError() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Gets the value of the sendOnError property.
isSendOnFailure() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Gets the value of the sendOnFailure property.
isSendOnSuccess() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Gets the value of the sendOnSuccess property.
isSendOnWarning() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Gets the value of the sendOnWarning property.
IssueManagement - Class in org.owasp.dependencycheck.jaxb.pom.generated
Information about the issue tracking (or bug tracking) system used to manage this project.
IssueManagement() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.IssueManagement
 
issueManagement - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
isTokenChar(int) - Method in class org.owasp.dependencycheck.data.lucene.AlphaNumericTokenizer
Determines if the char passed in is part of a token.
isUniqueVersion() - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Gets the value of the uniqueVersion property.
isUrl(String) - Static method in class org.owasp.dependencycheck.utils.UrlStringUtils
Tests if the given text is url.
isUsed() - Method in class org.owasp.dependencycheck.dependency.Evidence
Get the value of used.
isVersNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
Checks if the handler is at the VERS node.
isVulnCWENode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the VULN_CWE node.
isVulnProductNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the VULN_PRODUCT node.
isVulnReferenceNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the REFERENCE node.
isVulnReferencesNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the REFERENCES node.
isVulnSoftwareNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
Checks if the handler is at the VULN_SOFTWARE node.
isVulnSourceNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the VULN_SOURCE node.
isVulnSummaryNode() - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Checks if the handler is at the VULN_SUMMARY node.
iterator(Evidence.Confidence) - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Used to iterate over evidence of the specified confidence.
iterator() - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Implements the iterator interface for the Evidence Collection.
iterator() - Method in class org.owasp.dependencycheck.utils.DependencyVersion
Retrieves an iterator for the version parts.

J

JarAnalyzer - Class in org.owasp.dependencycheck.analyzer
Used to load a JAR file and collect information that can be used to determine the associated CPE.
JarAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.JarAnalyzer
Constructs a new JarAnalyzer.
JarAnalyzer.ClassNameInformation - Class in org.owasp.dependencycheck.analyzer
Stores information about a class name.
JavaScriptAnalyzer - Class in org.owasp.dependencycheck.analyzer
Used to load a JAR file and collect information that can be used to determine the associated CPE.
JavaScriptAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer
 
jdk - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
 

L

LAST_UPDATED - Static variable in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
The properties file key for the last updated field - used to store the last updated time of the Modified NVD CVE xml file.
LAST_UPDATED_BASE - Static variable in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Stores the last updated time for each of the NVD CVE files.
layout - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
 
layout - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
 
License - Class in org.owasp.dependencycheck.jaxb.pom.generated
Describes the licenses for this project.
License() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.License
 
license - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Licenses
 
licenses - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
LOCK_NAME - Static variable in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
The name of the lock file.
log(int, String) - Method in class org.owasp.dependencycheck.reporting.VelocityLoggerRedirect
Given a Velocity log level and message, this method will call the appropriate Logger level and log the specified values.
log(int, String, Throwable) - Method in class org.owasp.dependencycheck.reporting.VelocityLoggerRedirect
Given a Velocity log level, message and Throwable, this method will call the appropriate Logger level and log the specified values.
LuceneUtils - Class in org.owasp.dependencycheck.data.lucene
Lucene utils is a set of utilize written to make constructing Lucene queries simpler.

M

MailingList - Class in org.owasp.dependencycheck.jaxb.pom.generated
This element describes all of the mailing lists associated with a project.
MailingList() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
 
mailingList - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.MailingLists
 
MailingList.OtherArchives - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
MailingList.OtherArchives() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.MailingList.OtherArchives
 
mailingLists - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
matchesAtLeastThreeLevels(DependencyVersion) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
Determines if the three most major major version parts are identical.
maven - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Prerequisites
 
MavenNamespaceFilter - Class in org.owasp.dependencycheck.jaxb.pom
This filter is used when parsing POM documents.
MavenNamespaceFilter() - Constructor for class org.owasp.dependencycheck.jaxb.pom.MavenNamespaceFilter
 
MAX_SPIN - Static variable in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
The maximum wait period used when attempting to obtain a lock.
merge(EvidenceCollection...) - Static method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Merges multiple EvidenceCollections together.
mergeProperties(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Merges a new properties file into the current properties.
mergeProperties(InputStream) - Static method in class org.owasp.dependencycheck.utils.Settings
Merges a new properties file into the current properties.
mergeUsed(EvidenceCollection...) - Static method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Merges multiple EvidenceCollections together, only merging evidence that was used, into a new EvidenceCollection.
message - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
 
missing - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationFile
 
Model - Class in org.owasp.dependencycheck.jaxb.pom.generated
The <project> element is the root of the descriptor.
Model() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
Model.Contributors - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Contributors() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Contributors
 
Model.Dependencies - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Dependencies() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Dependencies
 
Model.Developers - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Developers() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Developers
 
Model.Licenses - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Licenses() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Licenses
 
Model.MailingLists - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.MailingLists() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.MailingLists
 
Model.Modules - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Modules() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Modules
 
Model.PluginRepositories - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.PluginRepositories() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.PluginRepositories
 
Model.Profiles - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Profiles() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Profiles
 
Model.Properties - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Properties() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Properties
 
Model.Reports - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Reports() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Reports
 
Model.Repositories - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Model.Repositories() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Model.Repositories
 
modelVersion - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
MODIFIED - Static variable in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Modified key word, used as a key to store information about the modified file (i.e.
module - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Modules
 
module - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Modules
 
modules - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
modules - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 

N

name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationProperty
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.License
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Organization
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
 
name - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Site
 
newHashSet(String...) - Static method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
Utility method to help in the creation of the extensions set.
NonClosingStream - Class in org.owasp.dependencycheck.utils
NonClosingStream is a stream filter which prevents another class that processes the stream from closing it.
NonClosingStream(InputStream) - Constructor for class org.owasp.dependencycheck.utils.NonClosingStream
Constructs a new NonClosingStream.
notifier - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement.Notifiers
 
Notifier - Class in org.owasp.dependencycheck.jaxb.pom.generated
Configures one method for notifying users/developers when a build breaks.
Notifier() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
 
Notifier.Configuration - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Notifier.Configuration() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Notifier.Configuration
 
notifiers - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
 
NVD - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
A node type in the NVD CVE Schema 1.2.
NVD - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
NvdCve12Handler - Class in org.owasp.dependencycheck.data.nvdcve
A SAX Handler that will parse the NVD CVE XML (schema version 1.2).
NvdCve12Handler() - Constructor for class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler
 
NvdCve12Handler.Element - Class in org.owasp.dependencycheck.data.nvdcve
A simple class to maintain information about the current element while parsing the NVD CVE XML.
NvdCve12Handler.Element() - Constructor for class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
 
NvdCve20Handler - Class in org.owasp.dependencycheck.data.nvdcve
A SAX Handler that will parse the NVD CVE XML (schema version 2.0).
NvdCve20Handler() - Constructor for class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
 
NvdCve20Handler.Element - Class in org.owasp.dependencycheck.data.nvdcve
A simple class to maintain information about the current element while parsing the NVD CVE XML.
NvdCve20Handler.Element() - Constructor for class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
 
NvdCveAnalyzer - Class in org.owasp.dependencycheck.analyzer
NvdCveAnalyzer is a utility class that takes a project dependency and attempts to discern if there is an associated CVEs.
NvdCveAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
 
NvdCveInfo - Class in org.owasp.dependencycheck.data.update
A pojo that contains the Url and timestamp of the current NvdCve XML files.
NvdCveInfo() - Constructor for class org.owasp.dependencycheck.data.update.NvdCveInfo
 

O

ObjectFactory - Class in org.owasp.dependencycheck.jaxb.pom.generated
This object contains factory methods for each Java content interface and Java element interface generated in the org.owasp.dependencycheck.analyzer.pom.generated package.
ObjectFactory() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.owasp.dependencycheck.analyzer.pom.generated
obtainExclusiveLock() - Method in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Attempts to obtain an exclusive lock; an exception is thrown if the lock could not be obtained.
obtainLock(boolean, long) - Method in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Attempts to obtain a lock; an exception is thrown if the lock could not be obtained.
obtainLock(boolean) - Method in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Attempts to obtain a lock; an exception is thrown if the lock could not be obtained.
obtainSharedLock() - Method in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Attempts to obtain an exclusive lock; an exception is thrown if the lock could not be obtained.
open() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Opens the data source.
open() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Opens the data source.
open() - Method in class org.owasp.dependencycheck.data.cpe.BaseIndex
Opens the CPE Index.
open() - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexReader
Opens the CPE Index.
open() - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexWriter
Opens the CPE Index.
open() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Opens the database connection.
openDirectory() - Method in class org.owasp.dependencycheck.data.cpe.BaseIndex
Returns the Lucene directory object for the CPE Index.
optional - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
org.owasp.dependencycheck - package org.owasp.dependencycheck
org.owasp.dependencycheck Includes the main entry point (i.e.
org.owasp.dependencycheck.analyzer - package org.owasp.dependencycheck.analyzer
org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
org.owasp.dependencycheck.concurrency - package org.owasp.dependencycheck.concurrency
org.owasp.dependencycheck.concurrency Contains classes used to create shared and exclusive locks on directories.
org.owasp.dependencycheck.data - package org.owasp.dependencycheck.data
org.owasp.dependencycheck.data Contains classes used to work with the data sources.
org.owasp.dependencycheck.data.cpe - package org.owasp.dependencycheck.data.cpe
org.owasp.dependencycheck.data.cpe Contains classes for working with the CPE Lucene Index.
org.owasp.dependencycheck.data.cwe - package org.owasp.dependencycheck.data.cwe
org.owasp.dependencycheck.data.cwe Contains classes for working with the CWE Database.
org.owasp.dependencycheck.data.lucene - package org.owasp.dependencycheck.data.lucene
org.owasp.dependencycheck.data.lucene Contains classes used to work with the Lucene Indexes.
org.owasp.dependencycheck.data.nvdcve - package org.owasp.dependencycheck.data.nvdcve
org.owasp.dependencycheck.data.nvdcve Contains classes used to work with the NVD CVE data.
org.owasp.dependencycheck.data.update - package org.owasp.dependencycheck.data.update
org.owasp.dependencycheck.data.nvdcve.xml
org.owasp.dependencycheck.dependency - package org.owasp.dependencycheck.dependency
org.owasp.dependencycheck.dependency Contains the core Dependency implementation.
org.owasp.dependencycheck.jaxb.pom - package org.owasp.dependencycheck.jaxb.pom
org.owasp.dependencycheck.analyzer.pom This package contains utility classes used to parse pom.xml files.
org.owasp.dependencycheck.jaxb.pom.generated - package org.owasp.dependencycheck.jaxb.pom.generated
 
org.owasp.dependencycheck.reporting - package org.owasp.dependencycheck.reporting
org.owasp.dependencycheck.reporting Contains classes used to generate reports.
org.owasp.dependencycheck.utils - package org.owasp.dependencycheck.utils
org.owasp.dependencycheck.utils Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
organization - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
organization - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
organization - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
Organization - Class in org.owasp.dependencycheck.jaxb.pom.generated
Specifies the organization that produces this project.
Organization() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Organization
 
organizationUrl - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
organizationUrl - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
os - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
 
otherArchive - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList.OtherArchives
 
otherArchives - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
 
outputDirectory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
outputDirectory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
 

P

packaging - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
parent - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
Parent - Class in org.owasp.dependencycheck.jaxb.pom.generated
4.0.0
Parent() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Parent
 
parseManifest(Dependency, ArrayList<JarAnalyzer.ClassNameInformation>) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
Reads the manifest from the JAR file and collects the entries.
parseName(String) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Parses a name attribute value, from the cpe.xml, into its corresponding parts: vendor, product.
parseName(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Parses a name attribute value, from the cpe.xml, into its corresponding parts: vendor, product, version, revision.
parseVersion(String) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
Parses a version string into its sub parts: major, minor, revision, build, etc.
parseVersion(String) - Static method in class org.owasp.dependencycheck.utils.DependencyVersionUtil
A utility class to extract version numbers from file names (or other strings containing version numbers.
Example:
Give the file name: library-name-1.4.1r2-release.jar
This function would return: 1.4.1.r2
passes(T) - Method in class org.owasp.dependencycheck.utils.Filter
 
phase - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
 
plugin - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build.Plugins
 
plugin - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Plugins
 
Plugin - Class in org.owasp.dependencycheck.jaxb.pom.generated
4.0.0
Plugin() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
plugin - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginManagement.Plugins
 
plugin - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting.Plugins
 
Plugin.Configuration - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Plugin.Configuration() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Configuration
 
Plugin.Dependencies - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Plugin.Dependencies() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Dependencies
 
Plugin.Executions - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Plugin.Executions() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Executions
 
Plugin.Goals - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Plugin.Goals() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Plugin.Goals
 
PluginExecution - Class in org.owasp.dependencycheck.jaxb.pom.generated
4.0.0
PluginExecution() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
 
PluginExecution.Configuration - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
PluginExecution.Configuration() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution.Configuration
 
PluginExecution.Goals - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
PluginExecution.Goals() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution.Goals
 
pluginManagement - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
pluginManagement - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 
PluginManagement - Class in org.owasp.dependencycheck.jaxb.pom.generated
Section for management of default plugin information for use in a group of POMs.
PluginManagement() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.PluginManagement
 
PluginManagement.Plugins - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
PluginManagement.Plugins() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.PluginManagement.Plugins
 
pluginRepositories - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
pluginRepositories - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
pluginRepository - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.PluginRepositories
 
pluginRepository - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.PluginRepositories
 
plugins - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
plugins - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 
plugins - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.PluginManagement
 
plugins - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
 
post - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
 
prerequisites - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
Prerequisites - Class in org.owasp.dependencycheck.jaxb.pom.generated
Describes the prerequisites a project can have.
Prerequisites() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Prerequisites
 
PROD - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
A node type in the NVD CVE Schema 1.2.
PRODUCT - Static variable in class org.owasp.dependencycheck.data.cpe.Fields
The key for the product field.
profile - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Profiles
 
Profile - Class in org.owasp.dependencycheck.jaxb.pom.generated
Modifications to the build process which is activated based on environmental parameters or command line arguments.
Profile() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
Profile.Dependencies - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Profile.Dependencies() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Dependencies
 
Profile.Modules - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Profile.Modules() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Modules
 
Profile.PluginRepositories - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Profile.PluginRepositories() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Profile.PluginRepositories
 
Profile.Properties - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Profile.Properties() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Properties
 
Profile.Reports - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Profile.Reports() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Reports
 
Profile.Repositories - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Profile.Repositories() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Repositories
 
profiles - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
properties - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
properties - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
properties - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
properties - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
property - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
 
PROXY_PORT - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the proxy port - this must be an integer value.
PROXY_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the proxy url.

R

Reference - Class in org.owasp.dependencycheck.dependency
An external reference for a vulnerability.
Reference() - Constructor for class org.owasp.dependencycheck.dependency.Reference
 
relativePath - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
 
release() - Method in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Releases the lock.
releases - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
 
relocation - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
 
Relocation - Class in org.owasp.dependencycheck.jaxb.pom.generated
Describes where an artifact has moved to.
Relocation() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
 
removeProperty(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Removes a property from the local properties collection.
report - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet.Reports
 
ReportGenerator - Class in org.owasp.dependencycheck.reporting
The ReportGenerator is used to, as the name implies, generate reports.
ReportGenerator(String, List<Dependency>, List<Analyzer>) - Constructor for class org.owasp.dependencycheck.reporting.ReportGenerator
Constructs a new ReportGenerator.
ReportGenerator.Format - Enum in org.owasp.dependencycheck.reporting
An enumeration of the report formats.
reporting - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
reporting - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
Reporting - Class in org.owasp.dependencycheck.jaxb.pom.generated
Section for management of reports and their configuration.
Reporting() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
 
Reporting.Plugins - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Reporting.Plugins() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Reporting.Plugins
 
ReportPlugin - Class in org.owasp.dependencycheck.jaxb.pom.generated
4.0.0
ReportPlugin() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
 
ReportPlugin.Configuration - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
ReportPlugin.Configuration() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin.Configuration
 
ReportPlugin.ReportSets - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
ReportPlugin.ReportSets() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin.ReportSets
 
reports - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
reports - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
reports - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
 
reportSet - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin.ReportSets
 
ReportSet - Class in org.owasp.dependencycheck.jaxb.pom.generated
Represents a set of reports and configuration to be used to generate them.
ReportSet() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
 
ReportSet.Configuration - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
ReportSet.Configuration() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet.Configuration
 
ReportSet.Reports - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
ReportSet.Reports() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet.Reports
 
reportSets - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
 
repositories - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
repositories - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
 
repository - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
 
repository - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model.Repositories
 
repository - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Profile.Repositories
 
Repository - Class in org.owasp.dependencycheck.jaxb.pom.generated
A repository contains the information needed for establishing connections with remote repository.
Repository() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Repository
 
RepositoryPolicy - Class in org.owasp.dependencycheck.jaxb.pom.generated
Download policy
RepositoryPolicy() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
 
resource - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build.Resources
 
resource - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.Resources
 
Resource - Class in org.owasp.dependencycheck.jaxb.pom.generated
This element describes all of the classpath resources associated with a project or unit tests.
Resource() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Resource
 
Resource.Excludes - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Resource.Excludes() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Resource.Excludes
 
Resource.Includes - Class in org.owasp.dependencycheck.jaxb.pom.generated
Java class for anonymous complex type.
Resource.Includes() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Resource.Includes
 
resources - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
resources - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 
role - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor.Roles
 
role - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer.Roles
 
roles - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
roles - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 

S

save(NvdCveInfo) - Method in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Writes a properties file containing the last updated date to the VULNERABLE_CPE directory.
saveEntry(IndexEntry) - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexWriter
Saves a CPE IndexEntry into the Lucene index.
saveEntry(Vulnerability) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
Saves a vulnerability to the CVE Database.
scan(String[]) - Method in class org.owasp.dependencycheck.Engine
Scans an array of files or directories.
scan(String) - Method in class org.owasp.dependencycheck.Engine
Scans a given file or directory.
scan(File[]) - Method in class org.owasp.dependencycheck.Engine
Scans an array of files or directories.
scan(Set<File>) - Method in class org.owasp.dependencycheck.Engine
Scans a list of files or directories.
scan(List<File>) - Method in class org.owasp.dependencycheck.Engine
Scans a list of files or directories.
scan(File) - Method in class org.owasp.dependencycheck.Engine
Scans a given file or directory.
scanDirectory(File) - Method in class org.owasp.dependencycheck.Engine
Recursively scans files and directories.
scanFile(File) - Method in class org.owasp.dependencycheck.Engine
Scans a specified file.
scm - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
Scm - Class in org.owasp.dependencycheck.jaxb.pom.generated
4.0.0
Scm() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Scm
 
scope - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
scriptSourceDirectory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
search(String, int) - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexReader
Searches the index using the given search string.
search(Query, int) - Method in class org.owasp.dependencycheck.data.cpe.CpeIndexReader
Searches the index using the given query.
searchCPE(String, String, Set<String>, Set<String>) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Searches the Lucene CPE index to identify possible CPE entries associated with the supplied vendor, product, and version.
SearchFieldAnalyzer - Class in org.owasp.dependencycheck.data.lucene
A Lucene field analyzer used to analyzer queries against the CPE data.
SearchFieldAnalyzer(Version) - Constructor for class org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer
Constructs a new SearchFieldAnalyzer.
SearchVersionAnalyzer - Class in org.owasp.dependencycheck.data.lucene
Deprecated. version information is no longer stored in lucene
SearchVersionAnalyzer(Version) - Constructor for class org.owasp.dependencycheck.data.lucene.SearchVersionAnalyzer
Deprecated. Creates a new SearchVersionAnalyzer.
SELECT_CPE_ENTRIES - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to find the CPE entry based on the vendor and product.
SELECT_CPE_ID - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to get a CPEProductID.
SELECT_CVE_FROM_SOFTWARE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to find CVE entries based on CPE data.
SELECT_REFERENCE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to select references by CVEID.
SELECT_SOFTWARE - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to select software by CVEID.
SELECT_VULNERABILITY - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to select a vulnerability by CVEID.
SELECT_VULNERABILITY_ID - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to select a vulnerability's primary key.
sendOnError - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
 
sendOnFailure - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
 
sendOnSuccess - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
 
sendOnWarning - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
 
setActivation(Activation) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the activation property.
setActiveByDefault(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Sets the value of the activeByDefault property.
setActualFilePath(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Sets the actual file path of the dependency on disk.
setAddress(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Sets the value of the address property.
setAnalysisExceptions(List<Exception>) - Method in class org.owasp.dependencycheck.dependency.Dependency
Set the value of analysisExceptions.
setArch(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
Sets the value of the arch property.
setArchive(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Sets the value of the archive property.
setArtifactId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the artifactId property.
setArtifactId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Exclusion
Sets the value of the artifactId property.
setArtifactId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
Sets the value of the artifactId property.
setArtifactId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the artifactId property.
setArtifactId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
Sets the value of the artifactId property.
setArtifactId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the artifactId property.
setArtifactId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
Sets the value of the artifactId property.
setArtifactId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Sets the value of the artifactId property.
setBatchUpdateMode(boolean) - Method in class org.owasp.dependencycheck.data.update.DataStoreMetaInfo
Set the value of batchUpdateMode.
setBoolean(String, boolean) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value.
setBuild(Build) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the build property.
setBuild(BuildBase) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the build property.
setChecksumPolicy(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
Sets the value of the checksumPolicy property.
setCiManagement(CiManagement) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the ciManagement property.
setClassifier(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the classifier property.
setComments(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.License
Sets the value of the comments property.
setConfidence(Evidence.Confidence) - Method in class org.owasp.dependencycheck.dependency.Evidence
Set the value of confidence.
setConfiguration(Notifier.Configuration) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Sets the value of the configuration property.
setConfiguration(Plugin.Configuration) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the configuration property.
setConfiguration(PluginExecution.Configuration) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Sets the value of the configuration property.
setConfiguration(ReportPlugin.Configuration) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Sets the value of the configuration property.
setConfiguration(ReportSet.Configuration) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
Sets the value of the configuration property.
setConnection(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
Sets the value of the connection property.
setContributors(Model.Contributors) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the contributors property.
setCpe(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Parse a CPE entry from the cpe string representation.
setCpeIndex(CpeIndexWriter) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
Sets the cpe index writer.
setCveDB(CveDB) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
Sets the cveDB.
setCvssAccessComplexity(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of cvssAccessComplexity.
setCvssAccessVector(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of cvssAccessVector.
setCvssAuthentication(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of cvssAuthentication.
setCvssAvailabilityImpact(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of cvssAvailabilityImpact.
setCvssConfidentialityImpact(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of cvssConfidentialityImpact.
setCvssIntegrityImpact(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of cvssIntegrityImpact.
setCvssScore(float) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of cvssScore.
setCwe(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of cwe.
setDefaultGoal(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the defaultGoal property.
setDefaultGoal(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Sets the value of the defaultGoal property.
setDependencies(DependencyManagement.Dependencies) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DependencyManagement
Sets the value of the dependencies property.
setDependencies(Model.Dependencies) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the dependencies property.
setDependencies(Plugin.Dependencies) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the dependencies property.
setDependencies(Profile.Dependencies) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the dependencies property.
setDependencyManagement(DependencyManagement) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the dependencyManagement property.
setDependencyManagement(DependencyManagement) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the dependencyManagement property.
setDescription(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Set the value of description.
setDescription(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
Set the value of description.
setDescription(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of description.
setDescription(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the description property.
setDeveloperConnection(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
Sets the value of the developerConnection property.
setDevelopers(Model.Developers) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the developers property.
setDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the directory property.
setDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Sets the value of the directory property.
setDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Sets the value of the directory property.
setDistribution(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.License
Sets the value of the distribution property.
setDistributionManagement(DistributionManagement) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the distributionManagement property.
setDistributionManagement(DistributionManagement) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the distributionManagement property.
setDoBatchUpdate(boolean) - Method in class org.owasp.dependencycheck.data.update.DatabaseUpdater
Set the value of doBatchUpdate
setDocumentId(String) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Set the value of documentId.
setDownloadUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Sets the value of the downloadUrl property.
setEdition(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Set the value of edition.
setEmail(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Sets the value of the email property.
setEmail(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the email property.
setEnabled(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
Sets the value of the enabled property.
setExcludeDefaults(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
Sets the value of the excludeDefaults property.
setExcludes(Resource.Excludes) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Sets the value of the excludes property.
setExclusions(Dependency.Exclusions) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the exclusions property.
setExecutions(Plugin.Executions) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the executions property.
setExists(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationFile
Sets the value of the exists property.
setExtensions(Build.Extensions) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the extensions property.
setExtensions(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the extensions property.
setFamily(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
Sets the value of the family property.
setFile(ActivationFile) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Sets the value of the file property.
setFileExtension(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Sets the file name of the dependency.
setFileName(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Sets the file name of the dependency.
setFilePath(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Sets the file path of the dependency.
setFiltering(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Sets the value of the filtering property.
setFilters(Build.Filters) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the filters property.
setFilters(BuildBase.Filters) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Sets the value of the filters property.
setFinalName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the finalName property.
setFinalName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Sets the value of the finalName property.
setGoals(Plugin.Goals) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the goals property.
setGoals(PluginExecution.Goals) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Sets the value of the goals property.
setGroupId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the groupId property.
setGroupId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Exclusion
Sets the value of the groupId property.
setGroupId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
Sets the value of the groupId property.
setGroupId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the groupId property.
setGroupId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
Sets the value of the groupId property.
setGroupId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the groupId property.
setGroupId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
Sets the value of the groupId property.
setGroupId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Sets the value of the groupId property.
setId(String) - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Set the value of id.
setId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Sets the value of the id property.
setId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the id property.
setId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Sets the value of the id property.
setId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the id property.
setId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
Sets the value of the id property.
setId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Sets the value of the id property.
setId(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Site
Sets the value of the id property.
setIdentifiers(Set<Identifier>) - Method in class org.owasp.dependencycheck.dependency.Dependency
Sets a List of Identifiers.
setInceptionYear(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the inceptionYear property.
setIncludes(Resource.Includes) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Sets the value of the includes property.
setInherited(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the inherited property.
setInherited(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Sets the value of the inherited property.
setInherited(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Sets the value of the inherited property.
setInherited(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
Sets the value of the inherited property.
setIssueManagement(IssueManagement) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the issueManagement property.
setJdk(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Sets the value of the jdk property.
setLayout(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Sets the value of the layout property.
setLayout(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Sets the value of the layout property.
setLicense(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Set the value of license.
setLicenses(Model.Licenses) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the licenses property.
setMailingLists(Model.MailingLists) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the mailingLists property.
setMaven(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Prerequisites
Sets the value of the maven property.
setMaxWait(long) - Method in class org.owasp.dependencycheck.concurrency.DirectorySpinLock
Set the maximum wait time, in seconds, that the spin lock will wait while trying to obtain a lock.
setMd5sum(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Sets the MD5 Checksum of the dependency.
setMessage(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
Sets the value of the message property.
setMissing(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationFile
Sets the value of the missing property.
setModelVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the modelVersion property.
setModules(Model.Modules) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the modules property.
setModules(Profile.Modules) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the modules property.
setName(String) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer.ClassNameInformation
Set the value of name
setName(String) - Method in class org.owasp.dependencycheck.dependency.Evidence
Set the value of name.
setName(String) - Method in class org.owasp.dependencycheck.dependency.Reference
Set the value of name.
setName(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of name.
setName(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Set the value of name.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationProperty
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.License
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Organization
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Sets the value of the name property.
setName(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Site
Sets the value of the name property.
setNeedsUpdate(boolean) - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Set the value of needsUpdate.
setNode(String) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
Sets the value of node.
setNode(String) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
Sets the value of node.
setNotifiers(CiManagement.Notifiers) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
Sets the value of the notifiers property.
setOldSchemaVersionUrl(String) - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Set the value of oldSchemaVersionUrl.
setOptional(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the optional property.
setOrganization(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Sets the value of the organization property.
setOrganization(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the organization property.
setOrganization(Organization) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the organization property.
setOrganizationUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Sets the value of the organizationUrl property.
setOrganizationUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the organizationUrl property.
setOs(ActivationOS) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Sets the value of the os property.
setOtherArchives(MailingList.OtherArchives) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Sets the value of the otherArchives property.
setOutputDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the outputDirectory property.
setOutputDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
Sets the value of the outputDirectory property.
setPackaging(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the packaging property.
setParent(Parent) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the parent property.
setPhase(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginExecution
Sets the value of the phase property.
setPluginManagement(PluginManagement) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the pluginManagement property.
setPluginManagement(PluginManagement) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Sets the value of the pluginManagement property.
setPluginRepositories(Model.PluginRepositories) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the pluginRepositories property.
setPluginRepositories(Profile.PluginRepositories) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the pluginRepositories property.
setPlugins(Build.Plugins) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the plugins property.
setPlugins(BuildBase.Plugins) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Sets the value of the plugins property.
setPlugins(PluginManagement.Plugins) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.PluginManagement
Sets the value of the plugins property.
setPlugins(Reporting.Plugins) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Reporting
Sets the value of the plugins property.
setPost(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Sets the value of the post property.
setPrerequisites(Prerequisites) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the prerequisites property.
setPreviousVersion(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Set the value of previousVersion.
setPrevVersionVulnMap(Map<String, List<VulnerableSoftware>>) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
Sets the prevVersionVulnMap.
setProduct(String) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Set the value of product.
setProfiles(Model.Profiles) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the profiles property.
setProperties(Contributor.Properties) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Sets the value of the properties property.
setProperties(Developer.Properties) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the properties property.
setProperties(Model.Properties) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the properties property.
setProperties(Profile.Properties) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the properties property.
setProperty(ActivationProperty) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Activation
Sets the value of the property property.
setReferences(SortedSet<Reference>) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of references.
setRelatedDependencies(Set<Dependency>) - Method in class org.owasp.dependencycheck.dependency.Dependency
Set the value of relatedDependencies.
setRelativePath(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
Sets the value of the relativePath property.
setReleases(RepositoryPolicy) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Sets the value of the releases property.
setRelocation(Relocation) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Sets the value of the relocation property.
setReporting(Reporting) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the reporting property.
setReporting(Reporting) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the reporting property.
setReports(Model.Reports) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the reports property.
setReports(Profile.Reports) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the reports property.
setReports(ReportSet.Reports) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportSet
Sets the value of the reports property.
setReportSets(ReportPlugin.ReportSets) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Sets the value of the reportSets property.
setRepositories(Model.Repositories) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the repositories property.
setRepositories(Profile.Repositories) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Profile
Sets the value of the repositories property.
setRepository(DeploymentRepository) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Sets the value of the repository property.
setResources(Build.Resources) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the resources property.
setResources(BuildBase.Resources) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Sets the value of the resources property.
setRevision(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Set the value of revision.
setRoles(Contributor.Roles) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Sets the value of the roles property.
setRoles(Developer.Roles) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the roles property.
setScm(Scm) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the scm property.
setScope(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the scope property.
setScriptSourceDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the scriptSourceDirectory property.
setSearchScore(float) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Set the value of searchScore.
setSendOnError(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Sets the value of the sendOnError property.
setSendOnFailure(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Sets the value of the sendOnFailure property.
setSendOnSuccess(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Sets the value of the sendOnSuccess property.
setSendOnWarning(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Sets the value of the sendOnWarning property.
setSha1sum(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
Sets the SHA1 Checksum of the dependency.
setSite(Site) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Sets the value of the site property.
setSnapshotRepository(DeploymentRepository) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Sets the value of the snapshotRepository property.
setSnapshots(RepositoryPolicy) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Sets the value of the snapshots property.
setSource(String) - Method in class org.owasp.dependencycheck.dependency.Evidence
Set the value of source.
setSource(String) - Method in class org.owasp.dependencycheck.dependency.Reference
Set the value of source.
setSourceDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the sourceDirectory property.
setStatus(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
Sets the value of the status property.
setString(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value.
setSubscribe(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Sets the value of the subscribe property.
setSystem(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
Sets the value of the system property.
setSystem(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.IssueManagement
Sets the value of the system property.
setSystemPath(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the systemPath property.
setTag(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
Sets the value of the tag property.
setTargetPath(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
Sets the value of the targetPath property.
setTestOutputDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the testOutputDirectory property.
setTestResources(Build.TestResources) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the testResources property.
setTestResources(BuildBase.TestResources) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
Sets the value of the testResources property.
setTestSourceDirectory(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Build
Sets the value of the testSourceDirectory property.
setTimestamp(long) - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Set the value of timestamp - epoch time.
setTimezone(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Sets the value of the timezone property.
setTimezone(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the timezone property.
Settings - Class in org.owasp.dependencycheck.utils
A simple settings container that wraps the dependencycheck.properties file.
Settings.KEYS - Class in org.owasp.dependencycheck.utils
The collection of keys used within the properties file.
setType(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
Set the value of type.
setType(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the type property.
setType(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
Sets the value of the type property.
setUniqueVersion(Boolean) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Sets the value of the uniqueVersion property.
setUnsubscribe(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
Sets the value of the unsubscribe property.
setUpdatePolicy(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
Sets the value of the updatePolicy property.
setUrl(String) - Method in class org.owasp.dependencycheck.data.update.NvdCveInfo
Set the value of url.
setUrl(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
Set the value of url.
setUrl(String) - Method in class org.owasp.dependencycheck.dependency.Reference
Set the value of url.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.IssueManagement
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.License
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Organization
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
Sets the value of the url property.
setUrl(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Site
Sets the value of the url property.
setUsed(boolean) - Method in class org.owasp.dependencycheck.dependency.Evidence
Set the value of used.
setValue(String) - Method in class org.owasp.dependencycheck.dependency.Evidence
Set the value of value.
setValue(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
Set the value of value.
setValue(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationProperty
Sets the value of the value property.
setVendor(String) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Set the value of vendor.
setVersion(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Set the value of version.
setVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
Sets the value of the version property.
setVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
Sets the value of the version property.
setVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
Sets the value of the version property.
setVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Model
Sets the value of the version property.
setVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
Sets the value of the version property.
setVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
Sets the value of the version property.
setVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
Sets the value of the version property.
setVersion(String) - Method in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
Sets the value of the version property.
setVersionParts(List<String>) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
Set the value of versionParts.
setVulnerabilities(SortedSet<Vulnerability>) - Method in class org.owasp.dependencycheck.dependency.Dependency
Set the value of vulnerabilities.
setVulnerableSoftware(SortedSet<VulnerableSoftware>) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Set the value of vulnerableSoftware.
site - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
 
Site - Class in org.owasp.dependencycheck.jaxb.pom.generated
Contains the information needed for deploying websites.
Site() - Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.Site
 
size() - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Returns the number of elements in the EvidenceCollection.
snapshotRepository - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
 
snapshots - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
 
sourceDirectory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
startDocument() - Method in class org.owasp.dependencycheck.jaxb.pom.MavenNamespaceFilter
Called at the start of the document parsing.
startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.data.cwe.CweHandler
 
startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler
 
startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler
 
startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.jaxb.pom.MavenNamespaceFilter
Called when an element is started.
startPrefixMapping(String, String) - Method in class org.owasp.dependencycheck.jaxb.pom.MavenNamespaceFilter
Called when prefix mapping is started.
status - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DistributionManagement
 
subscribe - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
 
supportsExtension(String) - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
Returns whether or not this analyzer can process the given extension.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
Returns whether or not this analyzer can process the given extension.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
Returns true because this analyzer supports all dependency types.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
Returns whether or not this analyzer can process the given extension.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
Returns whether or not this analyzer can process the given extension.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
Returns whether or not this analyzer can process the given extension.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
Returns whether or not this analyzer can process the given extension.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
Returns whether or not this analyzer can process the given extension.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer
Returns whether or not this analyzer can process the given extension.
supportsExtension(String) - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
Returns true because this analyzer supports all dependency types.
supportsExtension(String) - Method in class org.owasp.dependencycheck.Engine
Checks all analyzers to see if an extension is supported.
system - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
 
system - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.IssueManagement
 
systemPath - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 

T

tag - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
 
targetPath - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Resource
 
TEMP_DIRECTORY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The location of the temporary directory.
testOutputDirectory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
testResource - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build.TestResources
 
testResource - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase.TestResources
 
testResources - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
testResources - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.BuildBase
 
testSourceDirectory - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Build
 
timezone - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
timezone - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
TokenPairConcatenatingFilter - Class in org.owasp.dependencycheck.data.lucene
Takes a TokenStream and adds additional tokens by concatenating pairs of words.
TokenPairConcatenatingFilter(TokenStream) - Constructor for class org.owasp.dependencycheck.data.lucene.TokenPairConcatenatingFilter
Constructs a new TokenPairConcatenatingFilter.
toString() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
Standard implementation of toString showing vendor and product.
toString() - Method in class org.owasp.dependencycheck.dependency.Dependency
Standard toString() implementation showing the filename, actualFilePath, and filePath.
toString() - Method in class org.owasp.dependencycheck.dependency.EvidenceCollection
Returns a string of evidence 'values'.
toString() - Method in class org.owasp.dependencycheck.dependency.Identifier
Standard implementation of toString; displays identifier value and type.
toString() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
Standard toString() implementation display the name and whether or not previous versions are also affected.
toString() - Method in class org.owasp.dependencycheck.utils.DependencyVersion
Reconstructs the version string from the split version parts.
type - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
type - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Notifier
 

U

uniqueVersion - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
 
unsubscribe - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.MailingList
 
update() - Method in interface org.owasp.dependencycheck.data.CachedWebDataSource
Determines if an update to the current index is needed, if it is the new data is downloaded from the Internet and imported into the current Lucene Index.
update() - Method in class org.owasp.dependencycheck.data.update.DatabaseUpdater
Downloads the latest NVD CVE XML file from the web and imports it into the current CVE Database.
UPDATE_VULNERABILITY - Static variable in class org.owasp.dependencycheck.data.nvdcve.CveDB
SQL Statement to update a vulnerability.
UpdateException - Exception in org.owasp.dependencycheck.data
An exception used when an error occurs reading a setting.
UpdateException() - Constructor for exception org.owasp.dependencycheck.data.UpdateException
Creates a new UpdateException.
UpdateException(String) - Constructor for exception org.owasp.dependencycheck.data.UpdateException
Creates a new UpdateException.
UpdateException(Throwable) - Constructor for exception org.owasp.dependencycheck.data.UpdateException
Creates a new UpdateException.
UpdateException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.data.UpdateException
Creates a new UpdateException.
updatePolicy - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.RepositoryPolicy
 
UpdateService - Class in org.owasp.dependencycheck.data
 
updateVulnerability(Vulnerability) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
Updates the vulnerability within the database.
updateVulnerableSoftware(VulnerableSoftware) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
Adds or updates a vulnerable software entry.
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.CiManagement
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Contributor
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.DeploymentRepository
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Developer
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.IssueManagement
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.License
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Organization
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Repository
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Scm
 
url - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Site
 
UrlStringUtils - Class in org.owasp.dependencycheck.utils
 
UrlTokenizingFilter - Class in org.owasp.dependencycheck.data.lucene
Takes a TokenStream and splits or adds tokens to correctly index version numbers.
UrlTokenizingFilter(TokenStream) - Constructor for class org.owasp.dependencycheck.data.lucene.UrlTokenizingFilter
Constructs a new VersionTokenizingFilter.

V

value - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationProperty
 
valueOf(String) - Static method in enum org.owasp.dependencycheck.analyzer.AnalysisPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.owasp.dependencycheck.dependency.Evidence.Confidence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.owasp.dependencycheck.reporting.ReportGenerator.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.owasp.dependencycheck.analyzer.AnalysisPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.owasp.dependencycheck.dependency.Evidence.Confidence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.owasp.dependencycheck.reporting.ReportGenerator.Format
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityLoggerRedirect - Class in org.owasp.dependencycheck.reporting
DependencyCheck uses Logger as a logging framework, and Apache Velocity uses a custom logging implementation that outputs to a file named velocity.log by default.
VelocityLoggerRedirect() - Constructor for class org.owasp.dependencycheck.reporting.VelocityLoggerRedirect
 
VENDOR - Static variable in class org.owasp.dependencycheck.data.cpe.Fields
The key for the vendor field.
VERS - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
A node type in the NVD CVE Schema 1.2.
version - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ActivationOS
 
version - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Dependency
 
version - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Extension
 
version - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Model
 
version - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Parent
 
version - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Plugin
 
version - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.Relocation
 
version - Variable in class org.owasp.dependencycheck.jaxb.pom.generated.ReportPlugin
 
VersionAnalyzer - Class in org.owasp.dependencycheck.data.lucene
Deprecated. version information is no longer stored in lucene
VersionAnalyzer(Version) - Constructor for class org.owasp.dependencycheck.data.lucene.VersionAnalyzer
Deprecated. Creates a new VersionAnalyzer.
VersionTokenizingFilter - Class in org.owasp.dependencycheck.data.lucene
Deprecated. version information is no longer stored in lucene
VersionTokenizingFilter(TokenStream) - Constructor for class org.owasp.dependencycheck.data.lucene.VersionTokenizingFilter
Deprecated. Constructs a new VersionTokenizingFilter.
VULN_CWE - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
VULN_PRODUCT - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
VULN_REFERENCE - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
VULN_REFERENCES - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
VULN_SOFTWARE - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve12Handler.Element
A node type in the NVD CVE Schema 1.2.
VULN_SOURCE - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
VULN_SUMMARY - Static variable in class org.owasp.dependencycheck.data.nvdcve.NvdCve20Handler.Element
A node type in the NVD CVE Schema 2.0
Vulnerability - Class in org.owasp.dependencycheck.dependency
Contains the information about a vulnerability.
Vulnerability() - Constructor for class org.owasp.dependencycheck.dependency.Vulnerability
 
VulnerabilityComparator - Class in org.owasp.dependencycheck.dependency
Comparator for Vulnerability objects.
VulnerabilityComparator() - Constructor for class org.owasp.dependencycheck.dependency.VulnerabilityComparator
 
VulnerableSoftware - Class in org.owasp.dependencycheck.dependency
A record containing information about vulnerable software.
VulnerableSoftware() - Constructor for class org.owasp.dependencycheck.dependency.VulnerableSoftware
 

A B C D E F G H I J L M N O P R S T U V

Copyright© 2012-13 Jeremy Long. All Rights Reserved.