You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Michiel de Jong (Jira)" <ji...@apache.org> on 2023/03/31 11:17:00 UTC

[jira] [Created] (HADOOP-18687) Remove unnecessary dependency on json-smart

Michiel de Jong created HADOOP-18687:
----------------------------------------

             Summary: Remove unnecessary dependency on json-smart
                 Key: HADOOP-18687
                 URL: https://issues.apache.org/jira/browse/HADOOP-18687
             Project: Hadoop Common
          Issue Type: Improvement
          Components: auth
    Affects Versions: 3.3.5, 3.4.0
            Reporter: Michiel de Jong


hadoop-auth has a dependency on net.minidev:json-smart 2.4.7, but this dependency is never used.

This dependency was originally included because the transitive dependency that nimbus-jose-jwt had did not work properly (see https://issues.apache.org/jira/browse/HADOOP-14903). Since version 9.* nimbus-jose-jwt is using its own shaded version of json-smart, so the version declared in hadoop-auth is never actually used.

json-smart 2.4.7 shows up in CVE scans for CVE-2023-1370. It is still used as a transitive dependency in hadoop-hdfs



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org