- AbstractAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Base class for analyzers to avoid code duplication of prepare and close as
most analyzers do not need these methods.
- AbstractAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
- AbstractDependencyComparingAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
This analyzer ensures dependencies that should be grouped together, to remove
excess noise from the report, are grouped.
- AbstractDependencyComparingAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.AbstractDependencyComparingAnalyzer
-
- AbstractFileTypeAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
The base FileTypeAnalyzer that all analyzers that have specific file types
they analyze should extend.
- AbstractFileTypeAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.AbstractFileTypeAnalyzer
-
- AbstractMemoryIndex - Class in org.owasp.dependencycheck.data.cpe
-
An in memory Lucene index that contains the vendor/product combinations from
the CPE (application) identifiers within the NVD CVE data.
- AbstractMemoryIndex() - Constructor for class org.owasp.dependencycheck.data.cpe.AbstractMemoryIndex
-
- AbstractNpmAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
An abstract NPM analyzer that contains common methods for concrete
implementations.
- AbstractNpmAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer
-
- AbstractSuppressionAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Abstract base suppression analyzer that contains methods for parsing the
suppression XML file.
- AbstractSuppressionAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.AbstractSuppressionAnalyzer
-
- 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.
- accept(File) - Method in class org.owasp.dependencycheck.analyzer.AbstractFileTypeAnalyzer
-
Determines if the file can be analyzed by the analyzer.
- accept(File) - Method in class org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer
-
Determines if the file can be analyzed by the analyzer.
- accept(File) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
- accept(File) - Method in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
Determines if the file can be analyzed by the analyzer.
- accept(File) - Method in class org.owasp.dependencycheck.analyzer.RubyBundlerAnalyzer
-
Only accept *.gemspec files generated by "bundle install --deployment"
under "specifications" folder.
- accept(File) - Method in class org.owasp.dependencycheck.Engine
-
Checks all analyzers to see if an extension is supported.
- accumulator() - Method in class org.owasp.dependencycheck.data.nvd.json.CpeMatchStreamCollector
-
- accumulator() - Method in class org.owasp.dependencycheck.data.nvd.json.NodeFlatteningCollector
-
- add(H2DBLock) - Method in class org.owasp.dependencycheck.utils.H2DBCleanupHook
-
Add the shutdown hook.
- add(H2DBLock) - Method in class org.owasp.dependencycheck.utils.H2DBShutdownHook
-
Adds the shutdown hook.
- addAddProduct(String, String, String, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given product to the list of evidence to add when matched.
- addAddVendor(String, String, String, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given vendor to the list of evidence to add when matched.
- addAddVersion(String, String, String, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given version to the list of evidence to add when matched.
- addAllProjectReferences(Set<String>) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Add a collection of project reference.
- addAsEvidence(String, MavenArtifact, Confidence) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds the Maven artifact as evidence.
- addAvailableVersion(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds a version to the available version list.
- addCpe(String, String, String) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
This method is only referenced in unused code and will likely break on
MySQL if ever used due to the MERGE statement.
- addCpe(PropertyType) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Adds the CPE to the CPE list.
- addCve(String) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Adds the CVE to the CVE list.
- addCvssBelow(Float) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Adds the CVSS to the cvssBelow list.
- addCwe(String) - Method in class org.owasp.dependencycheck.dependency.CweSet
-
Adds a CWE to the set.
- addCwe(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Adds a CWE to the set.
- addCwe(String) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Adds the CWE to the CWE list.
- addDependency(Dependency) - Method in class org.owasp.dependencycheck.Engine
-
Adds a dependency.
- addDescription(Dependency, String, String, String) - Static method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Adds a description to the given dependency.
- addException(Throwable) - Method in exception org.owasp.dependencycheck.exception.ExceptionCollection
-
Adds an exception to the collection.
- addException(Throwable, boolean) - Method in exception org.owasp.dependencycheck.exception.ExceptionCollection
-
Adds an exception to the collection.
- addExtensions(String...) - Method in class org.owasp.dependencycheck.utils.FileFilterBuilder
-
Add to the set of file extensions to accept for analysis.
- addExtensions(Iterable<String>) - Method in class org.owasp.dependencycheck.utils.FileFilterBuilder
-
Add to the set of file extensions to accept for analysis.
- addFileFilters(IOFileFilter...) - Method in class org.owasp.dependencycheck.utils.FileFilterBuilder
-
Add to a list of IOFileFilter instances to consult for whether to accept a file for analysis.
- addFilename(PropertyType) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds the filename evidence to the collection.
- addFilenames(String...) - Method in class org.owasp.dependencycheck.utils.FileFilterBuilder
-
Add to the set of filenames to accept for analysis.
- addFileTypeAnalyzer(FileTypeAnalyzer) - Method in class org.owasp.dependencycheck.Engine
-
Adds a file type analyzer.
- addGivenProduct(String, String, String, boolean, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given product to the list of evidence to matched.
- addGivenVendor(String, String, String, boolean, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given vendors to the list of evidence to matched.
- addGivenVersion(String, String, String, boolean, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given version to the list of evidence to match.
- addLicense(License) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Adds a new license to the list of licenses.
- addMatchingValues(List<String>, String, Dependency, EvidenceType) - Static method in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
Cycles through the collection of class name information to see if parts
of the package names are contained in the provided value.
- addMatchingValues(List<JarAnalyzer.ClassNameInformation>, String, Dependency, EvidenceType) - Static method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Cycles through the collection of class name information to see if parts
of the package names are contained in the provided value.
- addNamespace(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Adds a name space.
- addNotes(String) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Adds the notes to the cve list.
- addProjectReference(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds a project reference.
- 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.
- addRemoveProduct(String, String, String, boolean, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given product to the list of evidence to remove when matched.
- addRemoveVendor(String, String, String, boolean, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given vendor to the list of evidence to remove when matched.
- addRemoveVersion(String, String, String, boolean, Confidence) - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Adds a given version to the list of evidence to remove when matched.
- addSoftwareIdentifier(Identifier) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds an entry to the list of detected Identifiers for the dependency
file.
- addSoftwareIdentifiers(Set<Identifier>) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds a set of Identifiers to the current list of software identifiers.
- addSuppressedIdentifier(Identifier) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds an identifier to the list of suppressed identifiers.
- addSuppressedVulnerabilities(List<Vulnerability>) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Add a list of suppressed vulnerabilities to the collection.
- addSuppressedVulnerability(Vulnerability) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds a vulnerability to the set of suppressed vulnerabilities.
- addTerm() - Method in class org.owasp.dependencycheck.data.lucene.AbstractTokenizingFilter
-
Adds a term, if one exists, from the tokens collection.
- addVulnerabilities(List<Vulnerability>) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds a list of vulnerabilities to the dependency.
- addVulnerability(Vulnerability) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds a vulnerability to the dependency.
- addVulnerabilityName(PropertyType) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Adds the CPE to the CPE list.
- addVulnerableSoftware(VulnerableSoftware) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Adds an entry for vulnerable software.
- addVulnerableSoftwareIdentifier(Identifier) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds an entry to the list of detected vulnerable software identifiers for
the dependency file.
- addVulnerableSoftwareIdentifiers(Set<Identifier>) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds a set of Identifiers to the current list of vulnerable software
identifiers.
- ADVISORY - Static variable in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
Advisory.
- ADVISORY - Static variable in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Advisory.
- Advisory - Class in org.owasp.dependencycheck.data.nodeaudit
-
The response from NPM Audit API will respond with 0 or more advisories.
- Advisory() - Constructor for class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- Affects - Class in org.owasp.dependencycheck.data.nvd.json
-
- Affects() - Constructor for class org.owasp.dependencycheck.data.nvd.json.Affects
-
- AlphaNumericFilter - Class in org.owasp.dependencycheck.data.lucene
-
A simple alphanumeric filter that removes non-alphanumeric characters from
the terms.
- AlphaNumericFilter(TokenStream) - Constructor for class org.owasp.dependencycheck.data.lucene.AlphaNumericFilter
-
Constructs a new AlphaNumericFilter.
- AnalysisException - Exception in org.owasp.dependencycheck.analyzer.exception
-
An exception thrown when the analysis of a dependency fails.
- AnalysisException() - Constructor for exception org.owasp.dependencycheck.analyzer.exception.AnalysisException
-
Creates a new AnalysisException.
- AnalysisException(String) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.AnalysisException
-
Creates a new AnalysisException.
- AnalysisException(Throwable) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.AnalysisException
-
Creates a new AnalysisException.
- AnalysisException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.AnalysisException
-
Creates a new AnalysisException.
- AnalysisPhase - Enum in org.owasp.dependencycheck.analyzer
-
An enumeration defining the phases of analysis.
- AnalysisTask - Class in org.owasp.dependencycheck
-
Task to support parallelism of dependency-check analysis.
- AnalysisTask(Analyzer, Dependency, Engine, List<Throwable>) - Constructor for class org.owasp.dependencycheck.AnalysisTask
-
Creates a new analysis task.
- analyze(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Analyzes a given dependency.
- analyze(Dependency, Engine) - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
-
Analyzes the given dependency.
- analyzeDependencies() - Method in class org.owasp.dependencycheck.Engine
-
Runs the analyzers against all of the dependencies.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Analyzes a given dependency.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractDependencyComparingAnalyzer
-
Analyzes a set of dependencies.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractSuppressionAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
-
Analyzes a given dependency.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.ArtifactoryAnalyzer
-
Performs the analysis.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
Performs the analysis on a single Dependency.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.AutoconfAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
Performs the analysis.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.CMakeAnalyzer
-
Analyzes python packages and adds evidence to the dependency.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.ComposerLockAnalyzer
-
Entry point for the analyzer.
- analyzeDependency(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.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
Determines if the analyzer can analyze the given file type.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
-
Analyzes the dependencies and removes bad/incorrect CPE associations
based on various heuristics.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
-
Collects information about the file name.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.GolangDepAnalyzer
-
Analyzes go packages and adds evidence to the dependency.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
Analyzes go packages and adds evidence to the dependency.
- analyzeDependency(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.
- analyzeDependency(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.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.MSBuildProjectAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Performs the analysis.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NpmCPEAnalyzer
-
Analyzes a dependency and attempts to determine if there are any CPE
identifiers for this dependency.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NugetconfAnalyzer
-
Performs the analysis.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NuspecAnalyzer
-
Performs the analysis.
- analyzeDependency(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.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.OpenSSLAnalyzer
-
Analyzes python packages and adds evidence to the dependency.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.OssIndexAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.PEAnalyzer
-
Collects information about the file name.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.PipAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
Analyzes python packages and adds evidence to the dependency.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
Analyzes the specified JavaScript file.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Determines if the analyzer can analyze the given file type.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.RubyBundlerAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.RubyGemspecAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.VersionFilterAnalyzer
-
The HintAnalyzer uses knowledge about a dependency to add additional
information to help in identification of identifiers or vulnerabilities.
- analyzePackageNames(List<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, List<JarAnalyzer.ClassNameInformation>, Engine) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Attempts to find a pom.xml within the JAR file.
- analyzePOM(Dependency, File) - Static method in class org.owasp.dependencycheck.xml.pom.PomUtils
-
Reads in the pom file and adds elements as evidence to the given
dependency.
- 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
-
The Analyzer Service Loader.
- AnalyzerService(ClassLoader, Settings) - Constructor for class org.owasp.dependencycheck.analyzer.AnalyzerService
-
Creates a new instance of AnalyzerService.
- App - Class in org.owasp.dependencycheck.data.cwe
-
Utility application to process and serialize the CWE data.
- 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.
- ArchiveAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
An analyzer that extracts files from archives and ensures any supported files
contained within the archive are added to the dependency list.
- ArchiveAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
-
- ArchiveExtractionException - Exception in org.owasp.dependencycheck.analyzer.exception
-
An exception thrown when files in an archive cannot be extracted.
- ArchiveExtractionException() - Constructor for exception org.owasp.dependencycheck.analyzer.exception.ArchiveExtractionException
-
Creates a new ArchiveExtractionException.
- ArchiveExtractionException(String) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.ArchiveExtractionException
-
Creates a new ArchiveExtractionException.
- ArchiveExtractionException(Throwable) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.ArchiveExtractionException
-
Creates a new ArchiveExtractionException.
- ArchiveExtractionException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.ArchiveExtractionException
-
Creates a new ArchiveExtractionException.
- ARTIFACTID - Static variable in class org.owasp.dependencycheck.xml.pom.PomHandler
-
The artifactId element.
- ArtifactoryAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Analyzer which will attempt to locate a dependency, and the GAV information,
by querying Artifactory for the dependency's hashes digest.
- ArtifactoryAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.ArtifactoryAnalyzer
-
- ArtifactorySearch - Class in org.owasp.dependencycheck.data.artifactory
-
Class of methods to search Artifactory for hashes and determine Maven GAV
from there.
- ArtifactorySearch(Settings) - Constructor for class org.owasp.dependencycheck.data.artifactory.ArtifactorySearch
-
Creates a NexusSearch for the given repository URL.
- AssemblyAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Analyzer for getting company, product, and version information from a .NET
assembly.
- AssemblyAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
- AssemblyData - Class in org.owasp.dependencycheck.xml.assembly
-
A simple collection of .NET assembly data as collected from GrokAssembly.
- AssemblyData() - Constructor for class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
- AutoconfAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Used to analyze Autoconf input files named configure.ac or configure.in.
- AutoconfAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.AutoconfAnalyzer
-
- CachedWebDataSource - Interface in org.owasp.dependencycheck.data.update
-
Defines a data source who's data is retrieved from the Internet.
- call() - Method in class org.owasp.dependencycheck.AnalysisTask
-
Executes the analysis task.
- call() - Method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
- call() - Method in class org.owasp.dependencycheck.data.update.nvd.ProcessTask
-
Implements the callable interface.
- CentralAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Analyzer which will attempt to locate a dependency, and the GAV information,
by querying Central for the dependency's SHA-1 digest.
- CentralAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
- CentralSearch - Class in org.owasp.dependencycheck.data.central
-
Class of methods to search Maven Central via Central.
- CentralSearch(Settings) - Constructor for class org.owasp.dependencycheck.data.central.CentralSearch
-
Creates a NexusSearch for the given repository URL.
- characteristics() - Method in class org.owasp.dependencycheck.data.nvd.json.CpeMatchStreamCollector
-
- characteristics() - Method in class org.owasp.dependencycheck.data.nvd.json.NodeFlatteningCollector
-
- characters(char[], int, int) - Method in class org.owasp.dependencycheck.xml.assembly.GrokHandler
-
Collects the body text of the node being processed.
- characters(char[], int, int) - Method in class org.owasp.dependencycheck.xml.pom.PomHandler
-
Collects the body text of the node being processed.
- characters(char[], int, int) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
Collects the body text of the node being processed.
- cleanup() - Method in class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Cleans up resources and unloads any registered database drivers.
- cleanup(Driver) - Static method in class org.owasp.dependencycheck.data.nvdcve.DriverLoader
-
De-registers the driver.
- cleanup() - Method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Attempts to delete the files that were downloaded.
- 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.TokenPairConcatenatingFilter
-
Resets 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.data.cpe.AbstractMemoryIndex
-
Closes the CPE Index.
- close() - Method in interface org.owasp.dependencycheck.data.cpe.MemoryIndex
-
Closes the MemoryIndex.
- close() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Closes the database connection.
- close() - Method in class org.owasp.dependencycheck.Engine
-
Properly cleans up resources allocated during analysis.
- closeAnalyzer() - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Closes a given Analyzer.
- closeAnalyzer() - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
-
The close method deletes any temporary files and directories created
during analysis.
- closeAnalyzer() - Method in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
Removes resources used from the local file system.
- closeAnalyzer() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Closes the data sources.
- closeAnalyzer() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Deletes any files extracted from the JAR during analysis.
- closeAnalyzer() - Method in class org.owasp.dependencycheck.analyzer.OssIndexAnalyzer
-
- closeAnalyzer() - Method in class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
Deletes any files extracted from the Wheel during analysis.
- closeAnalyzer(Analyzer) - Method in class org.owasp.dependencycheck.Engine
-
Closes the given analyzer.
- closeResultSet(ResultSet) - Static method in class org.owasp.dependencycheck.utils.DBUtils
-
Closes the result set capturing and ignoring any SQLExceptions that
occur.
- closeStatement(Statement) - Static method in class org.owasp.dependencycheck.utils.DBUtils
-
Closes the given statement object ignoring any exceptions that occur.
- CMakeAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Used to analyze CMake build files, and collect information that can be used
to determine the associated CPE.
- CMakeAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.CMakeAnalyzer
-
- CocoaPodsAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
This analyzer is used to analyze SWIFT and Objective-C packages by collecting
information from .podspec files.
- CocoaPodsAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
- collectClassNames(Dependency) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Cycles through an enumeration of JarEntries, contained within the
dependency, and returns a list of the class names.
- collectTerms(Map<String, MutableInt>, Iterable<Evidence>) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Returns the text created by concatenating the text and the values from
the EvidenceCollection (filtered for a specific confidence).
- combiner() - Method in class org.owasp.dependencycheck.data.nvd.json.CpeMatchStreamCollector
-
- combiner() - Method in class org.owasp.dependencycheck.data.nvd.json.NodeFlatteningCollector
-
- commit() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Commits all completed transactions.
- compareTo(Evidence) - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Implementation of the comparable interface.
- compareTo(Identifier) - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
- compareTo(Identifier) - Method in class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Implementation of the comparator interface.
- compareTo(Identifier) - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
- 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(Object) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
- compareTo(DependencyVersion) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
-
- compareVersionRange(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Evaluates the target against the version and version range checks:
versionEndExcluding, versionStartExcluding versionEndIncluding, and
versionStartIncluding.
- compareVersions(VulnerableSoftware, String) - Static method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Evaluates the target against the version and version range checks:
versionEndExcluding, versionStartExcluding versionEndIncluding, and
versionStartIncluding.
- ComposerDependency - Class in org.owasp.dependencycheck.data.composer
-
Represents a dependency (GAV, right now) from a Composer dependency.
- ComposerDependency(String, String, String) - Constructor for class org.owasp.dependencycheck.data.composer.ComposerDependency
-
Create a ComposerDependency from group, project, and version.
- ComposerException - Exception in org.owasp.dependencycheck.data.composer
-
Represents an exception when handling a composer.json or composer.lock file.
- ComposerException() - Constructor for exception org.owasp.dependencycheck.data.composer.ComposerException
-
Creates a ComposerException with default message.
- ComposerException(String) - Constructor for exception org.owasp.dependencycheck.data.composer.ComposerException
-
Creates a ComposerException with the specified message.
- ComposerException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.data.composer.ComposerException
-
Creates a Composer exception with the specified message and cause.
- ComposerLockAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Used to analyze a composer.lock file for a composer PHP app.
- ComposerLockAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.ComposerLockAnalyzer
-
- ComposerLockParser - Class in org.owasp.dependencycheck.data.composer
-
Parses a Composer.lock file from an input stream.
- ComposerLockParser(InputStream) - Constructor for class org.owasp.dependencycheck.data.composer.ComposerLockParser
-
Creates a ComposerLockParser from a JsonReader and an InputStream.
- Confidence - Enum in org.owasp.dependencycheck.dependency
-
A confidence enumeration.
- connect(URL) - Method in class org.owasp.dependencycheck.data.ossindex.ODCConnectionTransport
-
- ConnectionFactory - Class in org.owasp.dependencycheck.data.nvdcve
-
Loads the configured database driver and returns the database connection.
- ConnectionFactory(Settings) - Constructor for class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Private constructor for this factory class; no instance is ever needed.
- containsUrl(String) - Static method in class org.owasp.dependencycheck.utils.UrlStringUtils
-
Tests if the text provided contains a URL.
- 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.
- CORE_JAVA_JSF - Static variable in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
-
Regex to identify core jsf libraries.
- CORE_JSF_FILES - Static variable in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
-
Regex to identify core jsf java library files.
- CorruptDatabaseException - Exception in org.owasp.dependencycheck.data.nvdcve
-
An exception used to indicate the db4o database is corrupt.
- CorruptDatabaseException(String) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.CorruptDatabaseException
-
Creates an CorruptDatabaseException.
- CorruptDatabaseException(String, Exception) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.CorruptDatabaseException
-
Creates an CorruptDatabaseException.
- cpe(Cpe) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
Adds a base CPE object to build a vulnerable software object from.
- CPE - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The CPE element name.
- 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
-
- cpeHasNoVersion(PropertyType) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Identifies if the cpe specified by the cpe suppression rule does not
specify a version.
- CpeIdentifier - Class in org.owasp.dependencycheck.dependency.naming
-
A CPE Identifier for a dependency object.
- CpeIdentifier(Cpe, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
Constructs a new CPE Identifier from a CPE object with the given
confidence.
- CpeIdentifier(Cpe, String, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
Constructs a new CPE Identifier from a CPE object with the given
confidence.
- CpeIdentifier(String, String, String, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
Constructs a new CPE Identifier from a CPE object with the given
confidence.
- CpeMatchStreamCollector - Class in org.owasp.dependencycheck.data.nvd.json
-
- CpeMatchStreamCollector() - Constructor for class org.owasp.dependencycheck.data.nvd.json.CpeMatchStreamCollector
-
- CpeMemoryIndex - Class in org.owasp.dependencycheck.data.cpe
-
An in memory Lucene index that contains the vendor/product combinations from
the CPE (application) identifiers within the NVD CVE data.
- CpePlus - Class in org.owasp.dependencycheck.data.update.cpe
-
A simple wrapper object that allows one to carry the ecosystem along with the
CPE.
- CpePlus(Cpe, String) - Constructor for class org.owasp.dependencycheck.data.update.cpe.CpePlus
-
Construct a new CPE plus object.
- CpeSuppressionAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
This is no longer used as a standalone analyzer; rather this is called by the
CPE Analyzer directly.
- CpeSuppressionAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.CpeSuppressionAnalyzer
-
- create(Settings) - Static method in class org.owasp.dependencycheck.data.ossindex.OssindexClientFactory
-
Constructs a new OSS Index Client.
- createComponents(String) - Method in class org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer
-
Creates a the TokenStreamComponents used to analyze the stream.
- createDependency(Dependency, String, String, String) - Method in class org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer
-
Construct a dependency object.
- CRITICALITY - Static variable in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
Criticality.
- CRITICALITY - Static variable in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Criticality.
- csv(String) - Method in class org.owasp.dependencycheck.reporting.EscapeTool
-
Formats text for CSV format.
- csvCpeConfidence(Set<Identifier>) - Method in class org.owasp.dependencycheck.reporting.EscapeTool
-
Takes a set of Identifiers, filters them to just CPEs, and formats them
for confidence display in a CSV.
- csvIdentifiers(Set<Identifier>) - Method in class org.owasp.dependencycheck.reporting.EscapeTool
-
Takes a set of Identifiers, filters them to none CPE, and formats them
for display in a CSV.
- CURRENT_ENGINE_RELEASE - Static variable in class org.owasp.dependencycheck.data.update.EngineVersionCheck
-
The property key indicating when the last version check occurred.
- CVE - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The CVE element name.
- CVEDataMeta - Class in org.owasp.dependencycheck.data.nvd.json
-
- CVEDataMeta() - Constructor for class org.owasp.dependencycheck.data.nvd.json.CVEDataMeta
-
- CveDB - Class in org.owasp.dependencycheck.data.nvdcve
-
The database holding information about the NVD CVE data.
- CveDB(Settings) - Constructor for class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Creates a new CveDB object and opens the database connection.
- CveItemOperator - Class in org.owasp.dependencycheck.data.nvdcve
-
Utility for processing
DefCveItem in order to extract key values
like textual description and ecosystem type.
- CveItemOperator() - Constructor for class org.owasp.dependencycheck.data.nvdcve.CveItemOperator
-
- CVEJSON40Min11 - Class in org.owasp.dependencycheck.data.nvd.json
-
- CVEJSON40Min11() - Constructor for class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
- CVEJSON40Min11.DataFormat - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CVEJSON40Min11.DataType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CVEJSON40Min11.DataVersion - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CVSS_BELOW - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The cvssBelow element name.
- CvssV2 - Class in org.owasp.dependencycheck.dependency
-
CVSS V2 scoring information.
- CvssV2(float, String, String, String, String, String, String, String) - Constructor for class org.owasp.dependencycheck.dependency.CvssV2
-
Constructs a new CVSS V2 object.
- CvssV20 - Class in org.owasp.dependencycheck.data.nvd.json
-
JSON Schema for Common Vulnerability Scoring System version 2.0
- CvssV20() - Constructor for class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- CvssV20.AccessComplexityType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.AccessVectorType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.AuthenticationType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.CiaRequirementType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.CiaType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.CollateralDamagePotentialType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.ExploitabilityType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.RemediationLevelType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.ReportConfidenceType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.TargetDistributionType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV20.Version - Enum in org.owasp.dependencycheck.data.nvd.json
-
CVSS Version
- CvssV3 - Class in org.owasp.dependencycheck.dependency
-
CVSS V3 scoring information.
- CvssV3(String, String, String, String, String, String, String, String, float, String) - Constructor for class org.owasp.dependencycheck.dependency.CvssV3
-
Constructs a new CVSS V3 object.
- CvssV3X - Class in org.owasp.dependencycheck.data.nvd.json
-
JSON Schema for Common Vulnerability Scoring System version 3.x
- CvssV3X() - Constructor for class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- CvssV3X.AttackComplexityType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.AttackVectorType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.CiaRequirementType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.CiaType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ConfidenceType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ExploitCodeMaturityType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ModifiedAttackComplexityType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ModifiedAttackVectorType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ModifiedCiaType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ModifiedPrivilegesRequiredType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ModifiedScopeType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ModifiedUserInteractionType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.PrivilegesRequiredType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.RemediationLevelType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.ScopeType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.SeverityType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.UserInteractionType - Enum in org.owasp.dependencycheck.data.nvd.json
-
- CvssV3X.Version - Enum in org.owasp.dependencycheck.data.nvd.json
-
CVSS Version
- CWE - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The CWE element name.
- 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
-
- CweSet - Class in org.owasp.dependencycheck.dependency
-
Collection of CWEs with a pretty print implemented in the toString().
- CweSet() - Constructor for class org.owasp.dependencycheck.dependency.CweSet
-
- 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(Throwable) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.DatabaseException
-
Creates an DatabaseException.
- DatabaseException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.DatabaseException
-
Creates an DatabaseException.
- DatabaseProperties - Class in org.owasp.dependencycheck.data.nvdcve
-
This is a wrapper around a set of properties that are stored in the database.
- DataCache<T> - Class in org.owasp.dependencycheck.data.cache
-
A generic wrapper for the Java Caching System (JCS).
- DataCache(CacheAccess<String, T>) - Constructor for class org.owasp.dependencycheck.data.cache.DataCache
-
Creates a new generic JCS wrapper.
- DataCacheFactory - Class in org.owasp.dependencycheck.data.cache
-
Factory to instantiate cache repositories.
- DataCacheFactory(Settings) - Constructor for class org.owasp.dependencycheck.data.cache.DataCacheFactory
-
Creates the data cache factory.
- dataExists() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Checks to see if data exists so that analysis can be performed.
- DateUtil - Class in org.owasp.dependencycheck.utils
-
- DB_STRUCTURE_RESOURCE - Static variable in class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Resource location for SQL file used to create the database schema.
- DB_STRUCTURE_UPDATE_RESOURCE - Static variable in class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Resource location for SQL file used to create the database schema.
- DBUtils - Class in org.owasp.dependencycheck.utils
-
Collection of utility methods for working with database objects.
- DEFAULT_JS_URL - Static variable in class org.owasp.dependencycheck.data.update.RetireJSDataSource
-
The default URL to the RetireJS JavaScript repository.
- DEFAULT_URL - Static variable in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
The default URL - this will be used by the CentralAnalyzer to determine
whether to enable this.
- DEFAULT_URL - Static variable in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
The default URL to the NPM Audit API.
- DefConfigurations - Class in org.owasp.dependencycheck.data.nvd.json
-
Defines the set of product configurations for a NVD applicability statement.
- DefConfigurations() - Constructor for class org.owasp.dependencycheck.data.nvd.json.DefConfigurations
-
- DefCpeMatch - Class in org.owasp.dependencycheck.data.nvd.json
-
CPE match string or range
- DefCpeMatch() - Constructor for class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- DefCpeName - Class in org.owasp.dependencycheck.data.nvd.json
-
CPE name
- DefCpeName() - Constructor for class org.owasp.dependencycheck.data.nvd.json.DefCpeName
-
- DefCveItem - Class in org.owasp.dependencycheck.data.nvd.json
-
Defines a vulnerability in the NVD data feed.
- DefCveItem() - Constructor for class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
- DefImpact - Class in org.owasp.dependencycheck.data.nvd.json
-
Impact scores for a vulnerability as found on NVD.
- DefImpact() - Constructor for class org.owasp.dependencycheck.data.nvd.json.DefImpact
-
- DefNode - Class in org.owasp.dependencycheck.data.nvd.json
-
Defines a node or sub-node in an NVD applicability statement.
- DefNode() - Constructor for class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- defrag() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
If the database is using an H2 file based database calling
defrag() will de-fragment the database.
- deleteUnusedCpe() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
This method is only referenced in unused code.
- 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(File, boolean) - Constructor for class org.owasp.dependencycheck.dependency.Dependency
-
Constructs a new Dependency object.
- Dependency(boolean) - Constructor for class org.owasp.dependencycheck.dependency.Dependency
-
Constructs a new Dependency object.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.CMakeAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.ComposerLockAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.GolangDepAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.NugetconfAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.NuspecAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.PEAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.RubyBundlerAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.RubyGemspecAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- DEPENDENCY_ECOSYSTEM - Static variable in class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
A descriptor for the type of dependencies processed or added by this
analyzer.
- 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
-
- DependencyCheckScanAgent - Class in org.owasp.dependencycheck.agent
-
This class provides a way to easily conduct a scan solely based on existing
evidence metadata rather than collecting evidence from the files themselves.
- DependencyCheckScanAgent() - Constructor for class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
- DependencyMergingAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
This analyzer will merge dependencies, created from different source, into a
single dependency.
- DependencyMergingAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
- DependencyNotFoundException - Exception in org.owasp.dependencycheck.exception
-
An exception used when a dependency could not be found.
- DependencyNotFoundException() - Constructor for exception org.owasp.dependencycheck.exception.DependencyNotFoundException
-
Creates a new DependencyNotFoundException.
- DependencyNotFoundException(String) - Constructor for exception org.owasp.dependencycheck.exception.DependencyNotFoundException
-
Creates a new DependencyNotFoundException.
- DependencyNotFoundException(Throwable) - Constructor for exception org.owasp.dependencycheck.exception.DependencyNotFoundException
-
Creates a new DependencyNotFoundException.
- DependencyNotFoundException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.exception.DependencyNotFoundException
-
Creates a new DependencyNotFoundException.
- 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.
- derivePomUrl(String, String, String) - Static method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Tries to determine the URL to the pom.xml.
- Description - Class in org.owasp.dependencycheck.data.nvd.json
-
- Description() - Constructor for class org.owasp.dependencycheck.data.nvd.json.Description
-
- DESCRIPTION - Static variable in class org.owasp.dependencycheck.xml.pom.PomHandler
-
The description element.
- 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.
- determineIdentifiers(Dependency, String, String, Confidence) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Retrieves a list of CPE values from the CveDB based on the vendor and
product passed in.
- DOCUMENT_KEY - Static variable in class org.owasp.dependencycheck.data.cpe.Fields
-
The key for the name document id.
- doUpdates() - Method in class org.owasp.dependencycheck.Engine
-
Cycles through the cached web data sources and calls update on all of
them.
- doUpdates(boolean) - Method in class org.owasp.dependencycheck.Engine
-
Cycles through the cached web data sources and calls update on all of
them.
- DownloadTask - Class in org.owasp.dependencycheck.data.update.nvd
-
A callable object to download two files.
- DownloadTask(NvdCveInfo, ExecutorService, CveDB, Settings) - Constructor for class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Simple constructor for the callable download task.
- DriverLoader - Class in org.owasp.dependencycheck.data.nvdcve
-
DriverLoader is a utility class that is used to load database drivers.
- DriverLoadException - Exception in org.owasp.dependencycheck.data.nvdcve
-
An exception thrown the database driver is unable to be loaded.
- DriverLoadException(String) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.DriverLoadException
-
Creates an DriverLoadException.
- DriverLoadException(Throwable) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.DriverLoadException
-
Creates an DriverLoadException.
- DriverLoadException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.data.nvdcve.DriverLoadException
-
Creates an DriverLoadException.
- gatherEvidence(JsonObject, Dependency) - Method in class org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer
-
Collects evidence from the given JSON for the associated dependency.
- GAV - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The GAV element name.
- GenericIdentifier - Class in org.owasp.dependencycheck.dependency.naming
-
In identifier such as a CPE or dependency coordinates (i.e.
- GenericIdentifier(String, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Constructs a new Identifier with the specified data.
- GenericIdentifier(String, String, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Constructs a new Identifier with the specified data.
- get(String) - Method in class org.owasp.dependencycheck.data.cache.DataCache
-
Gets an object from the cache.
- getAccess() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getAccessComplexity() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getAccessComplexity() - Method in class org.owasp.dependencycheck.dependency.CvssV2
-
Get the value of accessComplexity.
- getAccessVector() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getAccessVector() - Method in class org.owasp.dependencycheck.dependency.CvssV2
-
Get the value of accessVector.
- getAcInsufInfo() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- getActualFile() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Gets a reference to the File object.
- getActualFilePath() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Gets the file path of the dependency.
- getAddProduct() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of addProduct.
- getAddVendor() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of addVendor.
- getAddVersion() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of addVersion.
- getAffects() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
- 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.ArtifactoryAnalyzer
-
Returns the analysis phase under which the analyzer runs.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
Returns the phase this analyzer runs under.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.AutoconfAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
Returns the analysis phase under which the analyzer runs.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.CMakeAnalyzer
-
Tell that we are used for information collection.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.ComposerLockAnalyzer
-
Returns the phase this analyzer should run under.
- 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.CpeSuppressionAnalyzer
-
Returns the phase that the analyzer is intended to 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.DependencyMergingAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
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.GolangDepAnalyzer
-
Tell that we are used for information collection.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
Tell that we are used for information collection.
- 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.MSBuildProjectAnalyzer
-
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Returns the analysis phase under which the analyzer runs.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NpmCPEAnalyzer
-
Returns the analysis phase that this analyzer should run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NugetconfAnalyzer
-
Returns the analysis phase under which the analyzer runs.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NuspecAnalyzer
-
Returns the analysis phase under which the analyzer runs.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
-
Returns the analysis phase that this analyzer should run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.OpenSSLAnalyzer
-
Tell that we are used for information collection.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.OssIndexAnalyzer
-
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.PEAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.PipAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
Tell that we are used for information collection.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.RubyGemspecAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.VersionFilterAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.VulnerabilitySuppressionAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisTasks(Analyzer, List<Throwable>) - Method in class org.owasp.dependencycheck.Engine
-
Returns the analysis tasks for the dependencies.
- getAnalyzed() - Method in class org.owasp.dependencycheck.analyzer.AbstractDependencyComparingAnalyzer
-
Returns a flag indicating if this analyzer has run.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.ArtifactoryAnalyzer
-
Returns the key used in the properties file to to reference the
analyzer's enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.AutoconfAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
Returns the key used in the properties file to to reference the
analyzer's enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.CMakeAnalyzer
-
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.ComposerLockAnalyzer
-
Gets the key to determine whether the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.CpeSuppressionAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.GolangDepAnalyzer
-
Returns the key name for the analyzers enabled setting.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
Returns the key name for the analyzers enabled setting.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.MSBuildProjectAnalyzer
-
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
Returns the key used in the properties file to determine if the analyzer
is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
Returns the key used in the properties file to reference the enabled
property for the analyzer.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NpmCPEAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NugetconfAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NuspecAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.OpenSSLAnalyzer
-
Returns the setting for the analyzer enabled setting key.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.OssIndexAnalyzer
-
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.PEAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.PipAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
Returns the key name for the analyzers enabled setting.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.RubyGemspecAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.VersionFilterAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.VulnerabilitySuppressionAnalyzer
-
Returns the setting key to determine if the analyzer is enabled.
- getAnalyzers() - Method in class org.owasp.dependencycheck.analyzer.AnalyzerService
-
Returns a list of all instances of the Analyzer interface.
- getAnalyzers(AnalysisPhase...) - Method in class org.owasp.dependencycheck.analyzer.AnalyzerService
-
Returns a list of all instances of the Analyzer interface that are bound
to one of the given phases.
- getAnalyzers(List<AnalysisPhase>) - Method in class org.owasp.dependencycheck.analyzer.AnalyzerService
-
Returns a list of all instances of the Analyzer interface that are bound
to one of the given phases.
- 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.
- getApplicationName() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of applicationName.
- getArtifactId() - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Gets the artifactId.
- getArtifactId() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of artifactId.
- getArtifactUrl() - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Gets the artifactUrl.
- getAssigner() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEDataMeta
-
(Required)
- getAttackComplexity() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getAttackComplexity() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of attackComplexity.
- getAttackVector() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getAttackVector() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of attackVector.
- getAuthentication() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getAuthentication() - Method in class org.owasp.dependencycheck.dependency.CvssV2
-
Get the value of authentication.
- getAuthors() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Gets the authors.
- getAvailabilityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getAvailabilityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getAvailabilityImpact() - Method in class org.owasp.dependencycheck.dependency.CvssV2
-
Get the value of availabilityImpact.
- getAvailabilityImpact() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of availabilityImpact.
- getAvailabilityRequirement() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getAvailabilityRequirement() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getAvailableVersions() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the value of availableVersions.
- getBaseMetricV2() - Method in class org.owasp.dependencycheck.data.nvd.json.DefImpact
-
CVSS V2.0 score.
- getBaseMetricV3() - Method in class org.owasp.dependencycheck.data.nvd.json.DefImpact
-
CVSS V3.x score.
- getBaseScore() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
(Required)
- getBaseScore() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
(Required)
- getBaseScore() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of baseScore.
- getBaseSeverity() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
(Required)
- getBaseSeverity() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of baseSeverity.
- getCentralCache() - Method in class org.owasp.dependencycheck.data.cache.DataCacheFactory
-
Returns the data cache for Central search.
- getCentralUrl() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of centralUrl.
- getChildren() - Method in class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- getCollateralDamagePotential() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getComments() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of comments.
- getCompanyName() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of companyName.
- getConfidence() - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Get the value of confidence.
- getConfidence() - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
- getConfidence() - Method in class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Get the value of confidence.
- getConfidence() - Method in interface org.owasp.dependencycheck.dependency.naming.Identifier
-
Get the value of confidence.
- getConfidence() - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
- getConfidentialityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getConfidentialityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getConfidentialityImpact() - Method in class org.owasp.dependencycheck.dependency.CvssV2
-
Get the value of confidentialityImpact.
- getConfidentialityImpact() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of confidentialityImpact.
- getConfidentialityRequirement() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getConfidentialityRequirement() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getConfigurations() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
Defines the set of product configurations for a NVD applicability statement.
- getConnection() - Method in class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Constructs a new database connection object per the database
configuration.
- getConnectionString() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of connectionString.
- getConnectionTimeout() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of connectionTimeout.
- getCpe() - Method in class org.owasp.dependencycheck.data.update.cpe.CpePlus
-
Get the value of CPE.
- getCpe() - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
Returns the CPE object.
- getCpe() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of CPE.
- getCpe22Uri() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- getCpe22Uri() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeName
-
- getCpe23Uri() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
(Required)
- getCpe23Uri() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeName
-
(Required)
- getCpeMatch() - Method in class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- getCpeName() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- 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.
- getCpeStartsWithFilter() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Returns the starting string that identifies CPEs that are qualified to be
imported.
- getCreated() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getCurrentReleaseVersion() - Method in class org.owasp.dependencycheck.data.update.EngineVersionCheck
-
Retrieves the current released version number from the github
documentation site.
- getCve() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getCve() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
(Required)
- getCve() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of CVE.
- getCVEDataFormat() - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
- getCVEDataMeta() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
- getCVEDataNumberOfCVEs() - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
NVD adds number of CVE in this feed
- getCVEDataTimestamp() - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
NVD adds feed date timestamp
- getCVEDataType() - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
- getCVEDataVersion() - Method in class org.owasp.dependencycheck.data.nvd.json.DefConfigurations
-
- getCVEDataVersion() - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
- getCveDB() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
returns a reference to the CveDB.
- getCVEItems() - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
NVD feed array of CVE
- getCves() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getCveUrlBase() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of cveUrlBase.
- getCveUrlModified() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of cveUrlModified.
- getCvssBelow() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of cvssBelow.
- getCvssV2() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
JSON Schema for Common Vulnerability Scoring System version 2.0
- getCvssV2() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the CVSS V2 scoring information.
- getCvssV3() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV3
-
JSON Schema for Common Vulnerability Scoring System version 3.x
- getCvssV3() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the CVSS V3 scoring information.
- 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.data.nodeaudit.Advisory
-
- getCwe() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of CWE.
- getCwes() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the set of CWEs.
- getDatabase() - Method in class org.owasp.dependencycheck.Engine
-
Returns a reference to the database.
- getDatabaseDriverName() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of databaseDriverName.
- getDatabaseDriverPath() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of databaseDriverPath.
- getDatabasePassword() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of databasePassword.
- getDatabaseProperties() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Get the value of databaseProperties.
- getDatabaseUser() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of databaseUser.
- getDataDirectory() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of dataDirectory.
- getDataFormat() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- getDataSources() - Method in class org.owasp.dependencycheck.data.update.UpdateService
-
Returns an Iterator for all instances of the CachedWebDataSource
interface.
- getDataType() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- getDataVersion() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- getDependencies() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Returns a list of pre-determined dependencies.
- getDependencies() - Method in class org.owasp.dependencycheck.data.composer.ComposerLockParser
-
Gets the list of dependencies.
- getDependencies() - Method in class org.owasp.dependencycheck.data.golang.GoModJsonParser
-
Gets the list of dependencies.
- getDependencies() - Method in class org.owasp.dependencycheck.Engine
-
Returns a copy of the dependencies as an array.
- getDependencyLockfile() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getDependencyPackage() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getDependencyVersion() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getDescription() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getDescription() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- getDescription() - Method in class org.owasp.dependencycheck.data.nvd.json.ProblemtypeDatum
-
(Required)
- getDescription() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
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.xml.pom.Model
-
Get the value of description.
- getDescriptionData() - Method in class org.owasp.dependencycheck.data.nvd.json.Description
-
(Required)
- getDisclosureDate() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getDisplayFileName() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns the file name to display in reports; if no display file name has
been set it will default to constructing a name based on the name and
version fields, otherwise it will return the actual file name.
- getDocument(int) - Method in class org.owasp.dependencycheck.data.cpe.AbstractMemoryIndex
-
Retrieves a document from the Index.
- getDocument(int) - Method in interface org.owasp.dependencycheck.data.cpe.MemoryIndex
-
Retrieves a document from the Index.
- getDocumentId() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Get the value of documentId.
- getDuplicate() - Method in class org.owasp.dependencycheck.xml.hints.VendorDuplicatingHintRule
-
Get the value of duplicate.
- getEcosystem() - Method in class org.owasp.dependencycheck.data.update.cpe.CpePlus
-
Get the value of ecosystem.
- getEcosystem() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- getEntries() - Method in class org.owasp.dependencycheck.dependency.CweSet
-
Get the value of CWEs.
- getEnvironmentalScore() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getEnvironmentalScore() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getEnvironmentalSeverity() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getEpochValueInSeconds(String) - Static method in class org.owasp.dependencycheck.utils.DateUtil
-
Returns the string value converted to an epoch seconds.
- getError() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of error.
- getException() - Method in class org.owasp.dependencycheck.data.update.nvd.ProcessTask
-
Get the value of exception.
- getExceptions() - Method in exception org.owasp.dependencycheck.exception.ExceptionCollection
-
Get the value of exceptions.
- getExecutorService(Analyzer) - Method in class org.owasp.dependencycheck.Engine
-
Returns the executor service for a given analyzer.
- getExploitability() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getExploitabilityScore() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
CVSS subscore.
- getExploitabilityScore() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV3
-
CVSS subscore.
- getExploitCodeMaturity() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getFailBuildOnCVSS() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of failBuildOnCVSS.
- getFile() - Method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Get the value of file.
- getFileDescription() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of fileDescription.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.AbstractFileTypeAnalyzer
-
Returns the
FileFilter used to determine which files are
to be analyzed.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
-
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.ArtifactoryAnalyzer
-
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.AutoconfAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.CMakeAnalyzer
-
Returns the set of supported file extensions.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.ComposerLockAnalyzer
-
Returns the FileFilter.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.GolangDepAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Returns the FileFilter.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.MSBuildProjectAnalyzer
-
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.NugetconfAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.NuspecAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.OpenSSLAnalyzer
-
Returns the set of supported file extensions.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.PEAnalyzer
-
Returns the FileFilter.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.PipAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
Returns the FileFilter.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.RubyGemspecAnalyzer
-
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
Returns the FileFilter
- getFileName() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns the file name of the dependency.
- getFileName() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of fileName.
- getFileNames() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Returns the list of fileName evidence to match against.
- getFilePath() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Gets the file path of the dependency.
- getFilePath() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of filePath.
- getFilesMatched() - Method in class org.owasp.dependencycheck.analyzer.AbstractFileTypeAnalyzer
-
Gets the value of filesMatched.
- getFileTypeAnalyzers() - Method in class org.owasp.dependencycheck.Engine
-
Returns the set of file type analyzers.
- getFileVersion() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of fileVersion.
- getFoundBy() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getFullCwes() - Method in class org.owasp.dependencycheck.dependency.CweSet
-
Returns a map of CWE-ID and title.
- getFullName(String) - Static method in class org.owasp.dependencycheck.data.cwe.CweDB
-
Returns the full CWE name from the CWE ID.
- getFullName() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of fullName.
- getGav() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of Maven GAV.
- getGeneratedKey(PreparedStatement) - Static method in class org.owasp.dependencycheck.utils.DBUtils
-
Returns the generated integer primary key for a newly inserted row.
- getGivenProduct() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of givenProduct.
- getGivenVendor() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of givenVendor.
- getGivenVersion() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of givenVersion.
- getGroup() - Method in class org.owasp.dependencycheck.data.composer.ComposerDependency
-
Get the group.
- getGroupId() - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Gets the groupId.
- getGroupId() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of groupId.
- getGzSize() - Method in class org.owasp.dependencycheck.data.nvd.json.MetaProperties
-
Get the value of gzSize.
- getH2DataFile(Settings) - Static method in class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Returns a reference to the H2 database file.
- getHintRules() - Method in class org.owasp.dependencycheck.xml.hints.HintHandler
-
Returns the list of hint rules.
- getHintRules() - Method in class org.owasp.dependencycheck.xml.hints.HintParser
-
Returns the hint rules.
- getHook(Settings) - Static method in class org.owasp.dependencycheck.utils.H2DBShutdownHookFactory
-
Creates a new H2DB Shutdown Hook.
- getId() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getId() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getId() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackageReference
-
Gets the id.
- getId() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEDataMeta
-
(Required)
- getId() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Get the value of id.
- getImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
Impact scores for a vulnerability as found on NVD.
- getImpactScore() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
CVSS subscore.
- getImpactScore() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV3
-
CVSS subscore.
- getInstance() - Static method in class org.owasp.dependencycheck.data.cpe.CpeMemoryIndex
-
Gets the singleton instance of the CpeMemoryIndex.
- getInstance() - Static method in class org.owasp.dependencycheck.data.cpe.NpmCpeMemoryIndex
-
Gets the singleton instance of the CpeMemoryIndex.
- getIntegrityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getIntegrityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getIntegrityImpact() - Method in class org.owasp.dependencycheck.dependency.CvssV2
-
Get the value of integrityImpact.
- getIntegrityImpact() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of integrityImpact.
- getIntegrityRequirement() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getIntegrityRequirement() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getInternalName() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of internalName.
- getLang() - Method in class org.owasp.dependencycheck.data.nvd.json.LangString
-
(Required)
- getLastModifiedDate() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeName
-
- getLastModifiedDate() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
- getLastModifiedDate() - Method in class org.owasp.dependencycheck.data.nvd.json.MetaProperties
-
Get the value of lastModifiedDate in epoch time.
- getLeft() - Method in class org.owasp.dependencycheck.utils.Pair
-
Get the value of left.
- getLegalCopyright() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of legalCopyright.
- getLegalTrademarks() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of legalTrademarks.
- getLicense() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the value of license.
- getLicenses() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Returns the list of licenses.
- getLicenseUrl() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Gets the licenseUrl.
- getLogFile() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of logFile.
- getMainAndroidDependency(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
Determines which of the android dependencies should be considered the
primary.
- getMainDotnetDependency(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
Determines which of the dotnet dependencies should be considered the
primary.
- getMainGemspecDependency(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
Ruby gems installed by "bundle install" can have zero or more *.gemspec
files, all of which have the same packagePath and should be grouped.
- getMainSwiftDependency(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
Determines which of the swift dependencies should be considered the
primary.
- getMatchedVulnerableSoftware() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of matchedVulnerableSoftware.
- getMatchingSoftware(Cpe, Set<VulnerableSoftware>) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Determines if the given identifiedVersion is affected by the given cpeId
and previous version flag.
- getMd5sum() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns the MD5 Checksum of the dependency file.
- getMemoryIndex() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Returns the memory index.
- getMessage() - Method in exception org.owasp.dependencycheck.exception.ExceptionCollection
-
Returns the error message, including the message from all contained
exceptions.
- getMetaData() - Method in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
Returns a map of the meta data from the database properties.
- getMetaFile(String) - Method in class org.owasp.dependencycheck.data.update.NvdCveUpdater
-
Downloads the NVD CVE Meta file properties.
- getMode() - Method in class org.owasp.dependencycheck.Engine
-
Returns the mode of the engine.
- getModel() - Method in class org.owasp.dependencycheck.xml.pom.PomHandler
-
Returns the model obtained from the pom.xml.
- getModifiedAttackComplexity() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getModifiedAttackVector() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getModifiedAvailabilityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getModifiedConfidentialityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getModifiedIntegrityImpact() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getModifiedPrivilegesRequired() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getModifiedScope() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getModifiedUserInteraction() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getModuleName() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- 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.ArtifactoryAnalyzer
-
Returns the analyzer's name.
- getName() - Method in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
Gets this analyzer's name.
- getName() - Method in class org.owasp.dependencycheck.analyzer.AutoconfAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
Returns the analyzer's name.
- getName() - Method in class org.owasp.dependencycheck.analyzer.CMakeAnalyzer
-
Returns the name of the CMake analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.ComposerLockAnalyzer
-
Returns the analyzer's name.
- getName() - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Returns the name of this analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.CpeSuppressionAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
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.GolangDepAnalyzer
-
Returns the name of the Python Package Analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
Returns the name of the Golang Mode 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.MSBuildProjectAnalyzer
-
- getName() - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Returns the analyzer's name.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NpmCPEAnalyzer
-
Returns the name of this analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NugetconfAnalyzer
-
Returns the analyzer's name.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NuspecAnalyzer
-
Returns the analyzer's name.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NvdCveAnalyzer
-
Returns the name of this analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.OpenSSLAnalyzer
-
Returns the name of the Python Package Analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.OssIndexAnalyzer
-
- getName() - Method in class org.owasp.dependencycheck.analyzer.PEAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.PipAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
Returns the name of the Python Package Analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.RubyBundlerAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.RubyGemspecAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.VersionFilterAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.VulnerabilitySuppressionAnalyzer
-
Returns the name of the analyzer.
- getName(String) - Static method in class org.owasp.dependencycheck.data.cwe.CweDB
-
Returns the full CWE name from the CWE ID.
- getName() - Method in class org.owasp.dependencycheck.data.nvd.json.Reference
-
- getName() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- getName() - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Get the value of name.
- getName() - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
Returns the Package URL 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.xml.pom.License
-
Get the value of name.
- getName() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of name.
- getNamespace() - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
Returns the Package URL name space.
- getNamespaces() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of namespaces.
- getNegate() - Method in class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- getNexusUrl() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of nexusUrl.
- getNodeAuditCache() - Method in class org.owasp.dependencycheck.data.cache.DataCacheFactory
-
Returns the data cache for Node Audit.
- getNodes() - Method in class org.owasp.dependencycheck.data.nvd.json.DefConfigurations
-
- getNotes() - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
- getNotes() - Method in class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Get the value of notes from suppression notes.
- getNotes() - Method in interface org.owasp.dependencycheck.dependency.naming.Identifier
-
Get the value of notes from suppression notes.
- getNotes() - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
- getNotes() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of notes from suppression notes.
- getNotes() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of notes.
- getNvdCveInfo() - Method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Get the value of nvdCveInfo.
- getObtainAllPrivilege() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- getObtainOtherPrivilege() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- getObtainUserPrivilege() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- getOpenSSLVersion(long) - Static method in class org.owasp.dependencycheck.analyzer.OpenSSLAnalyzer
-
Returns the open SSL version as a string.
- getOperator() - Method in class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- getOrganization() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of organization.
- getOrganizationUrl() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of organizationUrl.
- getOriginalFilename() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of originalFilename.
- getOverview() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getOwners() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Gets the owners.
- getPackagePath() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns the package path.
- getPackageStructure() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer.ClassNameInformation
-
Get the value of packageStructure
- getParentArtifactId() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of parentArtifactId.
- getParentGroupId() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of parentGroupId.
- getParentVersion() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of parentVersion.
- getPatchedVersions() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getPatchedVersions() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getPathToDotnetCore() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of pathToCore.
- getPhases() - Method in enum org.owasp.dependencycheck.Engine.Mode
-
Returns the phases for this mode.
- getPomCache() - Method in class org.owasp.dependencycheck.data.cache.DataCacheFactory
-
Returns the data cache for POM files.
- getPomUrl() - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Get the value of pomUrl.
- getPrivilegesRequired() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getPrivilegesRequired() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of privilegesRequired.
- getProblemtype() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- getProblemtypeData() - Method in class org.owasp.dependencycheck.data.nvd.json.Problemtype
-
(Required)
- getProduct() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Get the value of product.
- getProduct() - Method in class org.owasp.dependencycheck.data.nvd.json.VendorDatum
-
(Required)
- getProductData() - Method in class org.owasp.dependencycheck.data.nvd.json.Product
-
(Required)
- getProductName() - Method in class org.owasp.dependencycheck.data.nvd.json.Product__1
-
(Required)
- getProductName() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of productName.
- getProductVersion() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of productVersion.
- getProject() - Method in class org.owasp.dependencycheck.data.composer.ComposerDependency
-
Get the project.
- getProjectReferences() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the unmodifiable set of projectReferences.
- getProjectURL() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of projectURL.
- getProperties() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Returns a set of properties.
- getProperties() - Method in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
Returns the collection of Database Properties as a properties collection.
- getPropertiesFilePath() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of propertiesFilePath.
- getProperty(String) - Method in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
Returns the property value for the given key.
- getProperty(String, String) - Method in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
Returns the property value for the given key.
- getProxyPassword() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of proxyPassword.
- getProxyPort() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of proxyPort.
- getProxyServer() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of proxyServer.
- getProxyUrl() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
- getProxyUsername() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of proxyUsername.
- getPublishedDate() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
- getRecommendation() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getReferenceData() - Method in class org.owasp.dependencycheck.data.nvd.json.References
-
(Required)
- getReferences() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getReferences() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- getReferences() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of references.
- getReferences(boolean) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Returns the list of references.
- getRefsource() - Method in class org.owasp.dependencycheck.data.nvd.json.Reference
-
- getRelatedDependencies() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- getRemediationLevel() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getRemediationLevel() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getRemoveProduct() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of removeProduct.
- getRemoveVendor() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of removeVendor.
- getRemoveVersion() - Method in class org.owasp.dependencycheck.xml.hints.HintRule
-
Get the value of removeVersion.
- getReportConfidence() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getReportConfidence() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getReportedBy() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getReportFile(String, ReportGenerator.Format) - Static method in class org.owasp.dependencycheck.reporting.ReportGenerator
-
Determines the report file name based on the give output location and
format.
- getReportFormat() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of reportFormat.
- getReportOutputDirectory() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of reportOutputDirectory.
- getResults() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditJsonParser
-
Gets the list of results.
- getRight() - Method in class org.owasp.dependencycheck.utils.Pair
-
Get the value of right.
- getRuleCount() - Method in class org.owasp.dependencycheck.analyzer.AbstractSuppressionAnalyzer
-
Get the number of suppression rules.
- getScope() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getScope() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of scope.
- getScore() - Method in class org.owasp.dependencycheck.dependency.CvssV2
-
Get the value of score.
- getSearchScore() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Get the value of searchScore.
- getSettings() - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Returns the configured settings.
- getSettings() - Method in class org.owasp.dependencycheck.Engine
-
Returns the configured settings.
- getSeverity() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getSeverity() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- getSeverity() - Method in class org.owasp.dependencycheck.dependency.CvssV2
-
Get the value of severity.
- getSha1() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of sha1.
- getSha1sum() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns the SHA1 Checksum of the dependency.
- getSha256() - Method in class org.owasp.dependencycheck.data.nvd.json.MetaProperties
-
Get the value of SHA256.
- getSha256sum() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns the SHA256 Checksum of the dependency.
- getSize() - Method in class org.owasp.dependencycheck.data.nvd.json.MetaProperties
-
Get the value of size.
- getSoftwareIdentifiers() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns an unmodifiable set of software identifiers.
- 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.
- getSource() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Returns the source that identified the vulnerability.
- getState() - Method in class org.owasp.dependencycheck.data.nvd.json.CVEDataMeta
-
- getStopWords() - Static method in class org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer
-
Returns the set of stop words being used.
- getSupportedExtensions() - Method in class org.owasp.dependencycheck.analyzer.AbstractSuppressionAnalyzer
-
Returns a list of file EXTENSIONS supported by this analyzer.
- getSuppressedIdentifiers() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the unmodifiable set of suppressedIdentifiers.
- getSuppressedVulnerabilities() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get an unmodifiable set of suppressedVulnerabilities.
- getSuppressedVulnerabilities(boolean) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get an unmodifiable, optionally sorted.
- getSuppressionFile() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of suppressionFile.
- getSuppressionRules() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
Get the value of suppressionRules.
- getTags() - Method in class org.owasp.dependencycheck.data.nvd.json.Reference
-
- getTargetDistribution() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getTemporalScore() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- getTemporalScore() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getTemporalSeverity() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getTermAtt() - Method in class org.owasp.dependencycheck.data.lucene.AbstractTokenizingFilter
-
Gets the CharTermAttribute.
- getTimestamp() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Get the value of timestamp - epoch time.
- getTitle() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getTitle() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getTitle() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Gets the title.
- getTokens() - Method in class org.owasp.dependencycheck.data.lucene.AbstractTokenizingFilter
-
Gets the list of tokens.
- getUnscoredSeverity() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
- getUntil() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the (@code{nullable}) value of until.
- getUpdated() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getUpdatesNeeded() - Method in class org.owasp.dependencycheck.data.update.NvdCveUpdater
-
Determines if the index needs to be updated.
- getUpdateToVersion() - Method in class org.owasp.dependencycheck.data.update.EngineVersionCheck
-
Getter for updateToVersion - only used for testing.
- getUrl() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditResult
-
- getUrl() - Method in class org.owasp.dependencycheck.data.nvd.json.Reference
-
(Required)
- getUrl() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Get the value of URL.
- getUrl() - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
- getUrl() - Method in class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Get the value of URL.
- getUrl() - Method in interface org.owasp.dependencycheck.dependency.naming.Identifier
-
Get the value of URL.
- getUrl() - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
- getUrl() - Method in class org.owasp.dependencycheck.dependency.Reference
-
Get the value of url.
- getUrl() - Method in class org.owasp.dependencycheck.xml.pom.License
-
Get the value of url.
- getUserInteraction() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- getUserInteraction() - Method in class org.owasp.dependencycheck.dependency.CvssV3
-
Get the value of userInteraction.
- getUserInteractionRequired() - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- getValue() - Method in class org.owasp.dependencycheck.data.nvd.json.LangString
-
(Required)
- getValue() - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Get the value of value.
- getValue() - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
- getValue() - Method in class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Get the string representation of the Identifier.
- getValue() - Method in interface org.owasp.dependencycheck.dependency.naming.Identifier
-
Get the string representation of the Identifier.
- getValue() - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
- getValue() - Method in class org.owasp.dependencycheck.xml.hints.VendorDuplicatingHintRule
-
Get the value of value.
- getValue() - Method in class org.owasp.dependencycheck.xml.suppression.PropertyType
-
Gets the value of the value property.
- getVectorString() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
(Required)
- getVectorString() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
(Required)
- getVendor() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Get the value of vendor.
- getVendor() - Method in class org.owasp.dependencycheck.data.nvd.json.Affects
-
(Required)
- getVendorData() - Method in class org.owasp.dependencycheck.data.nvd.json.Vendor
-
(Required)
- getVendorDuplicatingHintRules() - Method in class org.owasp.dependencycheck.xml.hints.HintHandler
-
Returns the list of vendor duplicating hint rules.
- getVendorDuplicatingHintRules() - Method in class org.owasp.dependencycheck.xml.hints.HintParser
-
Returns the vendor duplicating hint rules.
- getVendorName() - Method in class org.owasp.dependencycheck.data.nvd.json.VendorDatum
-
(Required)
- getVendorProductList() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Returns the entire list of vendor/product combinations.
- getVendorProductListForNode() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Returns the entire list of vendor/product combinations filtered for just
Node JS related products.
- getVersion() - Method in class org.owasp.dependencycheck.data.composer.ComposerDependency
-
Get the version.
- getVersion() - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Gets the version.
- getVersion() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getVersion() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackageReference
-
Gets the version.
- getVersion() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
CVSS Version
(Required)
- getVersion() - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
CVSS Version
(Required)
- getVersion() - Method in class org.owasp.dependencycheck.data.nvd.json.Product__1
-
(Required)
- getVersion() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- getVersion() - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
Returns the Package URL version.
- getVersion() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of version.
- getVersionAffected() - Method in class org.owasp.dependencycheck.data.nvd.json.VersionDatum
-
- getVersionData() - Method in class org.owasp.dependencycheck.data.nvd.json.Version
-
(Required)
- getVersionEndExcluding() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- getVersionEndExcluding() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Returns the versionEndExcluding.
- getVersionEndIncluding() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- getVersionEndIncluding() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Returns the versionEndIncluding.
- getVersionParts() - Method in class org.owasp.dependencycheck.utils.DependencyVersion
-
Get the value of versionParts.
- getVersionStartExcluding() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- getVersionStartExcluding() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Returns the versionStartExcluding.
- getVersionStartIncluding() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- getVersionStartIncluding() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Returns the versionStartIncluding.
- getVersionValue() - Method in class org.owasp.dependencycheck.data.nvd.json.VersionDatum
-
(Required)
- getVulnerabilities(Cpe) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Retrieves the vulnerabilities associated with the specified CPE.
- getVulnerabilities() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the unmodifiable sorted set of vulnerabilities.
- getVulnerabilities(boolean) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the unmodifiable list of vulnerabilities; optionally sorted.
- getVulnerability(String) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Gets a vulnerability for the provided CVE.
- getVulnerable() - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
(Required)
- getVulnerableSoftware() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of vulnerableSoftware.
- getVulnerableSoftware(boolean) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Returns a sorted list of vulnerable software.
- getVulnerableSoftwareIdentifiers() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns an unmodifiable set of vulnerability identifiers.
- getVulnerableVersions() - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- getWarning() - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Get the value of warning.
- getZipExtensions() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of zipExtensions.
- getZipSize() - Method in class org.owasp.dependencycheck.data.nvd.json.MetaProperties
-
Get the value of zipSize.
- GO_MOD - Static variable in class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
Lock file name.
- GolangDepAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Go lang dependency analyzer.
- GolangDepAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.GolangDepAnalyzer
-
- GolangModAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Go mod dependency analyzer.
- GolangModAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
- GoModDependency - Class in org.owasp.dependencycheck.data.golang
-
Represents a Go module dependency.
- GoModJsonParser - Class in org.owasp.dependencycheck.data.golang
-
Parses json output from `go mod edit -json`.
- GoModJsonParser(InputStream) - Constructor for class org.owasp.dependencycheck.data.golang.GoModJsonParser
-
Creates a ComposerLockParser from a JsonReader and an InputStream.
- GROK_SCHEMA - Static variable in class org.owasp.dependencycheck.xml.assembly.GrokParser
-
The grok assembly schema file location.
- GrokErrorHandler - Class in org.owasp.dependencycheck.xml.assembly
-
An XML parsing error handler.
- GrokErrorHandler() - Constructor for class org.owasp.dependencycheck.xml.assembly.GrokErrorHandler
-
- GrokHandler - Class in org.owasp.dependencycheck.xml.assembly
-
A handler to read Grok Assembly XML files.
- GrokHandler() - Constructor for class org.owasp.dependencycheck.xml.assembly.GrokHandler
-
- GrokParseException - Exception in org.owasp.dependencycheck.xml.assembly
-
An exception used when parsing a grok assembly XML file fails.
- GrokParseException() - Constructor for exception org.owasp.dependencycheck.xml.assembly.GrokParseException
-
Creates a new GrokParseException.
- GrokParseException(String) - Constructor for exception org.owasp.dependencycheck.xml.assembly.GrokParseException
-
Creates a new GrokParseException.
- GrokParseException(Throwable) - Constructor for exception org.owasp.dependencycheck.xml.assembly.GrokParseException
-
Creates a new GrokParseException.
- GrokParseException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.xml.assembly.GrokParseException
-
Creates a new GrokParseException.
- GrokParser - Class in org.owasp.dependencycheck.xml.assembly
-
A simple validating parser for XML Grok Assembly XML files.
- GrokParser() - Constructor for class org.owasp.dependencycheck.xml.assembly.GrokParser
-
- GROUPID - Static variable in class org.owasp.dependencycheck.xml.pom.PomHandler
-
The artifactId element.
- Identifier - Interface in org.owasp.dependencycheck.dependency.naming
-
The Identifier used to label dependencies.
- identifierMatches(PropertyType, Identifier) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Determines if the cpeEntry specified as a PropertyType matches the given
Identifier.
- identifierToSuppressionId(Identifier) - Method in class org.owasp.dependencycheck.reporting.ReportTool
-
Converts an identifier into the Suppression string when possible.
- 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.
- importJSON(File) - Method in class org.owasp.dependencycheck.data.update.nvd.ProcessTask
-
Imports the NVD CVE JSON File into the database.
- incrementToken() - Method in class org.owasp.dependencycheck.data.lucene.AlphaNumericFilter
- 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.
- 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
-
- IndexException - Exception in org.owasp.dependencycheck.data.cpe
-
An exception thrown when the there is an issue using the in-memory CPE Index.
- IndexException() - Constructor for exception org.owasp.dependencycheck.data.cpe.IndexException
-
Creates a new IndexException.
- IndexException(String) - Constructor for exception org.owasp.dependencycheck.data.cpe.IndexException
-
Creates a new IndexException.
- IndexException(Throwable) - Constructor for exception org.owasp.dependencycheck.data.cpe.IndexException
-
Creates a new IndexException.
- IndexException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.data.cpe.IndexException
-
Creates a new IndexException.
- InitializationException - Exception in org.owasp.dependencycheck.exception
-
An exception used when initializing analyzers.
- InitializationException() - Constructor for exception org.owasp.dependencycheck.exception.InitializationException
-
Creates a new InitializationException.
- InitializationException(String) - Constructor for exception org.owasp.dependencycheck.exception.InitializationException
-
Creates a new InitializationException.
- InitializationException(Throwable) - Constructor for exception org.owasp.dependencycheck.exception.InitializationException
-
Creates a new InitializationException.
- InitializationException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.exception.InitializationException
-
Creates a new InitializationException.
- InitializationException(String, Throwable, boolean) - Constructor for exception org.owasp.dependencycheck.exception.InitializationException
-
Creates a new InitializationException.
- initialize(Settings) - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Initializes the analyzer with the configured settings.
- initialize(Settings) - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
-
Initializes the analyzer with the configured settings.
- initialize(Settings) - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
-
Initializes the analyzer with the configured settings.
- initialize(Settings) - Method in class org.owasp.dependencycheck.analyzer.ArtifactoryAnalyzer
-
Initializes the analyzer with the configured settings.
- initialize(Settings) - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
Initializes the analyzer with the configured settings.
- initialize(Settings) - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Initializes the analyzer with the configured settings.
- initialize(Settings) - Method in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
Initializes the analyzer with the configured settings.
- initialize() - Method in class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Initializes the connection factory.
- initializeAnalyzer(Analyzer) - Method in class org.owasp.dependencycheck.Engine
-
Initializes the given analyzer.
- initializeEngine() - Method in class org.owasp.dependencycheck.Engine
-
Creates a new Engine using the specified classloader to dynamically load
Analyzer and Update services.
- initializeExecutorServices() - Method in class org.owasp.dependencycheck.data.update.NvdCveUpdater
-
Initialize the executor services for download and processing of the NVD
CVE XML data.
- instance() - Method in class org.owasp.dependencycheck.data.cpe.AbstractMemoryIndex
-
Returns a reference to the instance.
- instance() - Method in class org.owasp.dependencycheck.data.cpe.CpeMemoryIndex
-
Gets the singleton instance of the CpeMemoryIndex.
- instance() - Method in class org.owasp.dependencycheck.data.cpe.NpmCpeMemoryIndex
-
Gets the singleton instance of the NpmCpeMemoryIndex.
- interpolateString(String, Properties) - Static method in class org.owasp.dependencycheck.xml.pom.Model
-
A utility function that will interpolate strings based on values given in
the properties file.
- InvalidDataException - Exception in org.owasp.dependencycheck.data.update.exception
-
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.update.exception.InvalidDataException
-
Creates an InvalidDataException.
- InvalidDataException(String, Exception) - Constructor for exception org.owasp.dependencycheck.data.update.exception.InvalidDataException
-
Creates an InvalidDataException.
- isAutoUpdate() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of autoUpdate.
- isBase() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of base.
- isCaseSensitive() - Method in class org.owasp.dependencycheck.xml.suppression.PropertyType
-
Gets the value of the caseSensitive property.
- isCentralAnalyzerEnabled() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of centralAnalyzerEnabled.
- isCore(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
-
This is likely a very broken attempt at determining if the 'left'
dependency is the 'core' library in comparison to the 'right' library.
- isEmpty() - Method in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
Returns whether or not any properties are set.
- isEmpty() - Method in class org.owasp.dependencycheck.dependency.CweSet
-
Returns true if there are no CWEs; otherwise
false.
- isEnabled() - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Get the value of enabled.
- isEnabled() - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
-
Get the value of enabled.
- isEnabled() - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Determine whether to enable this analyzer or not.
- isFatal() - Method in exception org.owasp.dependencycheck.exception.ExceptionCollection
-
Get the value of fatal.
- isFatal() - Method in exception org.owasp.dependencycheck.exception.InitializationException
-
Get the value of fatal.
- isGenerateReport() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of generateReport.
- isH2Connection() - Method in class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Determines if the connection string is for an H2 database.
- isH2Connection(Settings) - Static method in class org.owasp.dependencycheck.data.nvdcve.ConnectionFactory
-
Determines if the connection string is for an H2 database.
- isKeyword(String) - Static method in class org.owasp.dependencycheck.data.lucene.LuceneUtils
-
Determines if the given term is a Lucene keyword (e.g.
- isLocked() - Method in class org.owasp.dependencycheck.utils.H2DBLock
-
Determine if the lock is currently held.
- isModified() - Method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Returns true if the process task is for the modified json file from the
NVD.
- isNexusAnalyzerEnabled() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of nexusAnalyzerEnabled.
- isNexusUsesProxy() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of nexusUsesProxy.
- isOpen() - Method in class org.owasp.dependencycheck.data.cpe.AbstractMemoryIndex
-
returns whether or not the index is open.
- isOpen() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Returns whether the database connection is open or closed.
- isRegex() - Method in class org.owasp.dependencycheck.xml.suppression.PropertyType
-
Returns whether or not the value is a regex.
- isRejected(String) - Method in class org.owasp.dependencycheck.data.nvdcve.CveItemOperator
-
Determines if the CVE description includes the ** REJECT ** text
indicating that the CVE was requested but ultimately rejected.
- isSameRubyGem(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
Bundling Ruby gems that are identified from different .gemspec files but
denote the same package path.
- isSameSwiftPackage(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyMergingAnalyzer
-
Bundling same swift dependencies with the same packagePath but identified
by different file type analyzers.
- isShadedJar(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
-
Determines if the jar is shaded and the created pom.xml identified the
same CPE as the jar - if so, the pom.xml dependency should be removed.
- isShowSummary() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of showSummary.
- isUpdateOnly() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of updateOnly.
- isUrl(String) - Static method in class org.owasp.dependencycheck.utils.UrlStringUtils
-
Tests if the given text is url.
- isVirtual() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns whether or not this dependency is virtual or not.
- isVulnerable() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Returns the value of vulnerable.
- isWebJar(Dependency, Dependency) - Method in class org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
-
Determines if a JS file is from a webjar dependency.
- iterator() - Method in class org.owasp.dependencycheck.utils.DependencyVersion
-
Retrieves an iterator for the version parts.
- PACKAGE_JSON - Static variable in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
The file name to scan.
- PACKAGE_LOCK_JSON - Static variable in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
The file name to scan.
- PACKAGE_LOCK_JSON - Static variable in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
The file name to scan.
- PACKAGE_URL - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The Package URL element name.
- Pair<L,R> - Class in org.owasp.dependencycheck.utils
-
A generic pair of elements.
- Pair() - Constructor for class org.owasp.dependencycheck.utils.Pair
-
Constructs a new empty pair.
- Pair(L, R) - Constructor for class org.owasp.dependencycheck.utils.Pair
-
Constructs a new Pair with the given left and right values.
- PARENT - Static variable in class org.owasp.dependencycheck.xml.pom.PomHandler
-
The parent element.
- parse(JSONObject) - Method in class org.owasp.dependencycheck.data.nodeaudit.NpmAuditParser
-
Parses the JSON response from the NPM Audit API.
- parse(InputStream) - Method in interface org.owasp.dependencycheck.data.nuget.MSBuildProjectParser
-
- parse(InputStream) - Method in interface org.owasp.dependencycheck.data.nuget.NugetconfParser
-
Parse an input stream and return the resulting
NugetPackage.
- parse(InputStream) - Method in interface org.owasp.dependencycheck.data.nuget.NuspecParser
-
Parse an input stream and return the resulting
NugetPackage.
- parse(InputStream) - Method in class org.owasp.dependencycheck.data.nuget.XPathMSBuildProjectParser
-
Parses the given stream for MSBuild PackageReference elements.
- parse(InputStream) - Method in class org.owasp.dependencycheck.data.nuget.XPathNugetconfParser
-
Parse an input stream and return the resulting
NugetPackage.
- parse(InputStream) - Method in class org.owasp.dependencycheck.data.nuget.XPathNuspecParser
-
Parse an input stream and return the resulting
NugetPackage.
- parse(File) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveParser
-
Parses the NVD JSON file and inserts/updates data into the database.
- parse(File) - Method in class org.owasp.dependencycheck.xml.assembly.GrokParser
-
Parses the given XML file and returns the assembly data.
- parse(InputStream) - Method in class org.owasp.dependencycheck.xml.assembly.GrokParser
-
Parses the given XML stream and returns the contained assembly data.
- parse(File) - Method in class org.owasp.dependencycheck.xml.pom.PomParser
-
Parses the given xml file and returns a Model object containing only the
fields dependency-check requires.
- parse(InputStream) - Method in class org.owasp.dependencycheck.xml.pom.PomParser
-
Parses the given XML file and returns a Model object containing only the
fields dependency-check requires.
- ParseException - Exception in org.owasp.dependencycheck.exception
-
An exception thrown when a parsing error occurs.
- ParseException() - Constructor for exception org.owasp.dependencycheck.exception.ParseException
-
Creates a new ParseException.
- ParseException(String) - Constructor for exception org.owasp.dependencycheck.exception.ParseException
-
Creates a new ParseException.
- ParseException(Throwable) - Constructor for exception org.owasp.dependencycheck.exception.ParseException
-
Creates a new ParseException.
- ParseException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.exception.ParseException
-
Creates a new ParseException.
- parseHints(File) - Method in class org.owasp.dependencycheck.xml.hints.HintParser
-
Parses the given XML file and returns a list of the hints contained.
- parseHints(InputStream) - Method in class org.owasp.dependencycheck.xml.hints.HintParser
-
Parses the given XML stream and returns a list of the hint rules
contained.
- parseManifest(Dependency, List<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.
- parsePreVersion(String) - Static method in class org.owasp.dependencycheck.utils.DependencyVersionUtil
-
A utility class to extract the part before version numbers from file
names (or other strings containing version numbers.
- parseQuery(String) - Method in class org.owasp.dependencycheck.data.cpe.AbstractMemoryIndex
-
Parses the given string into a Lucene Query.
- parseQuery(String) - Method in interface org.owasp.dependencycheck.data.cpe.MemoryIndex
-
Parses the given string into a Lucene Query.
- parseSuppressionRules(File) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionParser
-
Parses the given XML file and returns a list of the suppression rules
contained.
- parseSuppressionRules(InputStream) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionParser
-
Parses the given XML stream and returns a list of the suppression rules
contained.
- 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.
- parseVersion(String, boolean) - 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.
- parseWithoutDocTypeCleanup(File) - Method in class org.owasp.dependencycheck.xml.pom.PomParser
-
Parses the given xml file and returns a Model object containing only the
fields dependency-check requires.
- parseWithoutDocTypeCleanup(InputStream) - Method in class org.owasp.dependencycheck.xml.pom.PomParser
-
Parses the given XML file and returns a Model object containing only the
fields dependency-check requires.
- parseXmlDate(String) - Static method in class org.owasp.dependencycheck.utils.DateUtil
-
Parses an XML xs:date into a calendar object.
- part(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- part(Part) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- passes(T) - Method in class org.owasp.dependencycheck.utils.Filter
-
Determines whether the object passes the filter.
- PEAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Takes a dependency and analyze the PE header for meta data that can be used
to identify the library.
- PEAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.PEAnalyzer
-
- PipAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Used to analyze pip dependency files named requirements.txt.
- PipAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.PipAnalyzer
-
- PODFILE_LOCK - Static variable in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
The file name to scan.
- PODSPEC - Static variable in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
The file name to scan.
- PomHandler - Class in org.owasp.dependencycheck.xml.pom
-
A handler to read the pom.xml model.
- PomHandler() - Constructor for class org.owasp.dependencycheck.xml.pom.PomHandler
-
- PomParseException - Exception in org.owasp.dependencycheck.xml.pom
-
An exception used when parsing a suppression rule file fails.
- PomParseException() - Constructor for exception org.owasp.dependencycheck.xml.pom.PomParseException
-
Creates a new SuppressionParseException.
- PomParseException(String) - Constructor for exception org.owasp.dependencycheck.xml.pom.PomParseException
-
Creates a new SuppressionParseException.
- PomParseException(Throwable) - Constructor for exception org.owasp.dependencycheck.xml.pom.PomParseException
-
Creates a new SuppressionParseException.
- PomParseException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.xml.pom.PomParseException
-
Creates a new SuppressionParseException.
- PomParser - Class in org.owasp.dependencycheck.xml.pom
-
A parser for pom.xml files.
- PomParser() - Constructor for class org.owasp.dependencycheck.xml.pom.PomParser
-
- PomProjectInputStream - Class in org.owasp.dependencycheck.xml.pom
-
Filters everything in an input stream prior to the <project> element.
- PomProjectInputStream(InputStream) - Constructor for class org.owasp.dependencycheck.xml.pom.PomProjectInputStream
-
Constructs a new POM project filtering input stream.
- PomUtils - Class in org.owasp.dependencycheck.xml.pom
-
- preflightRequest() - Method in class org.owasp.dependencycheck.data.artifactory.ArtifactorySearch
-
Performs a pre-flight request to ensure the Artifactory service is
reachable.
- preflightRequest() - Method in class org.owasp.dependencycheck.data.nexus.NexusSearch
-
Do a preflight request to see if the repository is actually working.
- prepare(Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Initialize the abstract analyzer.
- prepare(Engine) - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
-
The prepare method is called (once) prior to the analyze method being
called on all of the dependencies.
- prepareAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Prepares a given Analyzer.
- prepareAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractFileTypeAnalyzer
-
Initializes the analyzer.
- prepareAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractSuppressionAnalyzer
-
The prepare method loads the suppression XML file.
- prepareAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Creates the CPE Lucene Index.
- prepareAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
-
The prepare method does nothing for this Analyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.AbstractFileTypeAnalyzer
-
Prepares the file type analyzer for dependency analysis.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
-
The prepare method does nothing for this Analyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.ArtifactoryAnalyzer
-
Initializes the analyzer once before any analysis is performed.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
-
Initialize the analyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.AutoconfAnalyzer
-
Initializes the file type analyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
Initializes the analyzer once before any analysis is performed.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.CMakeAnalyzer
-
Initializes the analyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.CocoaPodsAnalyzer
-
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.ComposerLockAnalyzer
-
Initializes the analyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.GolangDepAnalyzer
-
No-op initializer implementation.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.GolangModAnalyzer
-
No-op initializer implementation.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Initializes the JarAnalyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.MSBuildProjectAnalyzer
-
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Initializes the analyzer once before any analysis is performed.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
Initializes the analyzer once before any analysis is performed.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
Performs validation on the configuration to ensure that the correct
analyzers are in place.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.NugetconfAnalyzer
-
Initializes the analyzer once before any analysis is performed.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.NuspecAnalyzer
-
Initializes the analyzer once before any analysis is performed.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.OpenSSLAnalyzer
-
No-op initializer implementation.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.PEAnalyzer
-
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.PipAnalyzer
-
Initializes the file type analyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
Makes sure a usable temporary directory is available.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
No-op initializer implementation.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.RetireJsAnalyzer
-
Prepares the file type analyzer for dependency analysis.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Initialize the analyzer.
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.RubyGemspecAnalyzer
-
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
- printStackTrace(PrintWriter) - Method in exception org.owasp.dependencycheck.exception.ExceptionCollection
-
Prints the stack trace.
- printStackTrace(PrintStream) - Method in exception org.owasp.dependencycheck.exception.ExceptionCollection
-
Prints the stack trace.
- Problemtype - Class in org.owasp.dependencycheck.data.nvd.json
-
- Problemtype() - Constructor for class org.owasp.dependencycheck.data.nvd.json.Problemtype
-
- ProblemtypeDatum - Class in org.owasp.dependencycheck.data.nvd.json
-
- ProblemtypeDatum() - Constructor for class org.owasp.dependencycheck.data.nvd.json.ProblemtypeDatum
-
- process() - Method in class org.owasp.dependencycheck.data.composer.ComposerLockParser
-
Process the input stream to create the list of dependencies.
- process() - Method in class org.owasp.dependencycheck.data.elixir.MixAuditJsonParser
-
Process the input stream to create the list of dependencies.
- process() - Method in class org.owasp.dependencycheck.data.golang.GoModJsonParser
-
Process the input stream to create the list of dependencies.
- process(Dependency) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Processes a given dependency to determine if any CPE, CVE, CWE, or CVSS
scores should be suppressed.
- processPackage(Engine, Dependency, JsonArray, String) - Method in class org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer
-
Processes a part of package.json (as defined by JsonArray) and update the
specified dependency with relevant info.
- processPackage(Engine, Dependency, JsonObject, String) - Method in class org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer
-
Processes a part of package.json (as defined by JsonObject) and update
the specified dependency with relevant info.
- processProperties(Properties) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Process the Maven properties file and interpolate all properties.
- processResponse(Dependency, HttpURLConnection) - Method in class org.owasp.dependencycheck.data.artifactory.ArtifactorySearch
-
Process the Artifactory response.
- ProcessTask - Class in org.owasp.dependencycheck.data.update.nvd
-
A callable task that will process a given set of NVD CVE xml files and update
the Cve Database accordingly.
- ProcessTask(CveDB, DownloadTask, Settings) - Constructor for class org.owasp.dependencycheck.data.update.nvd.ProcessTask
-
Constructs a new ProcessTask used to process an NVD CVE update.
- processTemplate(String, File) - Method in class org.owasp.dependencycheck.reporting.ReportGenerator
-
Generates a report from a given Velocity Template.
- processTemplate(String, OutputStream) - Method in class org.owasp.dependencycheck.reporting.ReportGenerator
-
Generates a report from a given Velocity Template.
- PRODUCT - Static variable in class org.owasp.dependencycheck.data.cpe.Fields
-
The key for the product field.
- Product - Class in org.owasp.dependencycheck.data.nvd.json
-
- Product() - Constructor for class org.owasp.dependencycheck.data.nvd.json.Product
-
- product(LogicalValue) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- product(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- Product__1 - Class in org.owasp.dependencycheck.data.nvd.json
-
- Product__1() - Constructor for class org.owasp.dependencycheck.data.nvd.json.Product__1
-
- PROJECT - Static variable in class org.owasp.dependencycheck.xml.pom.PomHandler
-
The project element.
- PropertyType - Class in org.owasp.dependencycheck.xml.suppression
-
A simple PropertyType used to represent a string value that could be used as
a regular expression or could be case insensitive.
- PropertyType() - Constructor for class org.owasp.dependencycheck.xml.suppression.PropertyType
-
- purge(Engine) - Method in interface org.owasp.dependencycheck.data.update.CachedWebDataSource
-
Deletes any locally cached data.
- purge(Engine) - Method in class org.owasp.dependencycheck.data.update.EngineVersionCheck
-
- purge(Engine) - Method in class org.owasp.dependencycheck.data.update.NvdCveUpdater
-
- purge(Engine) - Method in class org.owasp.dependencycheck.data.update.RetireJSDataSource
-
- purge() - Method in class org.owasp.dependencycheck.Engine
-
Purges the cached web data sources.
- PurlIdentifier - Class in org.owasp.dependencycheck.dependency.naming
-
The Package-URL Identifier implementation.
- PurlIdentifier(PackageURL, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
Constructs a new Package-URL identifier.
- PurlIdentifier(PackageURL, String, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
Constructs a new Package-URL identifier.
- PurlIdentifier(String, String, String, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
Constructs a new Package-URL identifier.
- PurlIdentifier(String, String, String, String, Confidence) - Constructor for class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
Constructs a new Package-URL identifier.
- purlMatches(PropertyType, Identifier) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Determines if the cpeEntry specified as a PropertyType matches the given
Identifier.
- put(String, T) - Method in class org.owasp.dependencycheck.data.cache.DataCache
-
Puts an object into the cache.
- PythonDistributionAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Used to analyze a Wheel or egg distribution files, or their contents in
unzipped form, and collect information that can be used to determine the
associated CPE.
- PythonDistributionAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.PythonDistributionAnalyzer
-
- PythonPackageAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
Used to analyze a Python package, and collect information that can be used to
determine the associated CPE.
- PythonPackageAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
- save(NvdCveInfo) - Method in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
Saves the last updated information to the properties file.
- save(String, String) - Method in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
Saves the key value pair to the properties store.
- saveProperty(String, String) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Saves a property to the database.
- scan(String[]) - Method in class org.owasp.dependencycheck.Engine
-
Scans an array of files or directories.
- scan(String[], 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(String, 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(File[], String) - Method in class org.owasp.dependencycheck.Engine
-
Scans an array of files or directories.
- scan(Collection<File>) - Method in class org.owasp.dependencycheck.Engine
-
Scans a collection of files or directories.
- scan(Collection<File>, String) - Method in class org.owasp.dependencycheck.Engine
-
Scans a collection of files or directories.
- scan(File) - Method in class org.owasp.dependencycheck.Engine
-
Scans a given file or directory.
- scan(File, String) - Method in class org.owasp.dependencycheck.Engine
-
Scans a given file or directory.
- ScanAgentException - Exception in org.owasp.dependencycheck.exception
-
An exception used when using @{link DependencyCheckScanAgent} to conduct a
scan and the scan fails.
- ScanAgentException() - Constructor for exception org.owasp.dependencycheck.exception.ScanAgentException
-
Creates a new ScanAgentException.
- ScanAgentException(String) - Constructor for exception org.owasp.dependencycheck.exception.ScanAgentException
-
Creates a new ScanAgentException.
- ScanAgentException(Throwable) - Constructor for exception org.owasp.dependencycheck.exception.ScanAgentException
-
Creates a new ScanAgentException.
- ScanAgentException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.exception.ScanAgentException
-
Creates a new ScanAgentException.
- scanDirectory(File) - Method in class org.owasp.dependencycheck.Engine
-
Recursively scans files and directories.
- scanDirectory(File, String) - 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.
- scanFile(File, String) - Method in class org.owasp.dependencycheck.Engine
-
Scans a specified file.
- search(Dependency) - Method in class org.owasp.dependencycheck.data.artifactory.ArtifactorySearch
-
Searches the configured Central URL for the given hash (MD5, SHA1 and
SHA256).
- search(String, int) - Method in class org.owasp.dependencycheck.data.cpe.AbstractMemoryIndex
-
Searches the index using the given search string.
- search(Query, int) - Method in class org.owasp.dependencycheck.data.cpe.AbstractMemoryIndex
-
Searches the index using the given query.
- search(String, int) - Method in interface org.owasp.dependencycheck.data.cpe.MemoryIndex
-
Searches the index using the given search string.
- search(Query, int) - Method in interface org.owasp.dependencycheck.data.cpe.MemoryIndex
-
Searches the index using the given query.
- searchCPE(Map<String, MutableInt>, Map<String, MutableInt>, 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.
- SearchException - Exception in org.owasp.dependencycheck.analyzer.exception
-
An exception thrown when an online searching fails (such as NPM).
- SearchException() - Constructor for exception org.owasp.dependencycheck.analyzer.exception.SearchException
-
Creates a new SearchException.
- SearchException(String) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.SearchException
-
Creates a new SearchException.
- SearchException(Throwable) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.SearchException
-
Creates a new SearchException.
- SearchException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.analyzer.exception.SearchException
-
Creates a new SearchException.
- SearchFieldAnalyzer - Class in org.owasp.dependencycheck.data.lucene
-
A Lucene field analyzer used to analyzer queries against the CPE data.
- SearchFieldAnalyzer() - Constructor for class org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer
-
Constructs a new SearchFieldAnalyzer.
- searchSha1(String) - Method in class org.owasp.dependencycheck.data.central.CentralSearch
-
Searches the configured Central URL for the given SHA1 hash.
- searchSha1(String) - Method in class org.owasp.dependencycheck.data.nexus.NexusSearch
-
Searches the configured Nexus repository for the given sha1 hash.
- setAccess(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setAccessComplexity(CvssV20.AccessComplexityType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setAccessVector(CvssV20.AccessVectorType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setAcInsufInfo(Boolean) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- setActualFilePath(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the actual file path of the dependency on disk.
- setAffects(Affects) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
- setApplicationName(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of applicationName.
- setArtifactId(String) - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Sets the artifactId.
- setArtifactId(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of artifactId.
- setArtifactUrl(String) - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Sets the artifactUrl.
- setAssigner(String) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEDataMeta
-
(Required)
- setAttackComplexity(CvssV3X.AttackComplexityType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setAttackVector(CvssV3X.AttackVectorType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setAuthentication(CvssV20.AuthenticationType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setAuthors(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Sets the authors.
- setAutoUpdate(boolean) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of autoUpdate.
- setAvailabilityImpact(CvssV20.CiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setAvailabilityImpact(CvssV3X.CiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setAvailabilityRequirement(CvssV20.CiaRequirementType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setAvailabilityRequirement(CvssV3X.CiaRequirementType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setBase(boolean) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of base.
- setBaseMetricV2(BaseMetricV2) - Method in class org.owasp.dependencycheck.data.nvd.json.DefImpact
-
CVSS V2.0 score.
- setBaseMetricV3(BaseMetricV3) - Method in class org.owasp.dependencycheck.data.nvd.json.DefImpact
-
CVSS V3.x score.
- setBaseScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
(Required)
- setBaseScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
(Required)
- setBaseSeverity(CvssV3X.SeverityType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
(Required)
- setCaseSensitive(boolean) - Method in class org.owasp.dependencycheck.xml.suppression.PropertyType
-
Sets the value of the caseSensitive property.
- setCentralAnalyzerEnabled(boolean) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of centralAnalyzerEnabled.
- setCentralSearch(CentralSearch) - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
Method used by unit tests to setup the analyzer.
- setCentralUrl(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of centralUrl.
- setChildren(List<DefNode>) - Method in class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- setCollateralDamagePotential(CvssV20.CollateralDamagePotentialType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setComments(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of comments.
- setCompanyName(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of companyName.
- setConfidence(Confidence) - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Set the value of confidence.
- setConfidence(Confidence) - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
Set the value of confidence.
- setConfidence(Confidence) - Method in class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Set the value of confidence.
- setConfidence(Confidence) - Method in interface org.owasp.dependencycheck.dependency.naming.Identifier
-
Set the value of confidence.
- setConfidence(Confidence) - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
Set the value of confidence.
- setConfidentialityImpact(CvssV20.CiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setConfidentialityImpact(CvssV3X.CiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setConfidentialityRequirement(CvssV20.CiaRequirementType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setConfidentialityRequirement(CvssV3X.CiaRequirementType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setConfigurations(DefConfigurations) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
Defines the set of product configurations for a NVD applicability statement.
- setConnectionString(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of connectionString.
- setConnectionTimeout(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of connectionTimeout.
- setCpe(Cpe) - Method in class org.owasp.dependencycheck.data.update.cpe.CpePlus
-
Set the value of CPE.
- setCpe(List<PropertyType>) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of CPE.
- setCpe22Uri(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- setCpe22Uri(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeName
-
- setCpe23Uri(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
(Required)
- setCpe23Uri(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeName
-
(Required)
- setCpeMatch(List<DefCpeMatch>) - Method in class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- setCpeName(List<DefCpeName>) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- setCpeStartsWithFilter(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Sets starting string that identifies CPEs that are qualified to be
imported.
- setCpeSuppressionAnalyzer(CpeSuppressionAnalyzer) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Sets the CPE Suppression Analyzer.
- setCreated(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setCve(CVEJSON40Min11) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
(Required)
- setCve(List<String>) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of CVE.
- setCVEDataFormat(String) - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
- setCVEDataMeta(CVEDataMeta) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
- setCVEDataNumberOfCVEs(String) - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
NVD adds number of CVE in this feed
- setCVEDataTimestamp(String) - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
NVD adds feed date timestamp
- setCVEDataType(String) - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
- setCVEDataVersion(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefConfigurations
-
- setCVEDataVersion(String) - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
- setCveDB(CveDB) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Sets the reference to the CveDB.
- setCVEItems(List<DefCveItem>) - Method in class org.owasp.dependencycheck.data.nvd.json.NvdCveFeedJson11
-
NVD feed array of CVE
- setCves(List<String>) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setCveUrlBase(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of cveUrlBase.
- setCveUrlModified(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of cveUrlModified.
- setCvssBelow(List<Float>) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of cvssBelow.
- setCvssV2(CvssV20) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
JSON Schema for Common Vulnerability Scoring System version 2.0
- setCvssV2(CvssV2) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Sets the CVSS V2 scoring information.
- setCvssV3(CvssV3X) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV3
-
JSON Schema for Common Vulnerability Scoring System version 3.x
- setCvssV3(CvssV3) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Sets the CVSS V3 scoring information.
- setCwe(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setCwe(List<String>) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of CWE.
- setDatabaseDriverName(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of databaseDriverName.
- setDatabaseDriverPath(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of databaseDriverPath.
- setDatabasePassword(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of databasePassword.
- setDatabaseUser(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of databaseUser.
- setDataDirectory(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of dataDirectory.
- setDataFormat(CVEJSON40Min11.DataFormat) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- setDataType(CVEJSON40Min11.DataType) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- setDataVersion(CVEJSON40Min11.DataVersion) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- setDependencies(List<Dependency>) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Sets the list of dependencies to scan.
- setDependencies(List<Dependency>) - Method in class org.owasp.dependencycheck.Engine
-
Sets the dependencies.
- setDescription(Description) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- setDescription(List<LangString>) - Method in class org.owasp.dependencycheck.data.nvd.json.ProblemtypeDatum
-
(Required)
- setDescription(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
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.xml.pom.Model
-
Set the value of description.
- setDescriptionData(List<LangString>) - Method in class org.owasp.dependencycheck.data.nvd.json.Description
-
(Required)
- setDisplayFileName(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the file name to display in reports.
- setDocumentId(int) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Set the value of documentId.
- setDuplicate(String) - Method in class org.owasp.dependencycheck.xml.hints.VendorDuplicatingHintRule
-
Set the value of duplicate.
- setEcosystem(String) - Method in class org.owasp.dependencycheck.data.update.cpe.CpePlus
-
Set the value of ecosystem.
- setEcosystem(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- setEnabled(boolean) - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Set the value of enabled.
- setEnvironmentalScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setEnvironmentalScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setEnvironmentalSeverity(CvssV3X.SeverityType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setError(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of error.
- setException(UpdateException) - Method in class org.owasp.dependencycheck.data.update.nvd.ProcessTask
-
Set the value of exception.
- setExploitability(CvssV20.ExploitabilityType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setExploitabilityScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
CVSS subscore.
- setExploitabilityScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV3
-
CVSS subscore.
- setExploitCodeMaturity(CvssV3X.ExploitCodeMaturityType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setFailBuildOnCVSS(float) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of failBuildOnCVSS.
- setFatal(boolean) - Method in exception org.owasp.dependencycheck.exception.ExceptionCollection
-
Set the value of fatal.
- setFatal(boolean) - Method in exception org.owasp.dependencycheck.exception.InitializationException
-
Set the value of fatal.
- setFileDescription(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of fileDescription.
- setFileName(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the file name of the dependency.
- setFileName(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of fileName.
- setFilePath(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the file path of the dependency.
- setFilePath(PropertyType) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of filePath.
- setFilesMatched(boolean) - Method in class org.owasp.dependencycheck.analyzer.AbstractFileTypeAnalyzer
-
Set the value of filesMatched.
- setFileVersion(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of fileVersion.
- setFoundBy(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setFullName(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of fullName.
- setGav(PropertyType) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of Maven GAV.
- setGenerateReport(boolean) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of generateReport.
- setGroupId(String) - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Sets the groupId.
- setGroupId(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of groupId.
- setId(int) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setId(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackageReference
-
Sets the id.
- setId(String) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEDataMeta
-
(Required)
- setImpact(DefImpact) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
Impact scores for a vulnerability as found on NVD.
- setImpactScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
CVSS subscore.
- setImpactScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV3
-
CVSS subscore.
- setIntegrityImpact(CvssV20.CiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setIntegrityImpact(CvssV3X.CiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setIntegrityRequirement(CvssV20.CiaRequirementType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setIntegrityRequirement(CvssV3X.CiaRequirementType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setInternalName(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of internalName.
- setLang(String) - Method in class org.owasp.dependencycheck.data.nvd.json.LangString
-
(Required)
- setLastModifiedDate(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeName
-
- setLastModifiedDate(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
- setLeft(L) - Method in class org.owasp.dependencycheck.utils.Pair
-
Set the value of left.
- setLegalCopyright(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of legalCopyright.
- setLegalTrademarks(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of legalTrademarks.
- setLicense(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Set the value of license.
- setLicenseUrl(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Sets the licenseUrl.
- setLogFile(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of logFile.
- setMatchedVulnerableSoftware(VulnerableSoftware) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Sets the CPE that caused this vulnerability to be flagged.
- setMd5sum(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the MD5 Checksum of the dependency.
- setMemoryIndex(MemoryIndex) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Sets the MemoryIndex.
- setModifiedAttackComplexity(CvssV3X.ModifiedAttackComplexityType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setModifiedAttackVector(CvssV3X.ModifiedAttackVectorType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setModifiedAvailabilityImpact(CvssV3X.ModifiedCiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setModifiedConfidentialityImpact(CvssV3X.ModifiedCiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setModifiedIntegrityImpact(CvssV3X.ModifiedCiaType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setModifiedPrivilegesRequired(CvssV3X.ModifiedPrivilegesRequiredType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setModifiedScope(CvssV3X.ModifiedScopeType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setModifiedUserInteraction(CvssV3X.ModifiedUserInteractionType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setModuleName(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setName(String) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer.ClassNameInformation
-
Set the value of name
- setName(String) - Method in class org.owasp.dependencycheck.data.nvd.json.Reference
-
- setName(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- 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.xml.pom.License
-
Set the value of name.
- setName(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of name.
- setNegate(Boolean) - Method in class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- setNexusAnalyzerEnabled(boolean) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of nexusAnalyzerEnabled.
- setNexusUrl(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of nexusUrl.
- setNexusUsesProxy(boolean) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of nexusUsesProxy.
- setNodes(List<DefNode>) - Method in class org.owasp.dependencycheck.data.nvd.json.DefConfigurations
-
- setNotes(String) - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
- setNotes(String) - Method in class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Set the value of notes.
- setNotes(String) - Method in interface org.owasp.dependencycheck.dependency.naming.Identifier
-
Set the value of notes.
- setNotes(String) - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
- setNotes(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of notes.
- setNotes(String) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of notes.
- setNvdCveInfo(NvdCveInfo) - Method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Set the value of nvdCveInfo.
- setObtainAllPrivilege(Boolean) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- setObtainOtherPrivilege(Boolean) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- setObtainUserPrivilege(Boolean) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- setOperator(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefNode
-
- setOrganization(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of organization.
- setOrganizationUrl(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of organizationUrl.
- setOriginalFilename(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of originalFilename.
- setOverview(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setOwners(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Sets the owners.
- setPackagePath(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the package path.
- setPackageUrl(PropertyType) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of Package URL.
- setParentArtifactId(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of parentArtifactId.
- setParentGroupId(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of parentGroupId.
- setParentVersion(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of parentVersion.
- setPatchedVersions(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setPathToDotnetCore(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of pathToCore.
- setPomEvidence(Dependency, Model, List<JarAnalyzer.ClassNameInformation>, boolean) - Static method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Sets evidence from the pom on the supplied dependency.
- setPomUrl(String) - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Set the value of pomUrl.
- setPrivilegesRequired(CvssV3X.PrivilegesRequiredType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setProblemtype(Problemtype) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- setProblemtypeData(List<ProblemtypeDatum>) - Method in class org.owasp.dependencycheck.data.nvd.json.Problemtype
-
(Required)
- setProduct(String) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Set the value of product.
- setProduct(Product) - Method in class org.owasp.dependencycheck.data.nvd.json.VendorDatum
-
(Required)
- setProductData(List<Product__1>) - Method in class org.owasp.dependencycheck.data.nvd.json.Product
-
(Required)
- setProductName(String) - Method in class org.owasp.dependencycheck.data.nvd.json.Product__1
-
(Required)
- setProductName(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of productName.
- setProductVersion(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of productVersion.
- setProjectURL(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of projectURL.
- setPropertiesFilePath(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of propertiesFilePath.
- setProxyPassword(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of proxyPassword.
- setProxyPort(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of proxyPort.
- setProxyServer(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of proxyServer.
- setProxyUrl(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
- setProxyUsername(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of proxyUsername.
- setPublishedDate(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCveItem
-
- setRecommendation(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setReferenceData(List<Reference>) - Method in class org.owasp.dependencycheck.data.nvd.json.References
-
(Required)
- setReferences(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setReferences(References) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11
-
(Required)
- setReferences(Set<Reference>) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of references.
- setRefsource(String) - Method in class org.owasp.dependencycheck.data.nvd.json.Reference
-
- setRegex(boolean) - Method in class org.owasp.dependencycheck.xml.suppression.PropertyType
-
Sets whether the value property is a regex.
- setRemediationLevel(CvssV20.RemediationLevelType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setRemediationLevel(CvssV3X.RemediationLevelType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setReportConfidence(CvssV20.ReportConfidenceType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setReportConfidence(CvssV3X.ConfidenceType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setReportedBy(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setReportFormat(ReportGenerator.Format) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of reportFormat.
- setReportOutputDirectory(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of reportOutputDirectory.
- setRight(R) - Method in class org.owasp.dependencycheck.utils.Pair
-
Set the value of right.
- setScope(CvssV3X.ScopeType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setSearchScore(float) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Set the value of searchScore.
- setSettings(Settings) - Method in class org.owasp.dependencycheck.data.update.NvdCveUpdater
-
Sets the settings object; this is used during testing.
- setSeverity(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setSeverity(String) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- setSha1(String) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of SHA1.
- setSha1sum(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the SHA1 Checksum of the dependency.
- setSha256sum(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- setShowSummary(boolean) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of showSummary.
- 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.
- setSource(Vulnerability.Source) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Sets the source that identified the vulnerability.
- setState(String) - Method in class org.owasp.dependencycheck.data.nvd.json.CVEDataMeta
-
- setSuppressionFile(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of suppressionFile.
- setTags(List<String>) - Method in class org.owasp.dependencycheck.data.nvd.json.Reference
-
- setTargetDistribution(CvssV20.TargetDistributionType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setTemporalScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
- setTemporalScore(Double) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setTemporalSeverity(CvssV3X.SeverityType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setTitle(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setTitle(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Sets the title.
- setUnscoredSeverity(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
- setUntil(Calendar) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of until.
- setUpdated(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setUpdateOnly(boolean) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of updateOnly.
- setUpdateToVersion(String) - Method in class org.owasp.dependencycheck.data.update.EngineVersionCheck
-
Setter for updateToVersion - only used for testing.
- setUrl(String) - Method in class org.owasp.dependencycheck.data.nvd.json.Reference
-
(Required)
- setUrl(String) - Method in class org.owasp.dependencycheck.dependency.naming.CpeIdentifier
-
Set the value of URL.
- setUrl(String) - Method in class org.owasp.dependencycheck.dependency.naming.GenericIdentifier
-
Set the value of URL.
- setUrl(String) - Method in interface org.owasp.dependencycheck.dependency.naming.Identifier
-
Set the value of URL.
- setUrl(String) - Method in class org.owasp.dependencycheck.dependency.naming.PurlIdentifier
-
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.xml.pom.License
-
Set the value of url.
- setUserInteraction(CvssV3X.UserInteractionType) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
- setUserInteractionRequired(Boolean) - Method in class org.owasp.dependencycheck.data.nvd.json.BaseMetricV2
-
- setValue(String) - Method in class org.owasp.dependencycheck.data.nvd.json.LangString
-
(Required)
- setValue(String) - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Set the value of value.
- setValue(String) - Method in class org.owasp.dependencycheck.xml.hints.VendorDuplicatingHintRule
-
Set the value of value.
- setValue(String) - Method in class org.owasp.dependencycheck.xml.suppression.PropertyType
-
Sets the value of the value property.
- setVectorString(String) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
(Required)
- setVectorString(String) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
(Required)
- setVendor(String) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Set the value of vendor.
- setVendor(Vendor) - Method in class org.owasp.dependencycheck.data.nvd.json.Affects
-
(Required)
- setVendorData(List<VendorDatum>) - Method in class org.owasp.dependencycheck.data.nvd.json.Vendor
-
(Required)
- setVendorName(String) - Method in class org.owasp.dependencycheck.data.nvd.json.VendorDatum
-
(Required)
- setVersion(String) - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Sets the version.
- setVersion(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setVersion(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackageReference
-
Sets the version.
- setVersion(CvssV20.Version) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV20
-
CVSS Version
(Required)
- setVersion(CvssV3X.Version) - Method in class org.owasp.dependencycheck.data.nvd.json.CvssV3X
-
CVSS Version
(Required)
- setVersion(Version) - Method in class org.owasp.dependencycheck.data.nvd.json.Product__1
-
(Required)
- setVersion(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- setVersion(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of version.
- setVersionAffected(String) - Method in class org.owasp.dependencycheck.data.nvd.json.VersionDatum
-
- setVersionData(List<VersionDatum>) - Method in class org.owasp.dependencycheck.data.nvd.json.Version
-
(Required)
- setVersionEndExcluding(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- setVersionEndIncluding(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- setVersionParts(List<String>) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
-
Set the value of versionParts.
- setVersionStartExcluding(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- setVersionStartIncluding(String) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
- setVersionValue(String) - Method in class org.owasp.dependencycheck.data.nvd.json.VersionDatum
-
(Required)
- setVulnerable(Boolean) - Method in class org.owasp.dependencycheck.data.nvd.json.DefCpeMatch
-
(Required)
- setVulnerableSoftware(Set<VulnerableSoftware>) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of vulnerableSoftware.
- setVulnerableVersions(String) - Method in class org.owasp.dependencycheck.data.nodeaudit.Advisory
-
- setWarning(String) - Method in class org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Set the value of warning.
- setZipExtensions(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of zipExtensions.
- SeverityUtil - Class in org.owasp.dependencycheck.utils
-
Utility to estimate severity level scores.
- SHA1 - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The sha1 hash element name.
- shouldAnalyze() - Method in class org.owasp.dependencycheck.AnalysisTask
-
Determines if the analyzer can analyze the given dependency.
- shouldProcess(File) - Method in class org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer
-
Determines if the path contains "/node_modules/" or "/bower_components/"
(i.e.
- shouldUpdate(long, long, DatabaseProperties, String) - Method in class org.owasp.dependencycheck.data.update.EngineVersionCheck
-
Determines if a new version of the dependency-check engine has been
released.
- shouldUpdate(File) - Method in class org.owasp.dependencycheck.data.update.RetireJSDataSource
-
Determines if the we should update the RetireJS database.
- showSummary(Dependency[]) - Static method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Generates a warning message listing a summary of dependencies and their
associated CPE and CVE entries.
- showSummary(String, Dependency[]) - Static method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Generates a warning message listing a summary of dependencies and their
associated CPE and CVE entries.
- SHRINKWRAP_JSON - Static variable in class org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer
-
The file name to scan.
- SHRINKWRAP_JSON - Static variable in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
The file name to scan.
- SLEEP_DURATION - Static variable in class org.owasp.dependencycheck.utils.H2DBLock
-
How long to sleep waiting for the lock.
- sortDependencies() - Method in class org.owasp.dependencycheck.Engine
-
Sorts the dependency list.
- SPM_FILE_NAME - Static variable in class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
The file name to scan.
- 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.xml.assembly.GrokHandler
-
Handles the start element event.
- startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.xml.hints.HintHandler
-
Handles the start element event.
- startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.xml.pom.PomHandler
-
Handles the start element event.
- startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
Handles the start element event.
- stream() - Method in class org.owasp.dependencycheck.dependency.CweSet
-
Streams the CWEs.
- submitPackage(JsonObject) - Method in class org.owasp.dependencycheck.data.nodeaudit.NodeAuditSearch
-
Submits the package.json file to the Node Audit API and returns a list of
zero or more Advisories.
- supplier() - Method in class org.owasp.dependencycheck.data.nvd.json.CpeMatchStreamCollector
-
- supplier() - Method in class org.owasp.dependencycheck.data.nvd.json.NodeFlatteningCollector
-
- supportsParallelProcessing() - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
The default is to support parallel processing.
- supportsParallelProcessing() - Method in class org.owasp.dependencycheck.analyzer.AbstractDependencyComparingAnalyzer
-
Does not support parallel processing as it only runs once and then
operates on all dependencies.
- supportsParallelProcessing() - Method in interface org.owasp.dependencycheck.analyzer.Analyzer
-
Returns whether multiple instances of the same type of analyzer can run
in parallel.
- supportsParallelProcessing() - Method in class org.owasp.dependencycheck.analyzer.ArtifactoryAnalyzer
-
Whether the analyzer is configured to support parallel processing.
- supportsParallelProcessing() - Method in class org.owasp.dependencycheck.analyzer.CentralAnalyzer
-
Whether the analyzer is configured to support parallel processing.
- supportsParallelProcessing() - Method in class org.owasp.dependencycheck.analyzer.OssIndexAnalyzer
-
Run without parallel support.
- SUPPRESS - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The suppress node, indicates the start of a new rule.
- SUPPRESSION_SCHEMA_1_1 - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionParser
-
The suppression schema file location for v1.1.
- SUPPRESSION_SCHEMA_1_2 - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionParser
-
The suppression schema file location for v 1.2.
- SUPPRESSION_SCHEMA_1_3 - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionParser
-
The suppression schema file location for v 1.3.
- SuppressionErrorHandler - Class in org.owasp.dependencycheck.xml.suppression
-
An XML parsing error handler.
- SuppressionErrorHandler() - Constructor for class org.owasp.dependencycheck.xml.suppression.SuppressionErrorHandler
-
- SuppressionHandler - Class in org.owasp.dependencycheck.xml.suppression
-
A handler to load suppression rules.
- SuppressionHandler() - Constructor for class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
- SuppressionParseException - Exception in org.owasp.dependencycheck.xml.suppression
-
An exception used when parsing a suppression rule file fails.
- SuppressionParseException() - Constructor for exception org.owasp.dependencycheck.xml.suppression.SuppressionParseException
-
Creates a new SuppressionParseException.
- SuppressionParseException(String) - Constructor for exception org.owasp.dependencycheck.xml.suppression.SuppressionParseException
-
Creates a new SuppressionParseException.
- SuppressionParseException(Throwable) - Constructor for exception org.owasp.dependencycheck.xml.suppression.SuppressionParseException
-
Creates a new SuppressionParseException.
- SuppressionParseException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.xml.suppression.SuppressionParseException
-
Creates a new SuppressionParseException.
- SuppressionParser - Class in org.owasp.dependencycheck.xml.suppression
-
A simple validating parser for XML Suppression Rules.
- SuppressionParser() - Constructor for class org.owasp.dependencycheck.xml.suppression.SuppressionParser
-
- SuppressionRule - Class in org.owasp.dependencycheck.xml.suppression
-
- SuppressionRule() - Constructor for class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
- swEdition(LogicalValue) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- swEdition(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- SwiftPackageManagerAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
This analyzer is used to analyze the SWIFT Package Manager
(https://swift.org/package-manager/).
- SwiftPackageManagerAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.SwiftPackageManagerAnalyzer
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11.DataFormat
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11.DataType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11.DataVersion
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AccessComplexityType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AccessVectorType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AuthenticationType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CiaRequirementType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CiaType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CollateralDamagePotentialType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.ExploitabilityType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.RemediationLevelType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.ReportConfidenceType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.TargetDistributionType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.Version
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.AttackComplexityType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.AttackVectorType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.CiaRequirementType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.CiaType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ConfidenceType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ExploitCodeMaturityType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedAttackComplexityType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedAttackVectorType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedCiaType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedPrivilegesRequiredType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedScopeType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedUserInteractionType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.PrivilegesRequiredType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.RemediationLevelType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ScopeType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.SeverityType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.UserInteractionType
-
- value() - Method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.Version
-
- 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.data.nvd.json.CVEJSON40Min11.DataFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11.DataVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AccessComplexityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AccessVectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CiaRequirementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CiaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CollateralDamagePotentialType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.ExploitabilityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.RemediationLevelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.ReportConfidenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.TargetDistributionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.Version
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.AttackComplexityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.AttackVectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.CiaRequirementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.CiaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ConfidenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ExploitCodeMaturityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedAttackComplexityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedAttackVectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedCiaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedPrivilegesRequiredType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedScopeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedUserInteractionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.PrivilegesRequiredType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.RemediationLevelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ScopeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.SeverityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.UserInteractionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.Version
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.dependency.Confidence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.dependency.EvidenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.dependency.Vulnerability.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.owasp.dependencycheck.Engine.Mode
-
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.data.nvd.json.CVEJSON40Min11.DataFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CVEJSON40Min11.DataVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AccessComplexityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AccessVectorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.AuthenticationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CiaRequirementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CiaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.CollateralDamagePotentialType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.ExploitabilityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.RemediationLevelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.ReportConfidenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.TargetDistributionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV20.Version
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.AttackComplexityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.AttackVectorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.CiaRequirementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.CiaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ConfidenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ExploitCodeMaturityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedAttackComplexityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedAttackVectorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedCiaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedPrivilegesRequiredType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedScopeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ModifiedUserInteractionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.PrivilegesRequiredType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.RemediationLevelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.ScopeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.SeverityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.UserInteractionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.data.nvd.json.CvssV3X.Version
-
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.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.dependency.EvidenceType
-
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.Vulnerability.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.owasp.dependencycheck.Engine.Mode
-
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.
- VENDOR - Static variable in class org.owasp.dependencycheck.data.cpe.Fields
-
The key for the vendor field.
- Vendor - Class in org.owasp.dependencycheck.data.nvd.json
-
- Vendor() - Constructor for class org.owasp.dependencycheck.data.nvd.json.Vendor
-
- vendor(LogicalValue) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- vendor(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- VendorDatum - Class in org.owasp.dependencycheck.data.nvd.json
-
- VendorDatum() - Constructor for class org.owasp.dependencycheck.data.nvd.json.VendorDatum
-
- VendorDuplicatingHintRule - Class in org.owasp.dependencycheck.xml.hints
-
Used to duplicate vendor evidence within a collection.
- VendorDuplicatingHintRule(String, String) - Constructor for class org.owasp.dependencycheck.xml.hints.VendorDuplicatingHintRule
-
Constructs a new duplicating rule.
- VERSION - Static variable in class org.owasp.dependencycheck.analyzer.ElixirMixAuditAnalyzer
-
Version.
- VERSION - Static variable in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Version.
- Version - Class in org.owasp.dependencycheck.data.nvd.json
-
- Version() - Constructor for class org.owasp.dependencycheck.data.nvd.json.Version
-
- VERSION - Static variable in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
The key for the database schema version.
- version(LogicalValue) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- version(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
- VERSION - Static variable in class org.owasp.dependencycheck.xml.pom.PomHandler
-
The version element.
- VersionDatum - Class in org.owasp.dependencycheck.data.nvd.json
-
- VersionDatum() - Constructor for class org.owasp.dependencycheck.data.nvd.json.VersionDatum
-
- versionEndExcluding(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
The ending range, excluding the specified version, for matching
vulnerable software.
- versionEndIncluding(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
The ending range, including the specified version, for matching
vulnerable software.
- VersionFilterAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
This analyzer attempts to filter out erroneous version numbers collected.
- VersionFilterAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.VersionFilterAnalyzer
-
- versionStartExcluding(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
The starting range, excluding the specified version, for matching
vulnerable software.
- versionStartIncluding(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
The starting range, including the specified version, for matching
vulnerable software.
- Vulnerability - Class in org.owasp.dependencycheck.dependency
-
Contains the information about a vulnerability.
- Vulnerability() - Constructor for class org.owasp.dependencycheck.dependency.Vulnerability
-
Default constructor.
- Vulnerability(String) - Constructor for class org.owasp.dependencycheck.dependency.Vulnerability
-
Constructs a new Vulnerability by its name.
- Vulnerability.Source - Enum in org.owasp.dependencycheck.dependency
-
An enumeration for the source of vulnerability.
- VULNERABILITY_NAME - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The vulnerabilityName element name.
- VulnerabilitySuppressionAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
The suppression analyzer processes an externally defined XML document that
complies with the suppressions.xsd schema.
- VulnerabilitySuppressionAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.VulnerabilitySuppressionAnalyzer
-
- vulnerable(boolean) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-
A flag indicating whether this represents a vulnerable software object.
- VulnerableSoftware - Class in org.owasp.dependencycheck.dependency
-
A record containing information about vulnerable software.
- VulnerableSoftware(Part, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean) - Constructor for class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Constructs a new immutable VulnerableSoftware object that represents the
Well Form Named defined in the CPE 2.3 specification.
- VulnerableSoftwareBuilder - Class in org.owasp.dependencycheck.dependency
-
A builder for VulnerableSoftware objects.
- VulnerableSoftwareBuilder() - Constructor for class org.owasp.dependencycheck.dependency.VulnerableSoftwareBuilder
-