You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/08/10 13:32:00 UTC

[jira] [Commented] (AMBARI-24450) Remove dependencies with potential security vulnerabilities from fast-hdfs-resource

    [ https://issues.apache.org/jira/browse/AMBARI-24450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16576289#comment-16576289 ] 

Hudson commented on AMBARI-24450:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #139 (See [https://builds.apache.org/job/Ambari-branch-2.7/139/])
AMBARI-24450. Remove dependencies with potential security (dlysnichenko: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=354e7ec6d9aaa2571ac686d688aa01c2f4404a28])
* (edit) contrib/fast-hdfs-resource/pom.xml


> Remove dependencies with potential security vulnerabilities from fast-hdfs-resource
> -----------------------------------------------------------------------------------
>
>                 Key: AMBARI-24450
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24450
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.1
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.7.1
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Remove dependencies with potential security vulnerabilities from fast-hdfs-resource.  Most issues appear to be coming from dependencies of org.apache.hadoop:hadoop-core:1.2.1.
> * Apache Tomcat 5.5.12 - recommendation, exclude or update to 6.0.20.0 or above.
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building fast-hdfs-resource 0.0.1-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ fast-hdfs-resource ---
> [INFO] org.apache.ambari:fast-hdfs-resource:jar:0.0.1-SNAPSHOT
> [INFO] \- org.apache.hadoop:hadoop-core:jar:1.2.1:compile
> [INFO]    +- tomcat:jasper-runtime:jar:5.5.12:compile
> [INFO]    \- tomcat:jasper-compiler:jar:5.5.12:compile
> [INFO] ------------------------------------------------------------------------
> {noformat}
> * org.mortbay.jetty:jetty:6.1.26 - exclude or update to 6.1.26-hwx
> * org.mortbay.jetty:jsp-2.1:6.1H.14.1 - exclude or update to 6.1.0.0-fuse
> * org.mortbay.jetty:servlet-api-2.5:6.1.12rc1 - exclude or update to 6.1.0.1-fuse
> * org.mortbay.jetty:jetty-test:6.1.26 - exclude or update to 6.1.26.hwx
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building fast-hdfs-resource 0.0.1-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ fast-hdfs-resource ---
> [INFO] org.apache.ambari:fast-hdfs-resource:jar:0.0.1-SNAPSHOT
> [INFO] \- org.apache.hadoop:hadoop-core:jar:1.2.1:compile
> [INFO]    +- org.mortbay.jetty:jetty:jar:6.1.26:compile
> [INFO]    |  \- org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile
> [INFO]    +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
> [INFO]    +- org.mortbay.jetty:jsp-api-2.1:jar:6.1.14:compile
> [INFO]    |  \- org.mortbay.jetty:servlet-api-2.5:jar:6.1.14:compile
> [INFO]    \- org.mortbay.jetty:jsp-2.1:jar:6.1.14:compile
> [INFO] ------------------------------------------------------------------------
> {noformat}



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