Shawyeok opened a new pull request, #4569: URL: https://github.com/apache/bookkeeper/pull/4569
### Motivation The CI Job `OWASP Dependency Check` has failed consistently since last month, below are the error details: ``` Error: Unable to continue dependency-check analysis. Error: Failed to execute goal org.owasp:dependency-check-maven:10.0.2:aggregate (default) on project bookkeeper: Fatal exception(s) analyzing Apache BookKeeper :: Parent: One or more exceptions occurred during analysis: Error: UpdateException: Error updating the NVD Data Error: caused by NvdApiException: Failed to parse NVD data Error: caused by ValueInstantiationException: Cannot construct instance of `io.github.jeremylong.openvulnerability.client.nvd.CvssV4Data$ModifiedCiaType`, problem: SAFETY Error: at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 3052240] (through reference chain: io.github.jeremylong.openvulnerability.client.nvd.CveApiJson20["vulnerabilities"]->java.util.ArrayList[1471]->io.github.jeremylong.openvulnerability.client.nvd.DefCveItem["cve"]->io.github.jeremylong.openvulnerability.client.nvd.CveItem["metrics"]->io.github.jeremylong.openvulnerability.client.nvd.Metrics["cvssMetricV40"]->java.util.ArrayList[0]->io.github.jeremylong.openvulnerability.client.nvd.CvssV4["cvssData"]->io.github.jeremylong.openvulnerability.client.nvd.CvssV4Data["modifiedSubsequentSystemIntegrity"]) Error: caused by IllegalArgumentException: SAFETY Error: NoDataException: No documents exist Error: -> [Help 1] ``` According to `dependency-check` Mandatory Upgrade [Notice](https://github.com/dependency-check/DependencyCheck/issues/7463): ``` Due to compatibility issues with the NVD API - all users must upgrade to 12.1.0 or later. ``` This patch is to do so. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
