You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/01 14:25:00 UTC

[jira] [Commented] (FLUME-3127) Upgrade libfb303 library dependency

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

ASF GitHub Bot commented on FLUME-3127:
---------------------------------------

GitHub user szaboferee opened a pull request:

    https://github.com/apache/flume/pull/163

    FLUME-3127 Upgrade libfb303 library dependency

    - thrift version changed to 0.9.3
    - thrift objects generated with the new version
    - deprecated method calls updated in ScribeSource
    
    Full build with tests ran successfuly

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/szaboferee/flume FLUME-3127

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/163.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #163
    
----
commit ea6fe7d6c742c6ba3b5306488782d7584651dfc0
Author: Ferenc Szabo <fs...@cloudera.com>
Date:   2017-09-01T14:16:08Z

    FLUME-3127 Upgrade libfb303 library dependency
    
    - thrift version changed to 0.9.3
    - thrift objects generated with the new version
    - deprecated method calls updated in ScribeSource

----


> Upgrade libfb303 library dependency
> -----------------------------------
>
>                 Key: FLUME-3127
>                 URL: https://issues.apache.org/jira/browse/FLUME-3127
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: 1.7.0
>            Reporter: Attila Simon
>            Assignee: Ferenc Szabo
>            Priority: Critical
>              Labels: dependency
>             Fix For: 1.8.0
>
>
> ||Group||Artifact||Version used||Upgrade target||
> |org.apache.thrift|libthrift|0.9.0|0.9.3,0.10.0|
> |org.apache.thrift|libfb303|0.9.0|0.9.3|
> Security vulnerability: http://www.cvedetails.com/cve/CVE-2015-3254/
> Maven repository: 
> - https://mvnrepository.com/artifact/org.apache.thrift/libthrift
> - https://mvnrepository.com/artifact/org.apache.thrift/libfb303
> Please do:
> - CVE might be a false alarm or mistake. Please double check.
> - double check the newest version. 
> - consider to remove a dependency if better alternative is available.
> - check whether the lib change would introduce a backward incompatibility (in which case please add this label `breaking_change` and fix version should be the next major)
> Excerpt from mvn dependency:tree
> {noformat}
> org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT
> \- org.apache.thrift:libthrift:jar:0.9.0:compile
> org.apache.flume.flume-ng-sinks:flume-hive-sink:jar:1.8.0-SNAPSHOT
> +- org.apache.hive.hcatalog:hive-hcatalog-streaming:jar:1.0.0:provided
> |  +- org.apache.hive:hive-metastore:jar:1.0.0:provided
> |  |  \- org.apache.thrift:libfb303:jar:0.9.0:provided
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)