Dependency Check Plugin Versions Save

Jenkins plugin for OWASP Dependency-Check. Inspects project components for known vulnerabilities (e.g. CVEs).

dependency-check-jenkins-plugin-5.5.0

2 months ago

Features

JENKINS-72557 Add ability to configure NVD API Key for OWSP dependency-check library (nfalco79)

dependency-check-jenkins-plugin-5.4.3

8 months ago

Bugfix

JENKINS-71916 dependency-check CLI does not start (nfalco79) JENKINS-71982 dependency-check fail the build due to invalid version (nfalco79)

dependency-check-jenkins-plugin-5.4.2

8 months ago

Bugfix

JENKINS-71851 Dependency-check 5.4.1 fails with NPE when installer is of type folder (nfalco79)

dependency-check-jenkins-plugin-5.4.1

9 months ago

Bugfix

JENKINS-71670 With multipe versions installed, job config doesn't use the configured version (malice00) JENKINS-70900 Not all error Codes returned by ODC CLI are fatal errors thus should not result in a failed build (nfalco79)

dependency-check-jenkins-plugin-5.4.0

1 year ago

Features

JENKINS-56898 Add support for configuration-as-code (nfalco79) JENKINS-59238 Add links to the CVE information of the NVD site (nfalco79)

dependency-check-jenkins-plugin-5.3.0

1 year ago

Bugfixes

Fix order of severity enumeration so that, in case two or more trends have the same issues counter than, the top most line is colored with the greater severity

Features

JENKINS-70429 Merge duplicate vulnerability records when multiple (mgorovoy) (nfalco79) Use common lang3 jenkins API plugin (StefanSpieker)

dependency-check-jenkins-plugin-5.2.1

1 year ago

Improvements

Partial removal of font-awesome from java code, we need to replace footable library to remove font resources Replace JQuery with jquery3-api plugin Replace echart.js with echarts-api-plugin Enable tool cache on jenkins master. Move save of installations to the right class and not as global builder step configuration.

Full Changelog: https://github.com/jenkinsci/dependency-check-plugin/compare/dependency-check-jenkins-plugin-5.2.0...dependency-check-jenkins-plugin-5.2.1

dependency-check-jenkins-plugin-5.2.0

1 year ago

Bugfixes

JENKINS-58610 Running dependencyCheckPublisher doesn't aggregate reports correctly (mum-viadee) JENKINS-59869 OWASP Dependency-Check Plugin v5.2.2 declarative pipeline java not recognized (thomasgl-orange)

Features

JENKINS-67870 Add project action Latest Dependency-Check (nfalco79) JENKINS-67682 Improve pipeline support to indicate which stage is failed (nfalco79) Change name from bintray to github