dlg99 opened a new pull request #3002: URL: https://github.com/apache/bookkeeper/pull/3002
Descriptions of the changes in this PR: Added OWASP dependency-check plugin to gradle build (maven is due for removal so I ignored it) ### Motivation Run dependency check to detect CVEs/dependencies that need upgrade. ### Changes Updated gradle build files. To run: ```sh ./gradlew clean build -x microbenchmarks:checkstyleMain -x spotbugsTest -x signDistTar -x test dependencyCheckAggregate ``` See `build/reports/dependency-check-report.html` for results. Current summary: ``` Dependencies Scanned: 360 (359 unique) Vulnerable Dependencies: 65 Vulnerabilities Found: 174 Vulnerabilities Suppressed: 0 ``` -- 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]
