Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dependency-check/DependencyCheck
/ functions
Functions
3,473 in github.com/dependency-check/DependencyCheck
⨍
Functions
3,473
◇
Types & classes
508
Method
getName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:253
Method
getName
Returns the analyzer's name. @return the name of the analyzer
core/src/main/java/org/owasp/dependencycheck/analyzer/CentralAnalyzer.java:183
Method
getName
Returns the name of the CMake analyzer. @return the name of the analyzer
core/src/main/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzer.java:120
Method
getName
Returns the analyzer's name. @return the name of the analyzer
core/src/main/java/org/owasp/dependencycheck/analyzer/LibmanAnalyzer.java:111
Method
getName
Returns the name of the Python Package Analyzer. @return the name of the analyzer
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzer.java:136
Method
getName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/PipAnalyzer.java:100
Method
getName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/PEAnalyzer.java:100
Method
getName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/SwiftPackageManagerAnalyzer.java:113
Method
getName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:99
Method
getName
Returns the analyzer's name. @return the name of the analyzer
core/src/main/java/org/owasp/dependencycheck/analyzer/NuspecAnalyzer.java:99
Method
getName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/MSBuildProjectAnalyzer.java:111
Method
getName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/PipfileAnalyzer.java:106
Method
getName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/NodePackageAnalyzer.java:159
Method
getName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/RubyBundleAuditAnalyzer.java:118
Method
getName
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:67
Method
getName
package-private getter to allow testability of the parser without mocking. @return The name property
core/src/main/java/org/owasp/dependencycheck/xml/hints/EvidenceMatcher.java:114
Method
getName
Get the value of name. @return the value of name
core/src/main/java/org/owasp/dependencycheck/xml/pom/Developer.java:81
Method
getName
Get the value of name. @return the value of name
core/src/main/java/org/owasp/dependencycheck/xml/pom/License.java:88
Method
getName
Get the value of name. @return the value of name
core/src/main/java/org/owasp/dependencycheck/dependency/Reference.java:77
Method
getName
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java:51
Method
getName
(Locale locale)
maven/src/test/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojoTest.java:103
Method
getName
Returns the report name. @param locale the location @return the report name
maven/src/main/java/org/owasp/dependencycheck/maven/PurgeMojo.java:90
Method
getName
Returns the report name. @param locale the location @return the report name
maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java:257
Method
getName
Returns the report name. @param locale the location @return the report name
maven/src/main/java/org/owasp/dependencycheck/maven/UpdateMojo.java:106
Method
getName
Returns the report name. @param locale the location @return the report name
maven/src/main/java/org/owasp/dependencycheck/maven/CheckMojo.java:83
Method
getNature
Returns the nature. @return the nature
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/DescriptionKeywordHint.java:134
Method
getNature
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/FileExtensionHint.java:93
Method
getNature
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlHostHint.java:78
Method
getNature
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlPathHint.java:61
Method
getNexusUrl
Get the value of nexusUrl. @return the value of nexusUrl
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:704
Method
getNotes
Get the value of notes. @return the value of notes
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:390
Method
getNotes
Get the value of notes from suppression notes. @return the value of notes
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:430
Method
getNotes
()
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:126
Method
getNotes
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:110
Method
getNotes
()
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:121
Method
getNvdApiKey
Get the value of nvdApiKey. @return the value of nvdApiKey
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:262
Method
getOrganization
Get the value of organization. @return the value of organization
core/src/main/java/org/owasp/dependencycheck/xml/pom/Developer.java:117
Method
getOrganizationUrl
Get the value of organizationUrl. @return the value of organizationUrl
core/src/main/java/org/owasp/dependencycheck/xml/pom/Developer.java:135
Method
getOriginalChecksums
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/FileImpl.java:77
Method
getOutputName
Returns the output name. @return the output name
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2245
Method
getParameters
()
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:42
Method
getParentLogger
Wraps the call to the underlying driver's getParentLogger method. @return the parent's Logger @throws SQLFeatureNotSupportedException thrown if the f
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverShim.java:126
Method
getPatchedVersions
()
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:221
Method
getPatchedVersions
Returns the list of patched versions. @return the list of patched versions
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditResult.java:161
Method
getPathToDotnetCore
Get the value of pathToCore. @return the value of pathToCore
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:848
Method
getPomUrl
()
core/src/test/java/org/owasp/dependencycheck/data/nexus/MavenArtifactTest.java:10
Method
getPomUrlWithQualifier
()
core/src/test/java/org/owasp/dependencycheck/data/nexus/MavenArtifactTest.java:23
Method
getPropertiesFilePath
Get the value of propertiesFilePath. @return the value of propertiesFilePath
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:866
Method
getProperties_should_properly_parse_multiline_description
()
core/src/test/java/org/owasp/dependencycheck/utils/PyPACoreMetadataParserTest.java:25
Method
getProperties_should_support_colon_in_headerValue
()
core/src/test/java/org/owasp/dependencycheck/utils/PyPACoreMetadataParserTest.java:43
Method
getProperties_should_support_folding_in_headerValue
()
core/src/test/java/org/owasp/dependencycheck/utils/PyPACoreMetadataParserTest.java:52
Method
getProperties_should_support_newer_minors
()
core/src/test/java/org/owasp/dependencycheck/utils/PyPACoreMetadataParserTest.java:64
Method
getProperties_should_throw_exception_for_too_large_major
()
core/src/test/java/org/owasp/dependencycheck/utils/PyPACoreMetadataParserTest.java:17
Method
getPropertyInfo
Wraps the call to the underlying driver's getPropertyInfo method. @param url the URL of the database @param info a collection of string/value pairs @
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverShim.java:155
Method
getProxyPassword
Get the value of proxyPassword. @return the value of proxyPassword
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:503
Method
getProxyPort
Get the value of proxyPort. @return the value of proxyPort
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:467
Method
getProxyServer
Get the value of proxyServer. @return the value of proxyServer
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:424
Method
getProxyUrl
Get the value of proxyServer. @return the value of proxyServer @deprecated use {@link org.owasp.dependencycheck.agent.DependencyCheckScanAgent#getPro
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:445
Method
getProxyUsername
Get the value of proxyUsername. @return the value of proxyUsername
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:485
Method
getReadTimeout
Get the value of readTimeout. @return the value of readTimeout
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:539
Method
getRecommendation
()
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:165
Method
getRemoteUrl
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/FileImpl.java:85
Method
getRepo
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:51
Method
getReportFormat
Get the value of reportFormat. @return the value of reportFormat
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:406
Method
getReportOutputDirectory
Get the value of reportOutputDirectory. @return the value of reportOutputDirectory
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:316
Method
getReportedBy
()
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:181
Method
getRetireJsFilters
Retrieves the list of retire JS content filters used to exclude JS files by content. @return the retireJS filters
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:835
Method
getSettings
Returns the settings for the test cases. @return
maven/src/test/java/org/owasp/dependencycheck/maven/BaseTest.java:67
Method
getSize
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/FileImpl.java:61
Method
getSource
Get the value of source. @return the value of source
core/src/main/java/org/owasp/dependencycheck/dependency/Reference.java:113
Method
getSuppressionFile
Get the value of suppressionFile. @return the value of suppressionFile
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:575
Method
getUpdateToVersion
Getter for updateToVersion - only used for testing. Represents the version retrieved from the database. @return the version to test
core/src/main/java/org/owasp/dependencycheck/data/update/EngineVersionCheck.java:95
Method
getUpdated
()
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:141
Method
getUrl
Get the value of URL. @return the value of URL
core/src/main/java/org/owasp/dependencycheck/xml/pom/License.java:70
Method
getUrl
Get the value of url. @return the value of url
core/src/main/java/org/owasp/dependencycheck/dependency/Reference.java:95
Method
getUrl
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:102
Method
getValue
Returns the keyword. @return the keyword
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/DescriptionKeywordHint.java:144
Method
getValue
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/FileExtensionHint.java:98
Method
getValue
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlHostHint.java:83
Method
getValue
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlPathHint.java:66
Method
getValue
package-private getter to allow testability of the parser without mocking. @return The value property
core/src/main/java/org/owasp/dependencycheck/xml/hints/EvidenceMatcher.java:132
Method
getValue
Get the value of value. @return the value of value
core/src/main/java/org/owasp/dependencycheck/xml/hints/VendorDuplicatingHintRule.java:58
Method
getValue
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:94
Method
getValue
()
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:152
Method
getValues
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/StringAhoCorasickDoubleArrayTrie.java:71
Method
getValues
Returns the list of values for the report format. @return the list of values for the report format
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1708
Method
getVersion
Returns version. @return version
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:426
Method
getVersion
Get the version. @return the version
core/src/main/java/org/owasp/dependencycheck/data/composer/ComposerDependency.java:84
Method
getVersion
Gets the version. @return the version
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackageReference.java:72
Method
getZipExtensions
Get the value of zipExtensions. @return the value of zipExtensions
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:830
Function
get_list_or_404
Uses filter() to return a list of objects, or raise a Http404 exception if the list is empty. klass may be a Model, Manager, or QuerySet
core/src/test/resources/python/site-packages/django/shortcuts.py:118
Function
get_object_or_404
Uses get() to return an object, or raises a Http404 exception if the object does not exist. klass may be a Model, Manager, or QuerySet o
core/src/test/resources/python/site-packages/django/shortcuts.py:100
Function
get_version
(*args, **kwargs)
core/src/test/resources/python/site-packages/django/__init__.py:4
Method
ghsaIdShouldBePreferredToKnownNames
(String alternateIdentifierType)
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:169
Method
handleEntity
(HttpEntity entity)
utils/src/test/java/org/owasp/dependencycheck/utils/DownloaderIT.java:72
Method
handleEntity
(HttpEntity responseEntity)
utils/src/main/java/org/owasp/dependencycheck/utils/SaveToFileResponseHandler.java:43
Method
handleEntity
(HttpEntity entity)
utils/src/main/java/org/owasp/dependencycheck/utils/ExplicitCharsetToStringResponseHandler.java:49
Method
handleEntity
(HttpEntity entity)
utils/src/main/java/org/owasp/dependencycheck/utils/ToXMLDocumentResponseHandler.java:31
Method
handleEntity
(HttpEntity entity)
core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusV3Search.java:187
Method
handleEntity
(HttpEntity entity)
core/src/main/java/org/owasp/dependencycheck/data/update/KnownExploitedDataSource.java:84
← previous
next →
2,101–2,200 of 3,473, ranked by callers