Skip to content

Conversation

@beliefer
Copy link
Collaborator

What changes were proposed in this pull request?
The current code uses org.apache.thrift:libthrift:jar:0.9.3 and it will cause a security vulnerabilities. We received some alerts like https://github.com/Qihoo360/XSQL/network/alert/pom.xml/org.apache.thrift:libthrift/open
This Alert remind to upgrate the version of libthrift to 0.12.0 or later.
I referenced Spark 3.0.0 contains libthrift:jar:0.12.0 too.
The pom.xml contains the variable libthrift.version which is used by libthrift and libfb303. If upgrade libthrift.version to 0.12.0 will lead to an issue libfb303:jar:0.12.0 can't be find.
So this PR retain libfb303 with version 0.9.3 and upgrade libthrift to 0.12.0.

@beliefer beliefer added the security Security vulnerabilities. label Sep 20, 2019
@beliefer beliefer changed the title Fix libthrift vulnerabilities. [CORE] Fix libthrift vulnerabilities. Sep 20, 2019
zhangbinzaifendou pushed a commit to zhangbinzaifendou/XSQL that referenced this pull request Sep 20, 2019
What changes were proposed in this pull request?
The current code uses org.apache.thrift:libthrift:jar:0.9.3 and it will cause a security vulnerabilities. We received some alerts like https://github.com/Qihoo360/XSQL/network/alert/pom.xml/org.apache.thrift:libthrift/open
This Alert remind to upgrate the version of libthrift to 0.12.0 or later.
I referenced Spark 3.0.0 contains libthrift:jar:0.12.0 too.
The pom.xml contains the variable libthrift.version which is used by libthrift and libfb303. If upgrade libthrift.version to 0.12.0 will lead to an issue libfb303:jar:0.12.0 can't be find.
So this PR retain libfb303 with version 0.9.3 and upgrade libthrift to 0.12.0.
zhangbinzaifendou pushed a commit to zhangbinzaifendou/XSQL that referenced this pull request Sep 20, 2019
What changes were proposed in this pull request?
The current code uses org.apache.thrift:libthrift:jar:0.9.3 and it will cause a security vulnerabilities. We received some alerts like https://github.com/Qihoo360/XSQL/network/alert/pom.xml/org.apache.thrift:libthrift/open
This Alert remind to upgrate the version of libthrift to 0.12.0 or later.
I referenced Spark 3.0.0 contains libthrift:jar:0.12.0 too.
The pom.xml contains the variable libthrift.version which is used by libthrift and libfb303. If upgrade libthrift.version to 0.12.0 will lead to an issue libfb303:jar:0.12.0 can't be find.
So this PR retain libfb303 with version 0.9.3 and upgrade libthrift to 0.12.0.
@beliefer beliefer changed the title [CORE] Fix libthrift vulnerabilities. [BUILD] Fix libthrift vulnerabilities. Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

security Security vulnerabilities.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants