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 2019/06/21 08:37:00 UTC

[jira] [Commented] (AMBARI-25321) Remove dependency on org.eclipse.jetty.*:9.3.19.v20170502 in Ambari Logsearch Logfeeder

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

Hudson commented on AMBARI-25321:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #537 (See [https://builds.apache.org/job/Ambari-branch-2.7/537/])
AMBARI-25321 - Remove dependency on org.eclipse.jetty.*:9.3.19.v20170502 (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=6722e3524e1c0e917364cf584eb5fb068ac722fb])
* (edit) ambari-logsearch/ambari-logsearch-logfeeder/pom.xml


> Remove dependency on org.eclipse.jetty.*:9.3.19.v20170502 in Ambari Logsearch Logfeeder
> ---------------------------------------------------------------------------------------
>
>                 Key: AMBARI-25321
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25321
>             Project: Ambari
>          Issue Type: Bug
>          Components: logsearch
>    Affects Versions: 2.7.3
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.4
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Remove dependency on org.eclipse.jetty.* 9.3.19.v20170502 in Ambari Logsearch Logfeeder due to security concerns. See 
> https://nvd.nist.gov/vuln/detail/CVE-2018-12536
> https://nvd.nist.gov/vuln/detail/CVE-2017-7658
> https://nvd.nist.gov/vuln/detail/CVE-2017-7657
> https://nvd.nist.gov/vuln/detail/CVE-2017-7656
> {code}
> ± % mvn dependency:tree -Dincludes=org.eclipse.jetty
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.ambari:ambari-logsearch-logfeeder:jar:2.7.3.0.0
> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ org.apache.ambari:ambari-logsearch-logfeeder:[unknown-version], /Users/gboros/Documents/dev/ambari/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml, line 311, column 15
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING]
> [INFO]
> [INFO] ------------< org.apache.ambari:ambari-logsearch-logfeeder >------------
> [INFO] Building Ambari Logsearch Log Feeder 2.7.3.0.0
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ ambari-logsearch-logfeeder ---
> [INFO] org.apache.ambari:ambari-logsearch-logfeeder:jar:2.7.3.0.0
> [INFO] \- org.apache.hadoop:hadoop-common:jar:3.0.0:compile
> [INFO]    +- org.eclipse.jetty:jetty-server:jar:9.3.19.v20170502:compile
> [INFO]    |  +- org.eclipse.jetty:jetty-http:jar:9.3.19.v20170502:compile
> [INFO]    |  \- org.eclipse.jetty:jetty-io:jar:9.3.19.v20170502:compile
> [INFO]    +- org.eclipse.jetty:jetty-util:jar:9.3.19.v20170502:compile
> [INFO]    +- org.eclipse.jetty:jetty-servlet:jar:9.3.19.v20170502:compile
> [INFO]    |  \- org.eclipse.jetty:jetty-security:jar:9.3.19.v20170502:compile
> [INFO]    \- org.eclipse.jetty:jetty-webapp:jar:9.3.19.v20170502:compile
> [INFO]       \- org.eclipse.jetty:jetty-xml:jar:9.3.19.v20170502:compile
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.939 s
> [INFO] Finished at: 2019-06-17T14:36:58+02:00
> [INFO] ------------------------------------------------------------------------
> {code}
> Recommendation is to remove the dependency or upgrade to version 9.3.24 or the latest version, if possible. 



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