Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
72 0 0 6 91.7% 140.6 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% 12.61 s
org.owasp.dependencycheck.data.artifactory 1 0 0 1 0% 0.005 s
org.owasp.dependencycheck.agent 1 0 0 0 100% 1.178 s
org.owasp.dependencycheck.data.nvdcve 9 0 0 0 100% 0.749 s
org.owasp.dependencycheck 2 0 0 0 100% 109.1 s
org.owasp.dependencycheck.analyzer 55 0 0 5 90.9% 16.95 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% 12.61 s

org.owasp.dependencycheck.data.artifactory

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

org.owasp.dependencycheck.agent

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

org.owasp.dependencycheck.data.nvdcve

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

org.owasp.dependencycheck

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

org.owasp.dependencycheck.analyzer

- Class Tests Errors Failures Skipped Success Rate Time
RubyBundleAuditAnalyzerIT 6 0 0 3 50.0% 0.844 s
PnpmAuditAnalyzerIT 1 0 0 1 0% 0 s
AbstractNpmAnalyzerIT 3 0 0 0 100% 0.001 s
YarnAuditAnalyzerIT 1 0 0 0 100% 2.117 s
CPEAnalyzerIT 6 0 0 0 100% 2.819 s
RetireJsAnalyzerIT 7 0 0 0 100% 3.627 s
VulnerabilitySuppressionAnalyzerIT 3 0 0 0 100% 0.589 s
CpeSuppressionAnalyzerIT 3 0 0 0 100% 0.716 s
PipAnalyzerIT 1 0 0 0 100% 0.006 s
ArchiveAnalyzerIT 15 0 0 0 100% 3.832 s
DependencyBundlingAnalyzerIT 1 0 0 0 100% 0.019 s
ElixirMixAuditAnalyzerIT 3 0 0 1 66.7% 0.576 s
NpmCPEAnalyzerIT 2 0 0 0 100% 0.982 s
NodeAuditAnalyzerIT 3 0 0 0 100% 0.821 s

Test Cases

[Summary] [Package List] [Test Cases]

RubyBundleAuditAnalyzerIT

testGetName 0.020 s
testAnalysis 0 s
- Exception setting up RubyBundleAuditAnalyzer; bundle audit may not be installed, or property "analyzer.bundle.audit.path" may not be set.: got: <org.owasp.dependencycheck.exception.InitializationException: Exception from bundle-audit process: java.io.IOException: Cannot run program "bundle-audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctemp6279885e-519b-4a85-8ffc-01a0d5740489"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer>, expected: null -
testInvalidBundleAudit 0.025 s
testDependenciesPath 0 s
- Exception setting up RubyBundleAuditAnalyzer; bundle audit may not be installed, or property "analyzer.bundle.audit.path" may not be set.: got: <org.owasp.dependencycheck.exception.ExceptionCollection: One or more exceptions occurred during analysis: InitializationException: Exception from bundle-audit process: java.io.IOException: Cannot run program "bundle-audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctempdf95e755-49a7-44f0-b3e1-f4a1690d7cb8"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer caused by AnalysisException: bundle-audit initialization failure; this error can be ignored if you are not analyzing Ruby. Otherwise ensure that bundle-audit is installed and the path to bundle audit is correctly specified caused by IOException: Cannot run program "bundle-audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctempdf95e755-49a7-44f0-b3e1-f4a1690d7cb8"): error=2, No such file or directory caused by IOException: error=2, No such file or directory>, expected: null -
testAddCriticalityToVulnerability 0 s
- Exception setting up RubyBundleAuditAnalyzer; bundle audit may not be installed, or property "analyzer.bundle.audit.path" may not be set.: got: <org.owasp.dependencycheck.exception.InitializationException: Exception from bundle-audit process: java.io.IOException: Cannot run program "bundle-audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctemp4053c0ad-8435-467a-82a8-c74d1f5290d4"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer>, expected: null -
testSupportsFiles 0.022 s

PnpmAuditAnalyzerIT

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

AbstractNpmAnalyzerIT

testDetermineVersionFromMap_1 0 s
testDetermineVersionFromMap_2 0 s
testDetermineVersionFromMap 0 s

YarnAuditAnalyzerIT

testAnalyzePackageYarn 2.117 s

CPEAnalyzerIT

testSearchCPE 0.456 s
testDetermineCPE 0.719 s
testDetermineIdentifiers 0.461 s
testAnalyzeDependency 0.485 s
testDetermineCPE_full 0.675 s
testBuildSearch 0.021 s

CveDBIT

testGetCPEs 0.054 s
testGetVulnerabilities 0.229 s
testGetMatchingSoftware 0.054 s
testgetVulnerability 0.050 s

EngineIT

exceptionDuringAnalysisTaskExecutionIsFatal 1.448 s
testEngine 107.6 s

DependencyCheckScanAgentIT

testComponentMetadata 1.135 s

RetireJsAnalyzerIT

testAngular 0.423 s
testEmber 2.133 s
testGetAnalysisPhase 0.218 s
testGetName 0.210 s
testAcceptSupportedExtensions 0.208 s
testJquery 0.222 s
testGetAnalyzerEnabledSettingKey 0.212 s

VulnerabilitySuppressionAnalyzerIT

testAnalyze 0.545 s
testGetAnalysisPhase 0.022 s
testGetName 0.021 s

CpeSuppressionAnalyzerIT

testAnalyze 0.671 s
testGetAnalysisPhase 0.022 s
testGetName 0.022 s

PipAnalyzerIT

testAnalyzePipAnalyzer 0.005 s

ArchiveAnalyzerIT

testAnalyzeExecutableJar 0.040 s
testAnalyzeRpm 0.291 s
testAnalyzeTar 0.418 s
testAnalyzeTgz 0.785 s
testAnalyzeTarBz2 0.748 s
testAnalyze 0.076 s
testGetAnalysisPhase 0.022 s
testGetName 0.022 s
testAnalyze_badZip 0.027 s
testInitialize 0.021 s
testAnalyzeTbz2 0.674 s
testAnalyzeJarStaticResources 0.039 s
testAnalyzeTarGz 0.623 s
testSupportsExtension 0.022 s
testSupportsExtensions 0.022 s

DependencyBundlingAnalyzerIT

testAnalyze 0.018 s

DatabasePropertiesIT

testSave 0.096 s
testGetProperty_String_String 0.068 s
testGetProperties 0.073 s
testGetProperty_String 0.063 s
testIsEmpty 0.056 s

ReportGeneratorIT

testGenerateNodePackageReport 2.138 s
testGenerateRetireJsReport 4.010 s
testGenerateReport 5.348 s
testGenerateNodeAuditReport 1.111 s

ElixirMixAuditAnalyzerIT

testAnalysis 0 s
- Exception setting up ElixirMixAuditAnalyzer; mix_audit may not be installed, or property "analyzer.mix.audit.path" may not be set.: got: <org.owasp.dependencycheck.exception.InitializationException: Exception from mix_audit process: java.io.IOException: Cannot run program "/home/runner/.mix/escripts/mix_audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctemp4acce4a3-2192-4610-aaa8-b4487e651d46"): error=2, No such file or directory. Disabling Elixir Mix Audit Analyzer>, expected: null -
testDependenciesPath 0.483 s
testInvalidMixAuditExecutable 0.023 s

ArtifactorySearchIT

- 0 s
- skipped -

NpmCPEAnalyzerIT

testAnalyzeDependency 0.524 s
testAnalyzeDependencyNoMatch 0.457 s

NodeAuditAnalyzerIT

testAnalyzePackage 0.804 s
testAnalyzePackageJsonInNodeModulesDirectory 0.009 s
testAnalyzeEmpty 0.006 s

Failure Details

[Summary] [Package List] [Test Cases]


testAnalysis
- skipped: Exception setting up RubyBundleAuditAnalyzer; bundle audit may not be installed, or property "analyzer.bundle.audit.path" may not be set.: got: <org.owasp.dependencycheck.exception.InitializationException: Exception from bundle-audit process: java.io.IOException: Cannot run program "bundle-audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctemp6279885e-519b-4a85-8ffc-01a0d5740489"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer>, expected: null
testDependenciesPath
- skipped: Exception setting up RubyBundleAuditAnalyzer; bundle audit may not be installed, or property "analyzer.bundle.audit.path" may not be set.: got: <org.owasp.dependencycheck.exception.ExceptionCollection: One or more exceptions occurred during analysis: InitializationException: Exception from bundle-audit process: java.io.IOException: Cannot run program "bundle-audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctempdf95e755-49a7-44f0-b3e1-f4a1690d7cb8"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer caused by AnalysisException: bundle-audit initialization failure; this error can be ignored if you are not analyzing Ruby. Otherwise ensure that bundle-audit is installed and the path to bundle audit is correctly specified caused by IOException: Cannot run program "bundle-audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctempdf95e755-49a7-44f0-b3e1-f4a1690d7cb8"): error=2, No such file or directory caused by IOException: error=2, No such file or directory>, expected: null
testAddCriticalityToVulnerability
- skipped: Exception setting up RubyBundleAuditAnalyzer; bundle audit may not be installed, or property "analyzer.bundle.audit.path" may not be set.: got: <org.owasp.dependencycheck.exception.InitializationException: Exception from bundle-audit process: java.io.IOException: Cannot run program "bundle-audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctemp4053c0ad-8435-467a-82a8-c74d1f5290d4"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer>, expected: null
testAnalyzePackagePnpm
- skipped: unfortunately pnpm and brew are somewhat broken on my machine atm...
testAnalysis
- skipped: Exception setting up ElixirMixAuditAnalyzer; mix_audit may not be installed, or property "analyzer.mix.audit.path" may not be set.: got: <org.owasp.dependencycheck.exception.InitializationException: Exception from mix_audit process: java.io.IOException: Cannot run program "/home/runner/.mix/escripts/mix_audit" (in directory "/home/runner/work/DependencyCheck/DependencyCheck/core/target/temp/dctemp4acce4a3-2192-4610-aaa8-b4487e651d46"): error=2, No such file or directory. Disabling Elixir Mix Audit Analyzer>, expected: null
- skipped: skipped