MCPcopy Create free account

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

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

MethodsetRetireJsForceUpdate
Set the value of retireJsForceUpdate. @param retireJsForceUpdate new value of retireJsForceUpdate
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Update.java:574
MethodsetRetireJsUrl
Set the value of the Retire JS repository URL. @param retireJsUrl new value of retireJsUrl
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Update.java:537
MethodsetRetireJsUrlBearerToken
Sets the token to download the RetireJS JSON data from an HTTP Bearer auth protected location. @param retireJsUrlBearerToken new value of retireJsUrl
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Update.java:564
MethodsetRetireJsUrlPassword
Sets the password to download the RetireJS JSON data from an HTTP Basic auth protected location. @param retireJsUrlPassword new value of retireJsUrlP
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Update.java:555
MethodsetRetireJsUrlUser
Sets the user to download the RetireJS JSON data from an HTTP Basic auth protected location. @param retireJsUrlUser new value of retireJsUrlUser
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Update.java:546
MethodsetRetirejsFilterNonVulnerable
Set the value of retirejsFilterNonVulnerable. @param retireJsFilterNonVulnerable new value of retirejsFilterNonVulnerable @deprecated Use {@link #set
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1007
MethodsetRight
Set the value of right. @param right new value of right
core/src/main/java/org/owasp/dependencycheck/utils/Pair.java:94
MethodsetRubygemsAnalyzerEnabled
Set the value of rubygemsAnalyzerEnabled. @param rubygemsAnalyzerEnabled new value of rubygemsAnalyzerEnabled
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1057
MethodsetServerId
Sets the server id. @param serverId the new server id
maven/src/main/java/org/owasp/dependencycheck/maven/ProxyConfig.java:91
MethodsetSha1
(String sha1)
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ChecksumsImpl.java:30
MethodsetSha256
(String sha256)
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ChecksumsImpl.java:38
MethodsetShowSummary
Set the value of showSummary. @param showSummary new value of showSummary
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:602
MethodsetShowSummary
Set the value of showSummary. @param showSummary new value of showSummary
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:710
MethodsetSize
(long size)
core/src/main/java/org/owasp/dependencycheck/data/artifactory/FileImpl.java:65
MethodsetSource
Set the value of source. @param source new value of source
core/src/main/java/org/owasp/dependencycheck/reporting/SarifRule.java:267
MethodsetSource
Set the value of source. @param source new value of source
core/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java:134
MethodsetSuppressionFile
Set the value of suppressionFile. @param suppressionFile new value of suppressionFile
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:584
MethodsetSuppressionFile
Set the value of suppressionFile. @param suppressionFile new value of suppressionFile
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:665
MethodsetSuppressionFileBearerToken
Sets the token to download user-authored suppression files from an HTTP Bearer auth protected location. @param suppressionFileBearerToken The token
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:692
MethodsetSuppressionFilePassword
Sets the password/token to download user-authored suppression files from an HTTP Basic auth protected location. @param suppressionFilePassword The pa
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:683
MethodsetSuppressionFileUser
Sets the username to download user-authored suppression files from an HTTP Basic auth protected location. @param suppressionFileUser The username
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:674
MethodsetSwiftPackageManagerAnalyzerEnabled
Sets the enabled state of the swift package manager analyzer. @param swiftPackageManagerAnalyzerEnabled the enabled state of the swift package manage
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:912
MethodsetSwiftPackageResolvedAnalyzerEnabled
Sets the enabled state of the swift package manager analyzer. @param swiftPackageResolvedAnalyzerEnabled the enabled state of the swift package resol
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:922
MethodsetUp
Initialize the {@link Settings}.
utils/src/test/java/org/owasp/dependencycheck/utils/BaseTest.java:40
MethodsetUp
Initialize the {@link Settings}.
utils/src/test/java/org/owasp/dependencycheck/utils/DownloaderIT.java:42
MethodsetUp
()
archetype/src/main/resources/archetype-resources/src/test/java/__analyzerName__Test.java:48
MethodsetUp
Initialize the {@link Settings}.
core/src/test/java/org/owasp/dependencycheck/BaseTest.java:42
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/BaseDBTestCase.java:48
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/NuspecAnalyzerTest.java:36
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzerTest.java:61
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/LibmanAnalyzerTest.java:41
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/PipfilelockAnalyzerTest.java:52
MethodsetUp
Sets up the analyzer. @throws Exception if anything goes sideways
core/src/test/java/org/owasp/dependencycheck/analyzer/PEAnalyzerTest.java:50
MethodsetUp
Sets up the analyzer. @throws Exception if anything goes sideways
core/src/test/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzerTest.java:68
MethodsetUp
Correctly set up the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzerTest.java:51
MethodsetUp
Setup the CmakeAnalyzer. @throws Exception if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:61
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/PipAnalyzerIT.java:36
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/DartAnalyzerTest.java:38
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/NodePackageAnalyzerTest.java:93
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/ElixirMixAuditAnalyzerIT.java:41
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/RubyBundleAuditAnalyzerIT.java:67
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/PipfileAnalyzerTest.java:53
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/SwiftAnalyzersTest.java:42
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/MSBuildProjectAnalyzerTest.java:40
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/ElixirMixAuditAnalyzerTest.java:21
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PoetryAnalyzerTest.java:39
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/ComposerLockAnalyzerTest.java:55
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/NugetconfAnalyzerTest.java:38
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/RubyGemspecAnalyzerTest.java:52
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/GolangModAnalyzerTest.java:48
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerTest.java:34
MethodsetUp
Setup the {@link OpenSSLAnalyzer}. @throws Exception if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/OpenSSLAnalyzerTest.java:52
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzerTest.java:58
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/PipAnalyzerTest.java:53
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzerIT.java:47
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:52
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/analyzer/GolangDepAnalyzerTest.java:38
MethodsetUp
Setup the {@link PythonPackageAnalyzer}. @throws Exception if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzerTest.java:51
MethodsetUp
Correctly setup the analyzer for testing. @throws Exception thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/RubyBundlerAnalyzerTest.java:52
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/composer/ComposerLockParserTest.java:40
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/lucene/BaseTokenFilterTest.java:22
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexClientProviderTest.java:42
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/cpe/CpeMemoryIndexTest.java:52
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/nexus/NexusV2SearchTest.java:40
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/nexus/NexusV3SearchTest.java:40
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/nvdcve/DatabasePropertiesIT.java:40
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/nvdcve/CveDBIT.java:51
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/nvdcve/CveDBMySqlIT.java:43
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/central/CentralSearchTest.java:28
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearchTest.java:62
MethodsetUp
()
core/src/test/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearchResponseHandlerTest.java:60
MethodsetUp
()
ant/src/test/java/org/owasp/dependencycheck/taskdefs/DependencyCheckTaskIT.java:41
MethodsetUp
Initialize the {@link Settings}.
maven/src/test/java/org/owasp/dependencycheck/maven/BaseTest.java:46
MethodsetUpClass
()
archetype/src/main/resources/archetype-resources/src/test/java/__analyzerName__Test.java:40
MethodsetUri
(String uri)
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:75
MethodsetUrl
Set the value of URL. @param url new value of URL
core/src/main/java/org/owasp/dependencycheck/xml/pom/License.java:79
MethodsetUrl
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:147
MethodsetUrl
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:126
MethodsetUrl
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:142
MethodsetValue
Set the value of value. @param value new value of value
core/src/main/java/org/owasp/dependencycheck/xml/hints/VendorDuplicatingHintRule.java:67
MethodsetValue
Set the value of value. @param value new value of value
core/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java:152
MethodsetVersion
Sets the version. @param version the version
core/src/main/java/org/owasp/dependencycheck/data/nexus/MavenArtifact.java:185
MethodsetVersionCheckEnabled
Sets whether the version check is enabled. @param versionCheckEnabled a Boolean indicating if the version check is enabled.
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:555
MethodsetYarnAuditAnalyzerEnabled
Set the value of yarnAuditAnalyzerEnabled. @param yarnAuditAnalyzerEnabled new value of yarnAuditAnalyzerEnabled
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:958
MethodsetZipExtensions
Set the value of zipExtensions. @param zipExtensions new value of zipExtensions
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:839
MethodsetZipExtensions
Set the value of zipExtensions. @param zipExtensions new value of zipExtensions
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1219
MethodshouldAddJarToClassPath
()
cli/src/test/java/org/owasp/dependencycheck/PluginLoaderTest.java:43
MethodshouldAllowTransformingFilePattern
()
core/src/test/java/org/owasp/dependencycheck/data/update/NvdApiDataSourceTest.java:70
MethodshouldAnalyzeReturnsFalseIfTheFileTypeAnalyzerDoesNotAcceptTheDependency
()
core/src/test/java/org/owasp/dependencycheck/AnalysisTaskTest.java:51
MethodshouldAnalyzeReturnsTrueForNonFileTypeAnalyzers
()
core/src/test/java/org/owasp/dependencycheck/AnalysisTaskTest.java:32
MethodshouldAnalyzeReturnsTrueIfTheFileTypeAnalyzersAcceptsTheDependency
()
core/src/test/java/org/owasp/dependencycheck/AnalysisTaskTest.java:39
MethodshouldConsiderYearsMandatoryWhenNoLongerJan1Anywhere
()
core/src/test/java/org/owasp/dependencycheck/data/update/NvdApiDataSourceTest.java:129
MethodshouldConsiderYearsMandatoryWhenNotCurrentYearAtEarliestTZ
()
core/src/test/java/org/owasp/dependencycheck/data/update/NvdApiDataSourceTest.java:113
MethodshouldConsiderYearsMandatoryWhenNotCurrentYearAtLatestTZ
()
core/src/test/java/org/owasp/dependencycheck/data/update/NvdApiDataSourceTest.java:121
MethodshouldConvertBasicFields
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:37
MethodshouldDoNothingIfDirectoryDoesntExist
()
cli/src/test/java/org/owasp/dependencycheck/PluginLoaderTest.java:31
MethodshouldDoNothingIfDirectoryIsEmpty
()
cli/src/test/java/org/owasp/dependencycheck/PluginLoaderTest.java:37
MethodshouldExcludeArtifact
(final ArtifactScopeExcludedTestBuilder builder)
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:59
MethodshouldExtractUrlWithPattern
()
core/src/test/java/org/owasp/dependencycheck/data/update/NvdApiDataSourceTest.java:56
MethodshouldExtractUrlWithoutPattern
()
core/src/test/java/org/owasp/dependencycheck/data/update/NvdApiDataSourceTest.java:81
← previousnext →2,601–2,700 of 3,473, ranked by callers