You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/11 01:42:54 UTC

[GitHub] [bookkeeper] hangc0276 opened a new pull request, #3911: Remove avro dependency from hadoop-common to resolve CVE-2019-10202

hangc0276 opened a new pull request, #3911:
URL: https://github.com/apache/bookkeeper/pull/3911

   ### Motivation
   After upgrading the Hadoop version to 3.3.5, the CVE-2019-10202 still exists.
   
   Detailed paths
   Introduced through: org.apache.distributedlog:dlfs@4.16.0-SNAPSHOT › org.apache.hadoop:hadoop-common@3.3.5 › org.apache.avro:avro@1.7.7 › org.codehaus.jackson:jackson-mapper-asl@1.9.13
   
   After checking the code of package `org.apache.distributedlog.fs`, those classes only use `org.apache.hadoop.conf`, `org.apache.hadoop.fs` and `org.apache.hadoop.util` packages. They don't use any Avro-related dependencies. It is safe to remove the Avro dependency to resolve the CVE issue.
   https://github.com/apache/bookkeeper/tree/master/stream/distributedlog/io/dlfs/src/main/java/org/apache/distributedlog/fs
   
   ### Changes
   Exclude the Avro dependency from `hadoop-common`
   


-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] Shoothzj merged pull request #3911: Remove avro, hadoop-auth and jersey-json dependencies from hadoop-common to resolve CVE-2019-10202, CVE-2023-1370 and CVE-2022-45685

Posted by "Shoothzj (via GitHub)" <gi...@apache.org>.
Shoothzj merged PR #3911:
URL: https://github.com/apache/bookkeeper/pull/3911


-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org