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.8 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.72 s
org.owasp.dependencycheck.data.artifactory 1 0 0 1 0% 0 s
org.owasp.dependencycheck.agent 1 0 0 0 100% 0.733 s
org.owasp.dependencycheck.data.nvdcve 9 0 0 0 100% 0.482 s
org.owasp.dependencycheck 2 0 0 0 100% 101.3 s
org.owasp.dependencycheck.analyzer 55 0 0 5 90.9% 25.59 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.72 s

org.owasp.dependencycheck.data.artifactory

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

org.owasp.dependencycheck.agent

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

org.owasp.dependencycheck.data.nvdcve

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

org.owasp.dependencycheck

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

org.owasp.dependencycheck.analyzer

- Class Tests Errors Failures Skipped Success Rate Time
ArchiveAnalyzerIT 15 0 0 0 100% 3.413 s
PnpmAuditAnalyzerIT 1 0 0 1 0% 0.002 s
NpmCPEAnalyzerIT 2 0 0 0 100% 0.891 s
VulnerabilitySuppressionAnalyzerIT 3 0 0 0 100% 2.615 s
AbstractNpmAnalyzerIT 3 0 0 0 100% 0.010 s
DependencyBundlingAnalyzerIT 1 0 0 0 100% 0.021 s
PipAnalyzerIT 1 0 0 0 100% 0.016 s
ElixirMixAuditAnalyzerIT 3 0 0 1 66.7% 0.769 s
CPEAnalyzerIT 6 0 0 0 100% 3.222 s
YarnAuditAnalyzerIT 1 0 0 0 100% 4.040 s
RubyBundleAuditAnalyzerIT 6 0 0 3 50.0% 1.022 s
RetireJsAnalyzerIT 7 0 0 0 100% 5.365 s
CpeSuppressionAnalyzerIT 3 0 0 0 100% 0.948 s
NodeAuditAnalyzerIT 3 0 0 0 100% 3.254 s

Test Cases

[Summary] [Package List] [Test Cases]

ArchiveAnalyzerIT

testAnalyzeExecutableJar 0.046 s
testAnalyzeRpm 0.301 s
testAnalyzeTar 0.404 s
testAnalyzeTgz 0.587 s
testAnalyzeTarBz2 0.667 s
testAnalyze 0.076 s
testGetAnalysisPhase 0.022 s
testGetName 0.021 s
testAnalyze_badZip 0.028 s
testInitialize 0.023 s
testAnalyzeTbz2 0.604 s
testAnalyzeJarStaticResources 0.041 s
testAnalyzeTarGz 0.547 s
testSupportsExtension 0.022 s
testSupportsExtensions 0.022 s

CveDBIT

testGetCPEs 0.043 s
testGetVulnerabilities 0.128 s
testGetMatchingSoftware 0.042 s
testgetVulnerability 0.047 s

PnpmAuditAnalyzerIT

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

NpmCPEAnalyzerIT

testAnalyzeDependency 0.476 s
testAnalyzeDependencyNoMatch 0.415 s

VulnerabilitySuppressionAnalyzerIT

testAnalyze 2.566 s
testGetAnalysisPhase 0.023 s
testGetName 0.022 s

AbstractNpmAnalyzerIT

testDetermineVersionFromMap_1 0 s
testDetermineVersionFromMap_2 0.007 s
testDetermineVersionFromMap 0.002 s

DependencyBundlingAnalyzerIT

testAnalyze 0.020 s

PipAnalyzerIT

testAnalyzePipAnalyzer 0.014 s

DatabasePropertiesIT

testSave 0.046 s
testGetProperty_String_String 0.049 s
testGetProperties 0.041 s
testGetProperty_String 0.042 s
testIsEmpty 0.042 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/dctemp1f2296c9-abb4-425d-a228-d1ef381cc659"): error=2, No such file or directory. Disabling Elixir Mix Audit Analyzer>, expected: null -
testDependenciesPath 0.637 s
testInvalidMixAuditExecutable 0.025 s

ArtifactorySearchIT

- 0 s
- skipped -

CPEAnalyzerIT

testSearchCPE 0.549 s
testDetermineCPE 0.845 s
testDetermineIdentifiers 0.537 s
testAnalyzeDependency 0.544 s
testDetermineCPE_full 0.724 s
testBuildSearch 0.023 s

ReportGeneratorIT

testGenerateNodePackageReport 2.363 s
testGenerateRetireJsReport 3.884 s
testGenerateReport 5.324 s
testGenerateNodeAuditReport 1.149 s

EngineIT

exceptionDuringAnalysisTaskExecutionIsFatal 0.925 s
testEngine 100.4 s

DependencyCheckScanAgentIT

testComponentMetadata 0.641 s

YarnAuditAnalyzerIT

testAnalyzePackageYarn 4.036 s

RubyBundleAuditAnalyzerIT

testGetName 0.019 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/dctempa4ff25be-754a-4bfa-a9e1-dddeeb84df48"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer>, expected: null -
testInvalidBundleAudit 0.024 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/dctemp2d6919fc-8b85-4141-a4fd-f5a6a9df1e64"): 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/dctemp2d6919fc-8b85-4141-a4fd-f5a6a9df1e64"): 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/dctemp9cd4df46-3a98-4140-ae87-d6b223286965"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer>, expected: null -
testSupportsFiles 0.022 s

RetireJsAnalyzerIT

testAngular 2.481 s
testEmber 1.590 s
testGetAnalysisPhase 0.241 s
testGetName 0.243 s
testAcceptSupportedExtensions 0.235 s
testJquery 0.245 s
testGetAnalyzerEnabledSettingKey 0.223 s

CpeSuppressionAnalyzerIT

testAnalyze 0.891 s
testGetAnalysisPhase 0.026 s
testGetName 0.027 s

NodeAuditAnalyzerIT

testAnalyzePackage 3.234 s
testAnalyzePackageJsonInNodeModulesDirectory 0.009 s
testAnalyzeEmpty 0.008 s

Failure Details

[Summary] [Package List] [Test Cases]


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/dctemp1f2296c9-abb4-425d-a228-d1ef381cc659"): error=2, No such file or directory. Disabling Elixir Mix Audit Analyzer>, expected: null
- skipped: skipped
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/dctempa4ff25be-754a-4bfa-a9e1-dddeeb84df48"): 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/dctemp2d6919fc-8b85-4141-a4fd-f5a6a9df1e64"): 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/dctemp2d6919fc-8b85-4141-a4fd-f5a6a9df1e64"): 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/dctemp9cd4df46-3a98-4140-ae87-d6b223286965"): error=2, No such file or directory. Disabling Ruby Bundle Audit Analyzer>, expected: null