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
testAcceptOnlyJarFiles
Test that the analyzer only accepts JAR files.
core/src/test/java/org/owasp/dependencycheck/analyzer/VersionFilterAnalyzerTest.java:42
Method
testAcceptSupportedExtensions
Test of getSupportedExtensions method, of class JarAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java:149
Method
testAcceptSupportedExtensions
Test of getSupportedExtensions method.
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzerIT.java:77
Method
testAddAsEvidence
Test of addAsEvidence method, of class Dependency.
core/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java:248
Method
testAddAsEvidenceWithEmptyArtifact
Test of addAsEvidence method, of class Dependency.
core/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java:261
Method
testAddAsEvidenceWithExisting
Test of addAsEvidence method, of class Dependency.
core/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java:274
Method
testAddCpe
Test of addCpe method, of class SuppressionRule.
core/src/test/java/org/owasp/dependencycheck/xml/suppression/SuppressionRuleTest.java:210
Method
testAddCriticalityToVulnerability
Test Ruby addCriticalityToVulnerability
core/src/test/java/org/owasp/dependencycheck/analyzer/RubyBundleAuditAnalyzerIT.java:146
Method
testAddCve
Test of addCve method, of class SuppressionRule.
core/src/test/java/org/owasp/dependencycheck/xml/suppression/SuppressionRuleTest.java:309
Method
testAddCvssBelow
Test of addCvssBelow method, of class SuppressionRule.
core/src/test/java/org/owasp/dependencycheck/xml/suppression/SuppressionRuleTest.java:237
Method
testAddCwe
Test of addCwe method, of class SuppressionRule.
core/src/test/java/org/owasp/dependencycheck/xml/suppression/SuppressionRuleTest.java:273
Method
testAddCwe
Test of addCwe method, of class CweSet.
core/src/test/java/org/owasp/dependencycheck/dependency/CweSetTest.java:50
Method
testAddDirSet
Test of addDirSet method, of class DependencyCheckTask. @throws Exception
ant/src/test/java/org/owasp/dependencycheck/taskdefs/DependencyCheckTaskIT.java:96
Method
testAddEvidenceWithoutDuplicateTerms
Test of collectTerms method, of class CPEAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/CPEAnalyzerTest.java:79
Method
testAddFileList
Test of addFileList method, of class DependencyCheckTask. @throws Exception
ant/src/test/java/org/owasp/dependencycheck/taskdefs/DependencyCheckTaskIT.java:78
Method
testAddFileSet
Test of addFileSet method, of class DependencyCheckTask.
ant/src/test/java/org/owasp/dependencycheck/taskdefs/DependencyCheckTaskIT.java:63
Method
testAddLicense
Test of addLicense method, of class Model.
core/src/test/java/org/owasp/dependencycheck/xml/pom/ModelTest.java:262
Method
testAddMatchingValues
()
core/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java:115
Method
testAddSoftwareIdentifiers
Test of addSoftwareIdentifiers method, of class Dependency.
core/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java:205
Method
testAddVulnerableSoftwareIdentifier
Test of addVulnerableSoftwareIdentifier method, of class Dependency.
core/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java:216
Method
testAnalyseDependency_SkipsNonZipFile
()
core/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java:233
Method
testAnalysis
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PEAnalyzerTest.java:68
Method
testAnalysis
()
core/src/test/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzerTest.java:103
Method
testAnalysis
Test Elixir MixAudit analysis.
core/src/test/java/org/owasp/dependencycheck/analyzer/ElixirMixAuditAnalyzerIT.java:73
Method
testAnalysis
Test Ruby BundlerAudit analysis.
core/src/test/java/org/owasp/dependencycheck/analyzer/RubyBundleAuditAnalyzerIT.java:114
Method
testAnalysisOfPartiallyBrokenImageData
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PEAnalyzerTest.java:81
Method
testAnalyze
Test of analyze method, of class ${analyzerName}.
archetype/src/main/resources/archetype-resources/src/test/java/__analyzerName__Test.java:73
Method
testAnalyze
Test of analyze method, of class HintAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/HintAnalyzerTest.java:70
Method
testAnalyze
Test of analyze method, of class CpeSuppressionAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/CpeSuppressionAnalyzerIT.java:66
Method
testAnalyze
Test of analyze method, of class FileNameAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzerTest.java:62
Method
testAnalyze
Test of analyze method, of class DependencyBundlingAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzerIT.java:32
Method
testAnalyze
Test of analyze method, of class VulnerabilitySuppressionAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzerIT.java:67
Method
testAnalyze
Test of inspect method, of class JarAnalyzer. @throws Exception is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java:49
Method
testAnalyze
Test of analyze method, of class ArchiveAnalyzer. @throws java.lang.Exception when an error occurs
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:125
Method
testAnalyze
Test of analyze method, of class DependencyBundlingAnalyzer. The actually passed dependency does not matter. The analyzer only runs once.
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzerTest.java:75
Method
testAnalyzeCMakeInfiniteLoop
()
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:286
Method
testAnalyzeCMakeListsOpenCV
Test whether expected evidence is gathered from OpenCV's CMakeLists.txt. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:110
Method
testAnalyzeCMakeListsOpenCV3rdParty
Test whether expected version evidence is gathered from OpenCV's third party cmake files. @throws AnalysisException is thrown when an exception occur
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:165
Method
testAnalyzeCMakeListsPython
Test whether expected evidence is gathered from OpenCV's CVDetectPython. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:138
Method
testAnalyzeCMakeListsZlib
Test whether expected evidence is gathered from OpenCV's CMakeLists.txt. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:124
Method
testAnalyzeCMakeTempVariable
Test the analyzer does not end up in an infinite loop when a temp variable is used to store old value and then restore it afterwards. @throws Analysi
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:275
Method
testAnalyzeConfigureAC1
Test whether expected evidence is gathered from Ghostscript's configure. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzerTest.java:86
Method
testAnalyzeConfigureAC2
Test whether expected evidence is gathered from Readable's configure.ac. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzerTest.java:102
Method
testAnalyzeConfigureScript
Test whether expected evidence is gathered from GNU Binutil's configure. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzerTest.java:119
Method
testAnalyzeDependency
Test of analyzeDependency method, of class CPEAnalyzer. @throws Exception is thrown when an exception occurs
core/src/test/java/org/owasp/dependencycheck/analyzer/NpmCPEAnalyzerIT.java:41
Method
testAnalyzeDependency
Test of analyzeDependency method, of class FalsePositiveAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzerTest.java:81
Method
testAnalyzeDependency
Test of analyzeDependency method, of class VersionFilterAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/VersionFilterAnalyzerTest.java:92
Method
testAnalyzeDependency
Test of analyzeDependency method, of class CPEAnalyzer. @throws Exception is thrown when an exception occurs
core/src/test/java/org/owasp/dependencycheck/analyzer/CPEAnalyzerIT.java:292
Method
testAnalyzeDependencyFileManifest
Test of analyzeDependency method, of class VersionFilterAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/VersionFilterAnalyzerTest.java:170
Method
testAnalyzeDependencyFilePom
Test of analyzeDependency method, of class VersionFilterAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/VersionFilterAnalyzerTest.java:133
Method
testAnalyzeDependencyNoMatch
()
core/src/test/java/org/owasp/dependencycheck/analyzer/NpmCPEAnalyzerIT.java:89
Method
testAnalyzeDependencyPomManifest
Test of analyzeDependency method, of class VersionFilterAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/VersionFilterAnalyzerTest.java:197
Method
testAnalyzeDependency_SkipsMacOSMetaDataFile
()
core/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java:214
Method
testAnalyzeEggArchive
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:146
Method
testAnalyzeEggArchiveNamedZip
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:151
Method
testAnalyzeEggFolder
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:156
Method
testAnalyzeEggInfoFolder
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:141
Method
testAnalyzeEmpty
()
core/src/test/java/org/owasp/dependencycheck/analyzer/NodeAuditAnalyzerIT.java:44
Method
testAnalyzeExecutableJar
Test of analyze method, of class ArchiveAnalyzer, with an executable jar.
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:155
Method
testAnalyzeGemspec
Test Ruby Bundler created gemspec analysis. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/RubyBundlerAnalyzerTest.java:97
Method
testAnalyzeJarStaticResources
()
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:182
Method
testAnalyzeOtherInstallJson
Tests that the analyzer ignores a Cloudflare-style {@code install.json}.
core/src/test/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzerTest.java:141
Method
testAnalyzePackage
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:76
Method
testAnalyzePackage
()
core/src/test/java/org/owasp/dependencycheck/analyzer/NodeAuditAnalyzerIT.java:19
Method
testAnalyzePackageExcludesDeprecations
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:108
Method
testAnalyzePackageJson
Test of inspect method, of class PipfileAnalyzer. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/PipfileAnalyzerTest.java:97
Method
testAnalyzePackageJson
Test of inspect method, of class PythonDistributionAnalyzer. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/ComposerLockAnalyzerTest.java:98
Method
testAnalyzePackageJson
Test Ruby Gemspec analysis. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/RubyGemspecAnalyzerTest.java:97
Method
testAnalyzePackageJson
Test of inspect method, of class PipAnalyzer. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/PipAnalyzerTest.java:99
Method
testAnalyzePackageJsonInNodeModulesDirectory
()
core/src/test/java/org/owasp/dependencycheck/analyzer/NodeAuditAnalyzerIT.java:61
Method
testAnalyzePackageJsonWithShrinkwrap
Test of inspect method, of class PythonDistributionAnalyzer. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/NodePackageAnalyzerTest.java:235
Method
testAnalyzePackageLock
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PipfilelockAnalyzerTest.java:91
Method
testAnalyzePackageNoVulnerability
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:101
Method
testAnalyzePackagePnpm
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PnpmAuditAnalyzerIT.java:17
Method
testAnalyzePackageYarnClassic
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:61
Method
testAnalyzePackageYarnClassicOnYarnBerryLockfile
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:66
Method
testAnalyzePinnedInstallJsonV010
Tests that the analyzer correctly pulls dependencies out of a pinned v0.1.0 {@code maven_install.json}.
core/src/test/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzerTest.java:95
Method
testAnalyzePinnedInstallJsonV2
Tests that the analyzer correctly pulls dependencies out of a pinned v2 {@code maven_install.json}.
core/src/test/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzerTest.java:118
Method
testAnalyzePipAnalyzer
Tests analysis, evidence collected, of class PipAnalyzer. @throws AnalysisException thrown if there is a problem
core/src/test/java/org/owasp/dependencycheck/analyzer/PipAnalyzerIT.java:67
Method
testAnalyzeReadableConfigureScript
Test whether expected evidence is gathered from GNU Ghostscript's configure. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzerTest.java:135
Method
testAnalyzeRpm
Test of analyze method, of class ArchiveAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:364
Method
testAnalyzeShrinkwrapJson
Test of inspect method, of class PythonDistributionAnalyzer. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/NodePackageAnalyzerTest.java:156
Method
testAnalyzeSitePackage
Test of inspect method, of class PythonDistributionAnalyzer. @throws AnalysisException is thrown when an exception occurs.
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:115
Method
testAnalyzeSourceMetadata
()
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzerTest.java:92
Method
testAnalyzeTar
Test of analyze method, of class ArchiveAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:218
Method
testAnalyzeTarBz2
Test of analyze method, of class ArchiveAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:280
Method
testAnalyzeTarGz
Test of analyze method, of class ArchiveAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:248
Method
testAnalyzeTbz2
Test of analyze method, of class ArchiveAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:337
Method
testAnalyzeTgz
Test of analyze method, of class ArchiveAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:308
Method
testAnalyzeWheel
Test of inspect method, of class PythonDistributionAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:104
Method
testAnalyzeWithBadPackageManagerConfiguration
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:91
Method
testAnalyzeWithBadYarnConfiguration
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:81
Method
testAnalyze_1
Test of analyze method, of class HintAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/HintAnalyzerTest.java:115
Method
testAnalyze_badZip
Test of analyze method, of class ArchiveAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzerIT.java:394
Method
testAnalyzerSupportsFiles
Test of supportsFiles method, of class DartAnalyzer.
core/src/test/java/org/owasp/dependencycheck/analyzer/DartAnalyzerTest.java:74
Method
testAnalyzers
()
core/src/test/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzerTest.java:54
Method
testAngular
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzerIT.java:129
Method
testAppendEscapedLuceneQuery
Test of appendEscapedLuceneQuery method, of class LuceneUtils.
core/src/test/java/org/owasp/dependencycheck/data/lucene/LuceneUtilsTest.java:36
Method
testAppendEscapedLuceneQuery_null
Test of appendEscapedLuceneQuery method, of class LuceneUtils.
core/src/test/java/org/owasp/dependencycheck/data/lucene/LuceneUtilsTest.java:48
Method
testAvailable
Test of available method, of class JsonArrayFixingInputStream. @throws Exception because one might happen
utils/src/test/java/org/owasp/dependencycheck/utils/JsonArrayFixingInputStreamTest.java:241
← previous
next →
2,801–2,900 of 3,473, ranked by callers