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% 77.43 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.66 s
org.owasp.dependencycheck.data.artifactory 3 0 0 3 0% 0 s
org.owasp.dependencycheck.agent 1 0 0 0 100% 5.017 s
org.owasp.dependencycheck.data.nvdcve 9 0 0 0 100% 0.559 s
org.owasp.dependencycheck 2 0 0 0 100% 33.96 s
org.owasp.dependencycheck.analyzer 57 0 0 5 91.2% 24.23 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.66 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.017 s

org.owasp.dependencycheck.data.nvdcve

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

org.owasp.dependencycheck

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

org.owasp.dependencycheck.analyzer

- Class Tests Errors Failures Skipped Success Rate Time
CPEAnalyzerIT 6 0 0 0 100% 3.598 s
PipAnalyzerIT 1 0 0 0 100% 0.016 s
VulnerabilitySuppressionAnalyzerIT 3 0 0 0 100% 1.368 s
YarnAuditAnalyzerIT 3 0 0 0 100% 8.423 s
ElixirMixAuditAnalyzerIT 3 0 0 1 66.7% 0.493 s
CpeSuppressionAnalyzerIT 3 0 0 0 100% 0.576 s
DependencyBundlingAnalyzerIT 1 0 0 0 100% 0.026 s
PnpmAuditAnalyzerIT 1 0 0 1 0% 0.006 s
ArchiveAnalyzerIT 15 0 0 0 100% 3.578 s
NodeAuditAnalyzerIT 3 0 0 0 100% 1.130 s
RubyBundleAuditAnalyzerIT 6 0 0 3 50.0% 0.805 s
NpmCPEAnalyzerIT 2 0 0 0 100% 0.770 s
AbstractNpmAnalyzerIT 3 0 0 0 100% 0.005 s
RetireJsAnalyzerIT 7 0 0 0 100% 3.438 s

Test Cases

[Summary] [Package List] [Test Cases]

CPEAnalyzerIT

testSearchCPE 0.703 s
testDetermineCPE 1.039 s
testDetermineIdentifiers 0.563 s
testAnalyzeDependency 0.563 s
testDetermineCPE_full 0.700 s
testBuildSearch 0.024 s

PipAnalyzerIT

testAnalyzePipAnalyzer 0.015 s

VulnerabilitySuppressionAnalyzerIT

testAnalyze 1.314 s
testGetAnalysisPhase 0.026 s
testGetName 0.024 s

YarnAuditAnalyzerIT

testAnalyzePackageYarnBerry 4.692 s
testAnalyzePackageYarnClassic 2.705 s
testAnalyzePackageYarnBerryNoVulnerability 1.023 s

ElixirMixAuditAnalyzerIT

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

ReportGeneratorIT

testGenerateNodePackageReport 2.500 s
testGenerateRetireJsReport 4.651 s
testGenerateReport 5.344 s
testGenerateNodeAuditReport 1.163 s

CpeSuppressionAnalyzerIT

testAnalyze 0.529 s
testGetAnalysisPhase 0.022 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.025 s

CveDBIT

testGetCPEs 0.053 s
testGetVulnerabilities 0.145 s
testGetMatchingSoftware 0.049 s
testgetVulnerability 0.048 s

PnpmAuditAnalyzerIT

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

DependencyCheckScanAgentIT

testComponentMetadata 4.658 s

ArchiveAnalyzerIT

testAnalyzeExecutableJar 0.051 s
testAnalyzeRpm 0.328 s
testAnalyzeTar 0.360 s
testAnalyzeTgz 0.569 s
testAnalyzeTarBz2 0.804 s
testAnalyze 0.077 s
testGetAnalysisPhase 0.023 s
testGetName 0.023 s
testAnalyze_badZip 0.030 s
testInitialize 0.025 s
testAnalyzeTbz2 0.674 s
testAnalyzeJarStaticResources 0.038 s
testAnalyzeTarGz 0.518 s
testSupportsExtension 0.024 s
testSupportsExtensions 0.023 s

DatabasePropertiesIT

testSave 0.062 s
testGetProperty_String_String 0.055 s
testGetProperties 0.051 s
testGetProperty_String 0.047 s
testIsEmpty 0.044 s

EngineIT

exceptionDuringAnalysisTaskExecutionIsFatal 2.009 s
testEngine 31.94 s

NodeAuditAnalyzerIT

testAnalyzePackage 1.112 s
testAnalyzePackageJsonInNodeModulesDirectory 0.009 s
testAnalyzeEmpty 0.006 s

RubyBundleAuditAnalyzerIT

testGetName 0.027 s
testAnalysis 0 s
- skipped -
testInvalidBundleAudit 0.026 s
testDependenciesPath 0 s
- skipped -
testAddCriticalityToVulnerability 0 s
- skipped -
testSupportsFiles 0.024 s

NpmCPEAnalyzerIT

testAnalyzeDependency 0.397 s
testAnalyzeDependencyNoMatch 0.370 s

AbstractNpmAnalyzerIT

testDetermineVersionFromMap_1 0.001 s
testDetermineVersionFromMap_2 0.001 s
testDetermineVersionFromMap 0.002 s

RetireJsAnalyzerIT

testAngular 0.371 s
testEmber 2.373 s
testGetAnalysisPhase 0.137 s
testGetName 0.132 s
testAcceptSupportedExtensions 0.132 s
testJquery 0.148 s
testGetAnalyzerEnabledSettingKey 0.138 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