Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
76 0 0 8 89.5% 75.24 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.owasp.dependencycheck.reporting 4 0 0 0 100% 13.38 s
org.owasp.dependencycheck.data.artifactory 3 0 0 3 0% 0 s
org.owasp.dependencycheck.agent 1 0 0 0 100% 5.281 s
org.owasp.dependencycheck.data.nvdcve 9 0 0 0 100% 0.625 s
org.owasp.dependencycheck 2 0 0 0 100% 32.99 s
org.owasp.dependencycheck.analyzer 57 0 0 5 91.2% 22.96 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.owasp.dependencycheck.reporting

- Class Tests Errors Failures Skipped Success Rate Time
ReportGeneratorIT 4 0 0 0 100% 13.38 s

org.owasp.dependencycheck.data.artifactory

- Class Tests Errors Failures Skipped Success Rate Time
ArtifactorySearchIT 3 0 0 3 0% 0 s

org.owasp.dependencycheck.agent

- Class Tests Errors Failures Skipped Success Rate Time
DependencyCheckScanAgentIT 1 0 0 0 100% 5.281 s

org.owasp.dependencycheck.data.nvdcve

- Class Tests Errors Failures Skipped Success Rate Time
CveDBIT 4 0 0 0 100% 0.353 s
DatabasePropertiesIT 5 0 0 0 100% 0.272 s

org.owasp.dependencycheck

- Class Tests Errors Failures Skipped Success Rate Time
EngineIT 2 0 0 0 100% 32.99 s

org.owasp.dependencycheck.analyzer

- Class Tests Errors Failures Skipped Success Rate Time
CPEAnalyzerIT 6 0 0 0 100% 3.262 s
PipAnalyzerIT 1 0 0 0 100% 0.018 s
VulnerabilitySuppressionAnalyzerIT 3 0 0 0 100% 1.130 s
YarnAuditAnalyzerIT 3 0 0 0 100% 8.229 s
ElixirMixAuditAnalyzerIT 3 0 0 1 66.7% 0.504 s
CpeSuppressionAnalyzerIT 3 0 0 0 100% 0.589 s
DependencyBundlingAnalyzerIT 1 0 0 0 100% 0.031 s
PnpmAuditAnalyzerIT 1 0 0 1 0% 0.002 s
ArchiveAnalyzerIT 15 0 0 0 100% 3.512 s
NodeAuditAnalyzerIT 3 0 0 0 100% 1.129 s
RubyBundleAuditAnalyzerIT 6 0 0 3 50.0% 0.807 s
NpmCPEAnalyzerIT 2 0 0 0 100% 0.816 s
AbstractNpmAnalyzerIT 3 0 0 0 100% 0.006 s
RetireJsAnalyzerIT 7 0 0 0 100% 2.928 s

Test Cases

[Summary] [Package List] [Test Cases]

CPEAnalyzerIT

testSearchCPE 0.616 s
testDetermineCPE 0.874 s
testDetermineIdentifiers 0.531 s
testAnalyzeDependency 0.485 s
testDetermineCPE_full 0.724 s
testBuildSearch 0.025 s

PipAnalyzerIT

testAnalyzePipAnalyzer 0.016 s

VulnerabilitySuppressionAnalyzerIT

testAnalyze 1.077 s
testGetAnalysisPhase 0.026 s
testGetName 0.024 s

YarnAuditAnalyzerIT

testAnalyzePackageYarnBerry 4.796 s
testAnalyzePackageYarnClassic 2.397 s
testAnalyzePackageYarnBerryNoVulnerability 1.032 s

ElixirMixAuditAnalyzerIT

testAnalysis 0 s
- skipped -
testDependenciesPath 0.394 s
testInvalidMixAuditExecutable 0.025 s

ReportGeneratorIT

testGenerateNodePackageReport 2.290 s
testGenerateRetireJsReport 4.589 s
testGenerateReport 5.289 s
testGenerateNodeAuditReport 1.213 s

CpeSuppressionAnalyzerIT

testAnalyze 0.541 s
testGetAnalysisPhase 0.023 s
testGetName 0.023 s

ArtifactorySearchIT

testWithRealInstanceWithUserToken 0 s
- class org.owasp.dependencycheck.data.artifactory.ArtifactorySearchIT is @Disabled -
testWithRealInstanceUsingBearerToken 0 s
- class org.owasp.dependencycheck.data.artifactory.ArtifactorySearchIT is @Disabled -
testWithRealInstanceAnonymous 0 s
- class org.owasp.dependencycheck.data.artifactory.ArtifactorySearchIT is @Disabled -

DependencyBundlingAnalyzerIT

testAnalyze 0.029 s

CveDBIT

testGetCPEs 0.055 s
testGetVulnerabilities 0.196 s
testGetMatchingSoftware 0.051 s
testgetVulnerability 0.050 s

PnpmAuditAnalyzerIT

testAnalyzePackagePnpm 0 s
- unfortunately pnpm and brew are somewhat broken on my machine atm... -

DependencyCheckScanAgentIT

testComponentMetadata 4.993 s

ArchiveAnalyzerIT

testAnalyzeExecutableJar 0.050 s
testAnalyzeRpm 0.326 s
testAnalyzeTar 0.391 s
testAnalyzeTgz 0.590 s
testAnalyzeTarBz2 0.807 s
testAnalyze 0.062 s
testGetAnalysisPhase 0.023 s
testGetName 0.023 s
testAnalyze_badZip 0.029 s
testInitialize 0.025 s
testAnalyzeTbz2 0.593 s
testAnalyzeJarStaticResources 0.035 s
testAnalyzeTarGz 0.499 s
testSupportsExtension 0.022 s
testSupportsExtensions 0.023 s

DatabasePropertiesIT

testSave 0.058 s
testGetProperty_String_String 0.053 s
testGetProperties 0.054 s
testGetProperty_String 0.050 s
testIsEmpty 0.050 s

EngineIT

exceptionDuringAnalysisTaskExecutionIsFatal 1.910 s
testEngine 31.07 s

NodeAuditAnalyzerIT

testAnalyzePackage 1.108 s
testAnalyzePackageJsonInNodeModulesDirectory 0.009 s
testAnalyzeEmpty 0.009 s

RubyBundleAuditAnalyzerIT

testGetName 0.026 s
testAnalysis 0 s
- skipped -
testInvalidBundleAudit 0.026 s
testDependenciesPath 0 s
- skipped -
testAddCriticalityToVulnerability 0 s
- skipped -
testSupportsFiles 0.023 s

NpmCPEAnalyzerIT

testAnalyzeDependency 0.444 s
testAnalyzeDependencyNoMatch 0.371 s

AbstractNpmAnalyzerIT

testDetermineVersionFromMap_1 0.001 s
testDetermineVersionFromMap_2 0.001 s
testDetermineVersionFromMap 0.003 s

RetireJsAnalyzerIT

testAngular 0.404 s
testEmber 1.840 s
testGetAnalysisPhase 0.131 s
testGetName 0.143 s
testAcceptSupportedExtensions 0.133 s
testJquery 0.135 s
testGetAnalyzerEnabledSettingKey 0.134 s

Failure Details

[Summary] [Package List] [Test Cases]


testAnalysis
- skipped: skipped
testWithRealInstanceWithUserToken
- skipped: class org.owasp.dependencycheck.data.artifactory.ArtifactorySearchIT is @Disabled
testWithRealInstanceUsingBearerToken
- skipped: class org.owasp.dependencycheck.data.artifactory.ArtifactorySearchIT is @Disabled
testWithRealInstanceAnonymous
- skipped: class org.owasp.dependencycheck.data.artifactory.ArtifactorySearchIT is @Disabled
testAnalyzePackagePnpm
- skipped: unfortunately pnpm and brew are somewhat broken on my machine atm...
testAnalysis
- skipped: skipped
testDependenciesPath
- skipped: skipped
testAddCriticalityToVulnerability
- skipped: skipped