- 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
-
- 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.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.
- add(String, String, String, long, boolean) - Method in class org.owasp.dependencycheck.data.update.nvd.UpdateableNvdCve
-
Adds a new entry of updateable information to the contained collection.
- 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.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.
- addIdentifier(String, String, String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds an entry to the list of detected Identifiers for the dependency
file.
- addIdentifier(String, String, String, Confidence) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds an entry to the list of detected Identifiers for the dependency
file.
- addIdentifier(Identifier) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds an entry to the list of detected Identifiers for the dependency
file.
- addIdentifiers(Set<Identifier>) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Adds a set of Identifiers to the current list of identifiers.
- addLicense(License) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Adds a new license to the list of licenses.
- 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.
- 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.
- addVulnerableSoftware(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Adds an entry for vulnerable software.
- addVulnerableSoftware(String, String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Adds an entry for vulnerable software.
- ADVISORY - Static variable in class org.owasp.dependencycheck.analyzer.RubyBundleAuditAnalyzer
-
Advisory.
- Advisory - Class in org.owasp.dependencycheck.data.nsp
-
The response from NSP check API will respond with 0 or more advisories.
- Advisory() - Constructor for class org.owasp.dependencycheck.data.nsp.Advisory
-
- AlphaNumericTokenizer - Class in org.owasp.dependencycheck.data.lucene
-
Tokenizes the input breaking it into tokens when non-alpha/numeric characters
are found.
- AlphaNumericTokenizer(Version, Reader) - Constructor for class org.owasp.dependencycheck.data.lucene.AlphaNumericTokenizer
-
Constructs a new AlphaNumericTokenizer.
- AlphaNumericTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.owasp.dependencycheck.data.lucene.AlphaNumericTokenizer
-
Constructs a new AlphaNumericTokenizer.
- AnalysisException - Exception in org.owasp.dependencycheck.analyzer.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.
- 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.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.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.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.NexusAnalyzer
-
Performs the analysis.
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
- analyzeDependency(Dependency, Engine) - Method in class org.owasp.dependencycheck.analyzer.NspAnalyzer
-
- 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.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.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.
- 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.
- 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
-
- AttributeValues() - Constructor for class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.AttributeValues
-
- 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.
- characters(char[], int, int) - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler
-
Reads the characters in the current node.
- characters(char[], int, int) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler
-
- 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.
- CHECK - Static variable in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
A node type in the CPE Schema 2.2
- 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.update.nvd.UpdateableNvdCve
-
Clears the contained collection of NvdCveInfo entries.
- 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.CpeMemoryIndex
-
Closes the CPE Index.
- 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.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
-
- commit() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Commits all completed transactions.
- compare(Vulnerability, Vulnerability) - Method in class org.owasp.dependencycheck.dependency.VulnerabilityComparator
-
Implements the comparison of vulnerabilities.
- compareTo(Dependency) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Implementation of the Comparable<Dependency> interface.
- compareTo(Evidence) - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Implementation of the comparable interface.
- compareTo(Identifier) - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Implementation of the comparator interface.
- compareTo(Reference) - Method in class org.owasp.dependencycheck.dependency.Reference
-
Implementation of the comparable interface.
- compareTo(Vulnerability) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Compares two vulnerabilities.
- compareTo(VulnerableSoftware) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Implementation of the comparable interface.
- compareTo(DependencyVersion) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
-
- 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.
- 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 - Class in org.owasp.dependencycheck.data.update.cpe
-
- Cpe(String) - Constructor for class org.owasp.dependencycheck.data.update.cpe.Cpe
-
Constructs a new Cpe Object by parsing the vendor and product from the CPE identifier value.
- CPE - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The CPE element name.
- CPE_ITEM - Static variable in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
A node type in the CPE Schema 2.2
- CPE_LIST - Static variable in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
A node type in the CPE Schema 2.2
- 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
-
- CPEHandler - Class in org.owasp.dependencycheck.data.update.cpe
-
A SAX Handler that will parse the CPE XML and load it into the database.
- CPEHandler(Settings) - Constructor for class org.owasp.dependencycheck.data.update.cpe.CPEHandler
-
Constructs a new CPE Handler object with the configured settings.
- CPEHandler.Element - Class in org.owasp.dependencycheck.data.update.cpe
-
A simple class to maintain information about the current element while
parsing the CPE XML.
- 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.
- 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.
- CpeSuppressionAnalyzer - Class in org.owasp.dependencycheck.analyzer
-
The suppression analyzer processes an externally defined XML document that
complies with the suppressions.xsd schema.
- CpeSuppressionAnalyzer() - Constructor for class org.owasp.dependencycheck.analyzer.CpeSuppressionAnalyzer
-
- CpeUpdater - Class in org.owasp.dependencycheck.data.update
-
- CpeUpdater() - Constructor for class org.owasp.dependencycheck.data.update.CpeUpdater
-
Deprecated.
- createComponents(String, Reader) - Method in class org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer
-
Creates a the TokenStreamComponents used to analyze the stream.
- 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.
- csvCpe(Set<Identifier>) - Method in class org.owasp.dependencycheck.reporting.EscapeTool
-
Takes a set of Identifiers, filters them to just CPEs, and formats them
for display in a CSV.
- 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.
- csvGav(Set<Identifier>) - Method in class org.owasp.dependencycheck.reporting.EscapeTool
-
Takes a set of Identifiers, filters them to just GAVs, and formats them
for 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.
- CURRENT_VERSION - Static variable in class org.owasp.dependencycheck.data.lucene.LuceneUtils
-
The current version of Lucene being used.
- CVE - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The CVE element name.
- 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.
- CVSS_ACCESS_COMPLEXITY - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
A node type in the NVD CVE Schema 2.0
- CVSS_ACCESS_VECTOR - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
A node type in the NVD CVE Schema 2.0
- CVSS_AUTHENTICATION - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
A node type in the NVD CVE Schema 2.0
- CVSS_AVAILABILITY_IMPACT - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
A node type in the NVD CVE Schema 2.0
- CVSS_BELOW - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The cvssBelow element name.
- CVSS_CONFIDENTIALITY_IMPACT - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
A node type in the NVD CVE Schema 2.0
- CVSS_INTEGRITY_IMPACT - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
A node type in the NVD CVE Schema 2.0
- CVSS_SCORE - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
A node type in the NVD CVE Schema 2.0
- 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
-
- GAV - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The GAV element name.
- GENERATOR - Static variable in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
A node type in the CPE Schema 2.2
- get(String) - Method in class org.owasp.dependencycheck.data.update.nvd.UpdateableNvdCve
-
Returns the specified item from the collection.
- 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.
- getAdvisory() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the URL to the advisory.
- 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.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.FalsePositiveAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- getAnalysisPhase() - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Returns the analysis phase under which the analyzer runs.
- 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.NspAnalyzer
-
Returns the phase that the analyzer is intended to run in.
- 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.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.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.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.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.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.NexusAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.
- getAnalyzerEnabledSettingKey() - Method in class org.owasp.dependencycheck.analyzer.NspAnalyzer
-
Returns the key used in the properties file to reference the analyzer's
enabled property.x
- 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.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.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(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.
- getAuthors() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Gets the authors.
- getAvailableVersions() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the value of availableVersions.
- getCentralUrl() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of centralUrl.
- getCollection() - Method in class org.owasp.dependencycheck.data.update.nvd.UpdateableNvdCve
-
Returns the collection of NvdCveInfo objects.
- getConfidence() - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Get the value of confidence.
- getConfidence() - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Get the value of confidence.
- 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.xml.suppression.SuppressionRule
-
Get the value of CPE.
- 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.
- getCreatedAt() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the timestamp of which the advisory was created.
- 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.xml.suppression.SuppressionRule
-
Get the value of CVE.
- getCveUrl12Base() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of cveUrl12Base.
- getCveUrl12Modified() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of cveUrl12Modified.
- getCveUrl20Base() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of cveUrl20Base.
- getCveUrl20Modified() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of cveUrl20Modified.
- getCvssAccessComplexity() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of cvssAccessComplexity.
- getCvssAccessVector() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of cvssAccessVector.
- getCvssAuthentication() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of cvssAuthentication.
- getCvssAvailabilityImpact() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of cvssAvailabilityImpact.
- getCvssBelow() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of cvssBelow.
- getCvssConfidentialityImpact() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of cvssConfidentialityImpact.
- getCvssIntegrityImpact() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of cvssIntegrityImpact.
- getCvssScore() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the CVSS score.
- getCvssScore() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of cvssScore.
- getCvssVector() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the CVSS vector used to calculate the score.
- getCwe() - Method in class org.owasp.dependencycheck.data.cwe.CweHandler
-
Returns the HashMap of CWE entries (CWE-ID, Full CWE Name).
- getCwe() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of cwe.
- getCwe() - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Get the value of CWE.
- getCweName(String) - Static method in class org.owasp.dependencycheck.data.cwe.CweDB
-
Returns the full CWE name from the CWE ID.
- getData() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler
-
Returns the list of CPE values.
- 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.
- getDataSources() - Method in class org.owasp.dependencycheck.data.update.UpdateService
-
Returns an Iterator for all instances of the CachedWebDataSource
interface.
- 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.Engine
-
Returns a copy of the dependencies as an array.
- getDescription() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the value of description.
- getDescription() - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Get the value of description.
- getDescription() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of description.
- getDescription() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of description.
- 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.CpeMemoryIndex
-
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.dependency.Dependency
-
- getEdition() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Get the value of edition.
- 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.
- getFailBuildOnCVSS() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of failBuildOnCVSS.
- 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.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.JarAnalyzer
-
Returns the FileFilter.
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.NspAnalyzer
-
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.PythonDistributionAnalyzer
-
Returns the FileFilter
- getFileFilter() - Method in class org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
-
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.
- 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.
- getFileTypeAnalyzers() - Method in class org.owasp.dependencycheck.Engine
-
Returns the set of file type analyzers.
- getFirst() - Method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Get the value of first.
- 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.
- 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.
- getId() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the unique ID of the advisory as issued by Node Security
Platform.
- getId() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Gets the id.
- getId() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Get the value of id.
- getIdentifiers() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns an unmodifiable List of Identifiers.
- getInstance() - Static method in class org.owasp.dependencycheck.data.cpe.CpeMemoryIndex
-
Gets the singleton instance of the CpeMemoryIndex.
- getLeft() - Method in class org.owasp.dependencycheck.utils.Pair
-
Get the value of left.
- 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.
- getMatchedAllPreviousCPE() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of matchedAllPreviousCPE.
- getMatchedCPE() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of matchedCPE.
- getMatchingSoftware(Map<String, Boolean>, String, String, DependencyVersion) - 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.
- 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.
- getModel() - Method in class org.owasp.dependencycheck.xml.pom.PomHandler
-
Returns the model obtained from the pom.xml.
- getModule() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the name of the Node module the advisory is for.
- 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.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.FalsePositiveAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.FileNameAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.HintAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer.ClassNameInformation
-
Get the value of name
- getName() - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NexusAnalyzer
-
Returns the analyzer's name.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NodePackageAnalyzer
-
Returns the name of the analyzer.
- getName() - Method in class org.owasp.dependencycheck.analyzer.NspAnalyzer
-
Returns the name of the analyzer.
- 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.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.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() - 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.Reference
-
Get the value of name.
- getName() - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Get the value of name.
- getName() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Get the value of name.
- getName() - Method in class org.owasp.dependencycheck.xml.pom.License
-
Get the value of name.
- getName() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of name.
- getNeedsUpdate() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Get the value of needsUpdate.
- getNexusUrl() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of nexusUrl.
- getNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Gets the value of node
- getNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler.Element
-
Gets the value of node.
- getNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Gets the value of node.
- getNotes() - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Get the value of notes from suppression notes.
- 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.
- getOldSchemaVersionUrl() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Get the value of oldSchemaVersionUrl.
- getOpenSSLVersion(long) - Static method in class org.owasp.dependencycheck.analyzer.OpenSSLAnalyzer
-
Returns the open SSL version as a string.
- 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.
- getOverview() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns a detailed description of the 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.nsp.Advisory
-
Returns a string representation of the versions that have been patched.
- getPath() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the linear dependency path that lead to this module.
- getPathToMono() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of pathToMono.
- getPhases() - Method in enum org.owasp.dependencycheck.Engine.Mode
-
Returns the phases for this mode.
- getPomUrl() - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Get the value of pomUrl.
- getPreviousVersion() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Get the value of previousVersion.
- getProduct() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Get the value of product.
- getProduct() - Method in class org.owasp.dependencycheck.data.update.cpe.Cpe
-
Get the value of product.
- 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.
- getPublishDate() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the timestamp of when the advisory was published.
- getRecommendation() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns recommendations for mitigation.
- 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.
- getRelatedDependencies() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- 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.
- getReportFile(String, ReportGenerator.Format) - 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.
- 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.
- getSearchScore() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Get the value of searchScore.
- getSecond() - Method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Get the value of second.
- 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.
- 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.
- 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
-
Retruns the source that identified the vulnerability.
- 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 sorted set of suppressedVulnerabilities.
- 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.
- 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.
- getTimeStamp(String) - Method in class org.owasp.dependencycheck.data.update.nvd.UpdateableNvdCve
-
Returns the timestamp for the given entry.
- getTitle() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the title/name of the 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.
- getTotalNumberOfApplicationEntries() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler
-
Get the value of totalNumberOfApplicationEntries.
- getTotalNumberOfEntries() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler
-
Get the value of totalNumberOfEntries.
- getType() - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Get the value of type.
- getUpdate() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Get the value of update.
- getUpdatedAt() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns the timestamp of the last update to the 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.update.nvd.NvdCveInfo
-
Get the value of url.
- getUrl() - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Get the value of url.
- getUrl() - Method in class org.owasp.dependencycheck.dependency.Reference
-
Get the value of url.
- getUrl() - Method in class org.owasp.dependencycheck.xml.pom.License
-
Get the value of url.
- getValue() - Method in class org.owasp.dependencycheck.data.update.cpe.Cpe
-
Get the value of value.
- getValue() - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Get the value of value.
- getValue() - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Get the value of value.
- getValue() - Method in class org.owasp.dependencycheck.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.
- getVendor() - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Get the value of vendor.
- getVendor() - Method in class org.owasp.dependencycheck.data.update.cpe.Cpe
-
Get the value of vendor.
- 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.
- getVendorProductList() - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Returns the entire list of vendor/product combinations.
- 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.nsp.Advisory
-
Returns the version of the Node module the advisory is for.
- getVersion() - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Gets the version.
- getVersion() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- getVersion() - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Get the value of version.
- getVersion() - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Get the value of version.
- getVersionParts() - Method in class org.owasp.dependencycheck.utils.DependencyVersion
-
Get the value of versionParts.
- getVulnerabilities(String) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Retrieves the vulnerabilities associated with the specified CPE.
- getVulnerabilities() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler
-
Get the value of vulnerabilities.
- getVulnerabilities() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Get the unmodifiable sorted set of vulnerabilities.
- getVulnerability(String) - Method in class org.owasp.dependencycheck.data.nvdcve.CveDB
-
Gets a vulnerability for the provided CVE.
- 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.
- getVulnerableVersions() - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Returns a string representation of the versions containing the
vulnerability.
- getZipExtensions() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of zipExtensions.
- GROUPID - Static variable in class org.owasp.dependencycheck.xml.pom.PomHandler
-
The artifactId element.
- ID - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.AttributeValues
-
An attribute in the NVD CVE Schema 2.0
- Identifier - Class in org.owasp.dependencycheck.dependency
-
In identifier such as a CPE or dependency coordinates (i.e.
- Identifier() - Constructor for class org.owasp.dependencycheck.dependency.Identifier
-
Default constructor.
- Identifier(String, String, String) - Constructor for class org.owasp.dependencycheck.dependency.Identifier
-
Constructs a new Identifier with the specified data.
- Identifier(String, String, String, String) - Constructor for class org.owasp.dependencycheck.dependency.Identifier
-
Constructs a new Identifier with the specified data.
- identifierMatches(String, PropertyType, Identifier) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Determines if the cpeEntry specified as a PropertyType matches the given
Identifier.
- 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.
- importXML(File, File) - Method in class org.owasp.dependencycheck.data.update.nvd.ProcessTask
-
Imports the NVD CVE XML File into the Lucene Index.
- 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.
- init(RuntimeServices) - Method in class org.owasp.dependencycheck.reporting.VelocityLoggerRedirect
-
This will be invoked once by the LogManager.
- 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.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() - 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.
- 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.
- isCheckNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the CHECK node
- 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.
- isCpeItemNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the CPE_ITEM node
- isCpeListNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the CPE_LIST node
- isCVSSAccessComplexityNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the CVSS_ACCESS_COMPLEXITY node.
- isCVSSAccessVectorNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the CVSS_ACCESS_VECTOR node.
- isCVSSAuthenticationNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the CVSS_AUTHENTICATION node.
- isCVSSAvailabilityImpactNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the CVSS_AVAILABILITY_IMPACT node.
- isCVSSConfidentialityImpactNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the CVSS_CONFIDENTIALITY_IMPACT node.
- isCVSSIntegrityImpactNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the CVSS_INTEGRITY_IMPACT node.
- isCVSSScoreNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the CVSS_SCORE node.
- isEmpty() - Method in class org.owasp.dependencycheck.data.nvdcve.DatabaseProperties
-
Returns whether or not any properties are set.
- 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.
- isEntryNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler.Element
-
Checks if the handler is at the ENTRY node.
- isEntryNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the ENTRY node.
- 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.
- isGeneratorNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the GENERATOR node
- 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.
- isLevelEnabled(int) - Method in class org.owasp.dependencycheck.reporting.VelocityLoggerRedirect
-
Will always return true.
- isLocked() - Method in class org.owasp.dependencycheck.utils.H2DBLock
-
Determine if the lock is currently held.
- isMetaNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the META node
- 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.
- isNoteNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the NOTE node
- isNotesNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the NOTES node
- isNVDNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler.Element
-
Checks if the handler is at the NVD node.
- isNVDNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the NVD node.
- isOpen() - Method in class org.owasp.dependencycheck.data.cpe.CpeMemoryIndex
-
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.
- isPositiveInteger(String) - Static method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Determines if the string passed in is a positive integer.
- isProdNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler.Element
-
Checks if the handler is at the PROD node.
- isProductNameNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the PRODUCT_NAME node
- isProductVersionNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the PRODUCT_VERSION node
- isRegex() - Method in class org.owasp.dependencycheck.xml.suppression.PropertyType
-
Returns whether or not the value is a regex.
- isSchemaVersionNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the SCHEMA_VERSION node
- isShowSummary() - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Get the value of showSummary.
- isTimestampNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the TIMESTAMP node
- isTitleNode() - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Checks if the handler is at the TITLE node
- isTokenChar(int) - Method in class org.owasp.dependencycheck.data.lucene.AlphaNumericTokenizer
-
Determines if the char passed in is part of a token.
- isUpdateNeeded() - Method in class org.owasp.dependencycheck.data.update.nvd.UpdateableNvdCve
-
Gets whether or not an update is needed.
- 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.
- isVersNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler.Element
-
Checks if the handler is at the VERS node.
- isVirtual() - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Returns whether or not this dependency is virtual or not.
- isVulnCWENode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the VULN_CWE node.
- isVulnProductNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the VULN_PRODUCT node.
- isVulnReferenceNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the REFERENCE node.
- isVulnReferencesNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the REFERENCES node.
- isVulnSoftwareNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler.Element
-
Checks if the handler is at the VULN_SOFTWARE node.
- isVulnSourceNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the VULN_SOURCE node.
- isVulnSummaryNode() - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Checks if the handler is at the VULN_SUMMARY node.
- isXml(File) - Static method in class org.owasp.dependencycheck.data.update.nvd.DownloadTask
-
Checks the file header to see if it is an XML file.
- iterator() - Method in class org.owasp.dependencycheck.data.update.nvd.UpdateableNvdCve
-
Returns an iterator for the NvdCveInfo contained.
- 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.
- 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(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.XPathNuspecParser
-
Parse an input stream and return the resulting
NugetPackage
.
- 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.
- 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.
- parseName(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Parses a name attribute value, from the cpe.xml, into its corresponding
parts: vendor, product, version, update.
- 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.
- 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.
- passes(T) - Method in class org.owasp.dependencycheck.utils.Filter
-
Determines whether the object passes the filter.
- 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
-
- PomUtils - Class in org.owasp.dependencycheck.xml.pom
-
- 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.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.JarAnalyzer
-
Initializes the JarAnalyzer.
- 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.NodePackageAnalyzer
-
- prepareFileTypeAnalyzer(Engine) - Method in class org.owasp.dependencycheck.analyzer.NspAnalyzer
-
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.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.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.
- process() - Method in class org.owasp.dependencycheck.data.composer.ComposerLockParser
-
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.
- processProperties(Properties) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Process the Maven properties file and interpolate all properties.
- 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.
- PROD - Static variable in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler.Element
-
A node type in the NVD CVE Schema 1.2.
- PRODUCT - Static variable in class org.owasp.dependencycheck.data.cpe.Fields
-
The key for the product field.
- PRODUCT_NAME - Static variable in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
A node type in the CPE Schema 2.2
- PRODUCT_VERSION - Static variable in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
A node type in the CPE Schema 2.2
- 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
-
- 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
-
- sanitize(JsonObject) - Static method in class org.owasp.dependencycheck.data.nsp.SanitizePackage
-
The NSP API only accepts a subset of objects typically found in
package.json.
- SanitizePackage - Class in org.owasp.dependencycheck.data.nsp
-
Class used to create a Sanitized version of package.json suitable for
submission to the nsp/check service.
- 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.
- SCHEMA_VERSION - Static variable in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
A node type in the CPE Schema 2.2
- search(String, int) - Method in class org.owasp.dependencycheck.data.cpe.CpeMemoryIndex
-
Searches the index using the given search string.
- search(Query, int) - Method in class org.owasp.dependencycheck.data.cpe.CpeMemoryIndex
-
Searches the index using the given query.
- searchCPE(String, String, Set<String>, Set<String>) - Method in class org.owasp.dependencycheck.analyzer.CPEAnalyzer
-
Searches the Lucene CPE index to identify possible CPE entries associated
with the supplied vendor, product, and version.
- SearchFieldAnalyzer - Class in org.owasp.dependencycheck.data.lucene
-
A Lucene field analyzer used to analyzer queries against the CPE data.
- SearchFieldAnalyzer(Version) - Constructor for class org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer
-
Constructs a new SearchFieldAnalyzer.
- 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.
- setActualFilePath(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the actual file path of the dependency on disk.
- setAdvisory(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the URL to the advisory.
- 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.
- 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.
- setBase(boolean) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of base.
- 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.
- setConfidence(Confidence) - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Set the value of confidence.
- setConfidence(Confidence) - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Set the value of confidence.
- 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(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Parse a CPE entry from the cpe string representation.
- setCpe(List<PropertyType>) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of CPE.
- setCreatedAt(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the timestamp of which the advisory was created.
- setCve(List<String>) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of CVE.
- setCveDB(CveDB) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler
-
Sets the cveDB.
- setCveUrl12Base(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of cveUrl12Base.
- setCveUrl12Modified(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of cveUrl12Modified.
- setCveUrl20Base(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of cveUrl20Base.
- setCveUrl20Modified(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of cveUrl20Modified.
- setCvssAccessComplexity(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of cvssAccessComplexity.
- setCvssAccessVector(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of cvssAccessVector.
- setCvssAuthentication(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of cvssAuthentication.
- setCvssAvailabilityImpact(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of cvssAvailabilityImpact.
- setCvssBelow(List<Float>) - Method in class org.owasp.dependencycheck.xml.suppression.SuppressionRule
-
Set the value of cvssBelow.
- setCvssConfidentialityImpact(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of cvssConfidentialityImpact.
- setCvssIntegrityImpact(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of cvssIntegrityImpact.
- setCvssScore(float) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the CVSS score.
- setCvssScore(float) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of cvssScore.
- setCvssVector(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the CVSS vector used to calculate the score.
- setCwe(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of cwe.
- 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.
- 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(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Set the value of description.
- setDescription(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Set the value of description.
- setDescription(String) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of description.
- setDescription(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of description.
- setDisplayFileName(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the file name to display in reports.
- setDocumentId(String) - 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.dependency.Dependency
-
- setEdition(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Set the value of edition.
- setEnabled(boolean) - Method in class org.owasp.dependencycheck.analyzer.AbstractAnalyzer
-
Set the value of enabled.
- setException(UpdateException) - Method in class org.owasp.dependencycheck.data.update.nvd.ProcessTask
-
Set the value of exception.
- 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.
- setFileName(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the file name of the dependency.
- setFilePath(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
Sets the file path of the dependency.
- 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.
- 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.nsp.Advisory
-
Sets the unique ID of the advisory as issued by Node Security Platform.
- setId(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Sets the id.
- setId(String) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Set the value of id.
- setLeft(L) - Method in class org.owasp.dependencycheck.utils.Pair
-
Set the value of left.
- 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.
- setMatchedCPE(String, String) - 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.
- setModule(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the name of the Node module the advisory is for.
- setName(String) - Method in class org.owasp.dependencycheck.analyzer.JarAnalyzer.ClassNameInformation
-
Set the value of name
- setName(String) - Method in class org.owasp.dependencycheck.dependency.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.dependency.VulnerableSoftware
-
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.
- setNeedsUpdate(boolean) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Set the value of needsUpdate.
- 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.
- setNode(String) - Method in class org.owasp.dependencycheck.data.update.cpe.CPEHandler.Element
-
Sets the value of node
- setNode(String) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler.Element
-
Sets the value of node.
- setNode(String) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler.Element
-
Sets the value of node.
- setNotes(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Set the value of notes.
- 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.
- setOldSchemaVersionUrl(String) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Set the value of oldSchemaVersionUrl.
- 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.
- setOverview(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the detailed description of the 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.
- 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.nsp.Advisory
-
Sets the string representation of the versions that have been patched.
- setPath(String[]) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the linear dependency path that lead to this module.
- setPathToMono(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of pathToMono.
- setPomEvidence(Dependency, Model, List<JarAnalyzer.ClassNameInformation>) - 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.
- setPreviousVersion(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Set the value of previousVersion.
- setPrevVersionVulnMap(Map<String, List<VulnerableSoftware>>) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler
-
Sets the prevVersionVulnMap.
- setProduct(String) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Set the value of product.
- setProduct(String) - Method in class org.owasp.dependencycheck.data.update.cpe.Cpe
-
Set the value of product.
- 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.
- setPublishDate(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the timestamp of when the advisory was published.
- setRecommendation(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets recommendations for mitigation.
- setReferences(Set<Reference>) - Method in class org.owasp.dependencycheck.dependency.Vulnerability
-
Set the value of references.
- setRegex(boolean) - Method in class org.owasp.dependencycheck.xml.suppression.PropertyType
-
Sets whether the value property is a regex.
- 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.
- 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.
- 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.
- 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.
- setSuppressionFile(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of suppressionFile.
- setTimestamp(long) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCveInfo
-
Set the value of timestamp - epoch time.
- setTitle(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the title/name of the advisory.
- setTitle(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Sets the title.
- setType(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Set the value of type.
- setUpdate(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Set the value of update.
- setUpdatedAt(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the timestamp of the last update to the 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.update.nvd.NvdCveInfo
-
Set the value of url.
- setUrl(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Set the value of url.
- setUrl(String) - Method in class org.owasp.dependencycheck.dependency.Reference
-
Set the value of url.
- setUrl(String) - Method in class org.owasp.dependencycheck.xml.pom.License
-
Set the value of url.
- setValue(String) - Method in class org.owasp.dependencycheck.data.update.cpe.Cpe
-
Set the value of value.
- setValue(String) - Method in class org.owasp.dependencycheck.dependency.Evidence
-
Set the value of value.
- setValue(String) - Method in class org.owasp.dependencycheck.dependency.Identifier
-
Set the value of value.
- setValue(String) - Method in class org.owasp.dependencycheck.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.
- setVendor(String) - Method in class org.owasp.dependencycheck.data.cpe.IndexEntry
-
Set the value of vendor.
- setVendor(String) - Method in class org.owasp.dependencycheck.data.update.cpe.Cpe
-
Set the value of vendor.
- setVersion(String) - Method in class org.owasp.dependencycheck.data.nexus.MavenArtifact
-
Sets the version.
- setVersion(String) - Method in class org.owasp.dependencycheck.data.nsp.Advisory
-
Sets the version of the Node module the advisory is for.
- setVersion(String) - Method in class org.owasp.dependencycheck.data.nuget.NugetPackage
-
Sets the version.
- setVersion(String) - Method in class org.owasp.dependencycheck.dependency.Dependency
-
- setVersion(String) - Method in class org.owasp.dependencycheck.dependency.VulnerableSoftware
-
Set the value of version.
- setVersion(String) - Method in class org.owasp.dependencycheck.xml.pom.Model
-
Set the value of version.
- setVersionParts(List<String>) - Method in class org.owasp.dependencycheck.utils.DependencyVersion
-
Set the value of versionParts.
- 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.nsp.Advisory
-
Sets the string representation of the versions containing the
vulnerability.
- setZipExtensions(String) - Method in class org.owasp.dependencycheck.agent.DependencyCheckScanAgent
-
Set the value of zipExtensions.
- 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.
- 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.
- 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.data.update.cpe.CPEHandler
-
Handles the start element event.
- startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve12Handler
-
- startElement(String, String, String, Attributes) - Method in class org.owasp.dependencycheck.data.update.nvd.NvdCve20Handler
-
- 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.
- submitPackage(JsonObject) - Method in class org.owasp.dependencycheck.data.nsp.NspSearch
-
Submits the package.json file to the NSP public /check API and returns a
list of zero or more Advisories.
- 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.
- SUPPRESS - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionHandler
-
The suppress node, indicates the start of a new rule.
- SUPPRESSION_SCHEMA - Static variable in class org.owasp.dependencycheck.xml.suppression.SuppressionParser
-
The suppression schema file location.
- 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
-
- 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
-