HelenParr opened a new pull request, #4354: URL: https://github.com/apache/zeppelin/pull/4354
Hi, @corneadoug, @Reamer , I'd like to report a vulnerability dependency in **org.apache.zeppelin:zeppelin-cassandra:0.10.1**. ### Issue Description I noticed that **org.apache.zeppelin:zeppelin-cassandra:0.10.1** directly depends on **org.lz4:lz4-java:1.6.0** in the [pom](https://repo1.maven.org/maven2/org/apache/zeppelin/zeppelin-cassandra/0.10.1/zeppelin-cassandra-0.10.1.pom). However, as shown in the following dependency graph, **org.lz4:lz4-java:1.6.0** sufferes from the vulnerabilites which the C library **lz4(version:1.9.1)** exposed, containing a high severity CVE: [CVE-2019-17543](https://nvd.nist.gov/vuln/detail/CVE-2019-17543). ### Dependency Graph between Java and Shared Libraries ![image](https://user-images.githubusercontent.com/103260963/163198977-5211f6a1-075b-4e14-96ab-03eddec062a8.png) ### Suggested Vulnerability Patch Versions **org.lz4:lz4-java:1.7.0** (**>=1.7.0**) has upgraded the vulnerable C library `lz4` to the patch version **1.9.2**. Java build tools cannot report vulnerable C libraries, which may induce potential security issues to many downstream Java projects. Could you please upgrade this vulnerable dependency? Thanks for your help~ Best regards, Helen Parr -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org