You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Sandor Molnar (JIRA)" <ji...@apache.org> on 2018/02/28 15:46:00 UTC

[jira] [Created] (AMBARI-23109) Remove dependency on org.apache.httpcomponents:httpclient before version 4.3.5.1 for Ambari Functional Tests

Sandor Molnar created AMBARI-23109:
--------------------------------------

             Summary: Remove dependency on org.apache.httpcomponents:httpclient before version 4.3.5.1 for Ambari Functional Tests
                 Key: AMBARI-23109
                 URL: https://issues.apache.org/jira/browse/AMBARI-23109
             Project: Ambari
          Issue Type: Bug
          Components: test
    Affects Versions: 2.6.2
            Reporter: Sandor Molnar
            Assignee: Sandor Molnar
             Fix For: 2.6.2, 2.7.0


Remove dependency on org.apache.httpcomponents:httpclient:jar before version 4.3.5.1 due to security concerns. See
 * CVE-2015-5262 - [https://nvd.nist.gov/vuln/detail/CVE-2015-5262]
 * CVE-2014-3577 - [https://nvd.nist.gov/vuln/detail/CVE-2014-3577]

{noformat}
--- maven-dependency-plugin:2.8:tree(default-cli) @ ambari-funtest ---
 org.apache.ambari:ambari-funtest:jar:2.6.1.0.0
 +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
 +- org.apache.ambari:ambari-metrics-common:jar:2.6.1.0.0:compile
 |  \- (org.apache.httpcomponents:httpclient:jar:4.2.5:compile - omitted for conflict with 4.5.2)
 \- org.apache.ambari:ambari-server:jar:2.6.1.0.0:compile
    +- (org.apache.httpcomponents:httpclient:jar:4.2.5:compile - omitted for conflict with 4.5.2)
    +- org.apache.hadoop:hadoop-auth:jar:2.7.2:compile
    |  \- (org.apache.httpcomponents:httpclient:jar:4.2.5:compile - omitted for conflict with 4.5.2)
    \- org.apache.hadoop:hadoop-common:jar:2.7.2:compile
       \- net.java.dev.jets3t:jets3t:jar:0.9.0:compile
          \- (org.apache.httpcomponents:httpclient:jar:4.1.2:compile - omitted for conflict with 4.5.2){noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)