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.38 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.55 s
org.owasp.dependencycheck.data.artifactory 3 0 0 3 0% 0 s
org.owasp.dependencycheck.agent 1 0 0 0 100% 5.106 s
org.owasp.dependencycheck.data.nvdcve 9 0 0 0 100% 0.592 s
org.owasp.dependencycheck 2 0 0 0 100% 34.03 s
org.owasp.dependencycheck.analyzer 57 0 0 5 91.2% 22.09 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.55 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.106 s

org.owasp.dependencycheck.data.nvdcve

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

org.owasp.dependencycheck

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

org.owasp.dependencycheck.analyzer

- Class Tests Errors Failures Skipped Success Rate Time
CPEAnalyzerIT 6 0 0 0 100% 3.242 s
PipAnalyzerIT 1 0 0 0 100% 0.016 s
VulnerabilitySuppressionAnalyzerIT 3 0 0 0 100% 1.135 s
YarnAuditAnalyzerIT 3 0 0 0 100% 7.867 s
ElixirMixAuditAnalyzerIT 3 0 0 1 66.7% 0.485 s
CpeSuppressionAnalyzerIT 3 0 0 0 100% 0.563 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.266 s
NodeAuditAnalyzerIT 3 0 0 0 100% 1.031 s
RubyBundleAuditAnalyzerIT 6 0 0 3 50.0% 0.752 s
NpmCPEAnalyzerIT 2 0 0 0 100% 0.779 s
AbstractNpmAnalyzerIT 3 0 0 0 100% 0.005 s
RetireJsAnalyzerIT 7 0 0 0 100% 2.918 s

Test Cases

[Summary] [Package List] [Test Cases]

CPEAnalyzerIT

testSearchCPE 0.633 s
testDetermineCPE 0.972 s
testDetermineIdentifiers 0.495 s
testAnalyzeDependency 0.454 s
testDetermineCPE_full 0.655 s
testBuildSearch 0.023 s

PipAnalyzerIT

testAnalyzePipAnalyzer 0.014 s

VulnerabilitySuppressionAnalyzerIT

testAnalyze 1.082 s
testGetAnalysisPhase 0.025 s
testGetName 0.024 s

YarnAuditAnalyzerIT

testAnalyzePackageYarnBerry 4.427 s
testAnalyzePackageYarnClassic 2.399 s
testAnalyzePackageYarnBerryNoVulnerability 1.037 s

ElixirMixAuditAnalyzerIT

testAnalysis 0 s
- skipped -
testDependenciesPath 0.374 s
testInvalidMixAuditExecutable 0.024 s

ReportGeneratorIT

testGenerateNodePackageReport 2.079 s
testGenerateRetireJsReport 4.823 s
testGenerateReport 5.354 s
testGenerateNodeAuditReport 1.294 s

CpeSuppressionAnalyzerIT

testAnalyze 0.515 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.028 s

CveDBIT

testGetCPEs 0.055 s
testGetVulnerabilities 0.178 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.823 s

ArchiveAnalyzerIT

testAnalyzeExecutableJar 0.046 s
testAnalyzeRpm 0.288 s
testAnalyzeTar 0.357 s
testAnalyzeTgz 0.574 s
testAnalyzeTarBz2 0.655 s
testAnalyze 0.067 s
testGetAnalysisPhase 0.023 s
testGetName 0.023 s
testAnalyze_badZip 0.029 s
testInitialize 0.024 s
testAnalyzeTbz2 0.605 s
testAnalyzeJarStaticResources 0.034 s
testAnalyzeTarGz 0.482 s
testSupportsExtension 0.023 s
testSupportsExtensions 0.024 s

DatabasePropertiesIT

testSave 0.062 s
testGetProperty_String_String 0.050 s
testGetProperties 0.052 s
testGetProperty_String 0.046 s
testIsEmpty 0.045 s

EngineIT

exceptionDuringAnalysisTaskExecutionIsFatal 1.862 s
testEngine 32.17 s

NodeAuditAnalyzerIT

testAnalyzePackage 1.007 s
testAnalyzePackageJsonInNodeModulesDirectory 0.012 s
testAnalyzeEmpty 0.008 s

RubyBundleAuditAnalyzerIT

testGetName 0.029 s
testAnalysis 0 s
- skipped -
testInvalidBundleAudit 0.027 s
testDependenciesPath 0 s
- skipped -
testAddCriticalityToVulnerability 0 s
- skipped -
testSupportsFiles 0.023 s

NpmCPEAnalyzerIT

testAnalyzeDependency 0.415 s
testAnalyzeDependencyNoMatch 0.362 s

AbstractNpmAnalyzerIT

testDetermineVersionFromMap_1 0.001 s
testDetermineVersionFromMap_2 0.001 s
testDetermineVersionFromMap 0.002 s

RetireJsAnalyzerIT

testAngular 0.376 s
testEmber 1.855 s
testGetAnalysisPhase 0.133 s
testGetName 0.149 s
testAcceptSupportedExtensions 0.131 s
testJquery 0.138 s
testGetAnalyzerEnabledSettingKey 0.129 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