MCPcopy Create free account

hub / github.com/dependency-check/DependencyCheck / functions

Functions3,473 in github.com/dependency-check/DependencyCheck

↓ 1 callersMethodunscoredToSeveritytext
Converts a textual severity to the text that should be used to signal it in a report. @param severity The textual unscored severity @return The sever
core/src/main/java/org/owasp/dependencycheck/utils/SeverityUtil.java:94
↓ 1 callersMethodupdateEcosystemCache
Updates the EcoSystem Cache. @return The number of records updated by the DB_ECOSYSTEM_CACHE update script.
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:141
↓ 1 callersMethodupdateKnownExploitedVulnerabilities
Merges the list of known exploited vulnerabilities into the database. @param vulnerabilities the list of known exploited vulnerabilities @throws Data
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1455
↓ 1 callersMethodupdateOrInsertVulnerability
Used when updating a vulnerability - this method inserts the vulnerability entry itself. @param cve the CVE data @param description the description o
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1163
↓ 1 callersMethodupdateSchema
Updates the database schema by loading the upgrade script for the version specified. The intended use is that if the current schema version is 2.9 the
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseManager.java:421
↓ 1 callersMethodupdateVulnerability
Updates the vulnerability within the database. If the vulnerability does not exist it will be added. @param cve the vulnerability from the NVD CVE Da
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1084
↓ 1 callersMethodupdateVulnerabilityInsertCwe
Used when updating a vulnerability - this method inserts the CWE entries. @param vulnerabilityId the vulnerability ID @param cve the CVE entry that c
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1410
↓ 1 callersMethodupdateVulnerabilityInsertReferences
Used when updating a vulnerability - this method inserts the list of references. @param vulnerabilityId the vulnerability id @param cve the CVE entry
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1565
↓ 1 callersMethodupdateVulnerabilityInsertSoftware
Used when updating a vulnerability - this method inserts the list of vulnerable software. @param vulnerabilityId the vulnerability id @param cveId th
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1509
↓ 1 callersMethoduseProxy
Determine if a proxy should be used for the Nexus Analyzer. @return {@code true} if a proxy should be used
core/src/main/java/org/owasp/dependencycheck/analyzer/NexusAnalyzer.java:322
↓ 1 callersMethoduser
()
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:163
↓ 1 callersMethodvalidateArgs
Validates that the command line arguments are valid. @throws FileNotFoundException if there is a file specified by either the SCAN or CPE command lin
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:114
↓ 1 callersMethodvalidateConfiguration
()
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1531
↓ 1 callersMethodvalidateUsability
Validate the FileImpl result for usability as a dependency. <br/> Checks that the file actually matches all known hashes and the path appears to match
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearchResponseHandler.java:204
↓ 1 callersMethodvalueMatches
Checks whether the value of the evidence matches this matcher. When {@link #isRegex()} is {@code true} value is used as a {@link java.util.regex.Patte
core/src/main/java/org/owasp/dependencycheck/xml/hints/EvidenceMatcher.java:164
↓ 1 callersMethodverifyEntry
Ensures that the CPE Identified matches the dependency. This validates that the product, vendor, and version information for the CPE are contained wit
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:625
↓ 1 callersMethodvulnerabilitiesMatch
Returns true if the two dependencies have the same vulnerabilities. @param dependency1 a dependency2 to compare @param dependency2 a dependency2 to c
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:316
↓ 1 callersMethodvulnerabilityName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:442
↓ 1 callersMethodwfTargetHw
(String targetHw)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:171
↓ 1 callersMethodwfTargetSw
(String targetSw)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:176
↓ 1 callersMethodwfUpdate
(String update)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:196
↓ 1 callersMethodwithSkipProvidedScope
(final boolean skipProvidedScope)
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:92
↓ 1 callersMethodwithSkipSystemScope
(final boolean skipSystemScope)
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:97
↓ 1 callersMethodwithSkipTestScope
(final boolean skipTestScope)
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:87
↓ 1 callersMethodwordMatchesEcosystem
If a CPE product word represents the ecosystem of a dependency it is not required to appear in the dependencyName to still consider the CPE product a
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1052
MethodAbstractTokenizingFilter
Constructs a new AbstractTokenizingFilter. @param stream the TokenStream that this filter will process
core/src/main/java/org/owasp/dependencycheck/data/lucene/AbstractTokenizingFilter.java:69
MethodAlphaNumericFilter
Constructs a new AlphaNumericFilter. @param stream the TokenStream that this filter will process
core/src/main/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilter.java:60
MethodAnalysisException
Creates a new AnalysisException.
core/src/main/java/org/owasp/dependencycheck/analyzer/exception/AnalysisException.java:38
MethodAnalysisTask
Creates a new analysis task. @param analyzer a reference of the analyzer to execute @param dependency the dependency to analyze @param engine the dep
core/src/main/java/org/owasp/dependencycheck/AnalysisTask.java:71
MethodAnalyzerService
Creates a new instance of AnalyzerService. @param classLoader the ClassLoader to use when dynamically loading Analyzer and Update
core/src/main/java/org/owasp/dependencycheck/analyzer/AnalyzerService.java:63
MethodAntLoggerAdapter
Constructor. @param name the logger name
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java:47
MethodAntTaskHolder
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntTaskHolder.java:33
MethodApp
Empty constructor for utility class.
core/src/main/java/org/owasp/dependencycheck/data/cwe/App.java:43
MethodApp
Builds the App object.
cli/src/main/java/org/owasp/dependencycheck/App.java:96
MethodArchiveAnalyzer
Make java compiler happy.
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:140
MethodArchiveExtractionException
Creates a new ArchiveExtractionException.
core/src/main/java/org/owasp/dependencycheck/analyzer/exception/ArchiveExtractionException.java:38
MethodArtifactScopeExcluded
Constructs a new ArtifactScopeExcluded object. @param skipTestScope whether or not to skip the test scope @param skipProvidedScope whether or not to
maven/src/main/java/org/owasp/dependencycheck/maven/ArtifactScopeExcluded.java:59
MethodArtifactScopeExcludedTestBuilder
()
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:76
MethodArtifactTypeExcluded
Creates a new instance. @param excludeRegex The regular expression to match the artifacts type against
maven/src/main/java/org/owasp/dependencycheck/maven/ArtifactTypeExcluded.java:42
MethodArtifactorySearch
Creates a ArtifactorySearch for the given repository URL. @param settings the configured settings
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearch.java:83
MethodArtifactorySearchResponseHandler
Creates a response handler for the response on a single dependency-search attempt. @param sourceUrl The search request URL @param dependency The depe
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearchResponseHandler.java:77
MethodAutoCloseableInputSource
(InputStream inputStream)
utils/src/main/java/org/owasp/dependencycheck/utils/AutoCloseableInputSource.java:15
MethodBundlerAuditProcessor
Constructs a new processor to consume the output of `bundler-audit`. @param gemDependency a reference to `gem.lock` dependency @param engine a refere
core/src/main/java/org/owasp/dependencycheck/processing/BundlerAuditProcessor.java:94
MethodCentralSearch
Creates a NexusSearch for the given repository URL. @param settings the configured settings @throws MalformedURLException thrown if the configured UR
core/src/main/java/org/owasp/dependencycheck/data/central/CentralSearch.java:92
MethodCheck
Construct a new DependencyCheckTask.
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:520
MethodChecksum
Private constructor for a utility class.
utils/src/main/java/org/owasp/dependencycheck/utils/Checksum.java:74
MethodClassNameInformation
<p> Stores information about a given class name. This class will keep the fully qualified class name and a list of the important parts of the package
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:1382
MethodCliParser
Constructs a new CLI Parser object with the configured settings. @param settings the configured settings
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:73
MethodComposerDependency
Create a ComposerDependency from group, project, and version. @param group the group @param project the project @param version the version
core/src/main/java/org/owasp/dependencycheck/data/composer/ComposerDependency.java:55
MethodComposerException
Creates a ComposerException with default message.
core/src/main/java/org/owasp/dependencycheck/data/composer/ComposerException.java:39
MethodComposerLockParser
Creates a ComposerLockParser from a JsonReader and an InputStream. @param inputStream the InputStream to parse @param skipDev whether to skip dev dep
core/src/main/java/org/owasp/dependencycheck/data/composer/ComposerLockParser.java:66
MethodCorruptDatabaseException
Creates an CorruptDatabaseException. @param msg the exception message
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CorruptDatabaseException.java:41
MethodCorruptedDatastreamException
Create a new CorruptedDatastreamException.
core/src/main/java/org/owasp/dependencycheck/data/update/exception/CorruptedDatastreamException.java:35
MethodCpeEcosystemCache
()
core/src/main/java/org/owasp/dependencycheck/data/update/cpe/CpeEcosystemCache.java:47
MethodCpeIdentifier
Constructs a new CPE Identifier from a CPE object with the given confidence. @param cpe the CPE value @param confidence the confidence in the identif
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:70
MethodCpeMemoryIndex
private constructor for singleton.
core/src/main/java/org/owasp/dependencycheck/data/cpe/CpeMemoryIndex.java:46
MethodCpePlus
Construct a new CPE plus object. @param cpe the CPE @param ecosystem the ecosystem
core/src/main/java/org/owasp/dependencycheck/data/update/cpe/CpePlus.java:47
MethodCveApiJson20CveItemSource
Constructs a CVE Item Source record. @param inputStream the input source to read from @throws IOException thrown if there is an issue reading from th
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/CveApiJson20CveItemSource.java:60
MethodCveDB
Creates a new CveDB object and opens the database connection. Note, the connection must be closed by the caller by calling the close method. @param s
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:287
MethodCveItemOperator
Constructs a new CVE Item Operator utility. @param cpeStartsWithFilter the filter to use for CPE entries
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveItemOperator.java:52
MethodCvssUtil
()
core/src/main/java/org/owasp/dependencycheck/utils/CvssUtil.java:41
MethodCweDB
Empty private constructor as this is a utility class.
core/src/main/java/org/owasp/dependencycheck/data/cwe/CweDB.java:50
MethodDBUtils
Private constructor for a utility class.
core/src/main/java/org/owasp/dependencycheck/utils/DBUtils.java:45
MethodDataCache
Creates a new generic JCS wrapper. @param cache a reference to the underlying cache implementation.
core/src/main/java/org/owasp/dependencycheck/data/cache/DataCache.java:41
MethodDataCacheFactory
Creates the data cache factory. @param settings the configuration settings
core/src/main/java/org/owasp/dependencycheck/data/cache/DataCacheFactory.java:94
MethodDatabaseException
Creates an DatabaseException. @param msg the exception message
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseException.java:40
MethodDatabaseManager
Private constructor for this factory class; no instance is ever needed. @param settings the configured settings @throws DatabaseException thrown if w
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseManager.java:123
MethodDatabaseProperties
Constructs a new data properties object. @param cveDB the database object holding the properties
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseProperties.java:91
MethodDateUtil
Private constructor for utility class.
core/src/main/java/org/owasp/dependencycheck/utils/DateUtil.java:46
MethodDependency
Constructs a new Dependency object.
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:185
MethodDependencyNotFoundException
Creates a new DependencyNotFoundException.
core/src/main/java/org/owasp/dependencycheck/exception/DependencyNotFoundException.java:38
MethodDependencyVersion
Constructor for a empty DependencyVersion.
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:55
MethodDependencyVersionUtil
Private constructor for utility class.
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersionUtil.java:60
MethodDescriptionEcosystemMapper
Constructs a new description ecosystem mapper.
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/DescriptionEcosystemMapper.java:100
MethodDescriptionKeywordHint
Constructs a new keyword hint. @param keyword the keyword contained in CVE descriptions @param ecosystem the ecosystem identified by the keyword
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/DescriptionKeywordHint.java:105
MethodDownloadFailedException
Creates a new DownloadFailedException.
utils/src/main/java/org/owasp/dependencycheck/utils/DownloadFailedException.java:38
MethodDownloadTask
Simple constructor for the callable download task. @param url the file to download @param processor the processor service to submit the downloaded fi
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/DownloadTask.java:73
MethodDownloader
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:141
MethodDriverLoadException
Creates an DriverLoadException. @param msg the exception message
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverLoadException.java:40
MethodDriverLoader
Private constructor for a utility class.
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverLoader.java:70
MethodDriverShim
Constructs a new wrapper around a Driver. @param driver the database driver to wrap
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverShim.java:62
MethodEcosystem
Instantiates the ecosystem utility class. @param settings the ODC configuration
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/Ecosystem.java:106
MethodEngine
Creates a new {@link Mode#STANDALONE} Engine. @param settings reference to the configured settings
core/src/main/java/org/owasp/dependencycheck/Engine.java:148
MethodEngineVersionCheck
Constructs a new engine version check utility for testing. @param settings the configured settings
core/src/main/java/org/owasp/dependencycheck/data/update/EngineVersionCheck.java:79
MethodEvidence
Creates a new Evidence object.
core/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java:70
MethodEvidenceMatcher
Creates a new EvidenceMatcher objects. @param source the source of the evidence, a source that is {@code null} indicates any source should match. @pa
core/src/main/java/org/owasp/dependencycheck/xml/hints/EvidenceMatcher.java:77
MethodExceptionCollection
Instantiates a new exception collection. @param exceptions a list of exceptions
core/src/main/java/org/owasp/dependencycheck/exception/ExceptionCollection.java:58
MethodExpectedObjectInputStream
Constructs a new ExpectedOjectInputStream that can be used to securely deserialize an object by restricting the classes that can deserialized to a kno
utils/src/main/java/org/owasp/dependencycheck/utils/ExpectedObjectInputStream.java:51
MethodExplicitCharsetToStringResponseHandler
Constructs a repsonse handler to transfor the binary contents received using the given Charset. @param charset The Charset to be used to transform a
utils/src/main/java/org/owasp/dependencycheck/utils/ExplicitCharsetToStringResponseHandler.java:45
MethodExternalInterceptingEntityResolver
(InputSource[] inputSources)
utils/src/main/java/org/owasp/dependencycheck/utils/XmlUtils.java:234
MethodExtractionException
Creates a new ExtractionException.
utils/src/main/java/org/owasp/dependencycheck/utils/ExtractionException.java:38
MethodExtractionUtil
Private constructor for a utility class.
core/src/main/java/org/owasp/dependencycheck/utils/ExtractionUtil.java:59
MethodFeedUrl
(String url, String pattern)
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:660
MethodFields
Private constructor as this is more of an enumeration rather then a full class.
core/src/main/java/org/owasp/dependencycheck/data/cpe/Fields.java:48
MethodFileChecksums
(String md5, String sha1, String sha256)
utils/src/main/java/org/owasp/dependencycheck/utils/Checksum.java:272
MethodFileContentSearch
Private constructor for a utility class.
utils/src/main/java/org/owasp/dependencycheck/utils/search/FileContentSearch.java:39
MethodFileExtensionHint
Constructs a new hint for the given file extension and ecosystem. @param extension the file extension to identify the given ecosystem @param ecosyste
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/FileExtensionHint.java:79
MethodFileUtils
Private constructor for a utility class.
utils/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java:65
MethodFilterIterator
(Iterator<T> iterator)
core/src/main/java/org/owasp/dependencycheck/utils/Filter.java:55
MethodFilteringDependencyTransitiveNodeVisitor
Creates a dependency node visitor that delegates nodes that are accepted by the specified filter to the specified visitor. @param visitor the depende
maven/src/main/java/org/owasp/dependencycheck/maven/FilteringDependencyTransitiveNodeVisitor.java:50
← previousnext →1,501–1,600 of 3,473, ranked by callers