-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Egeria security updates #4274
Comments
@Shrinivas-Kane Thanks Shrinivas. It looks like moving Cassandra up to 3.11.9 would resolve the thrift related dependencies. @lcpopa Is there are a reason that we are using Cassandra 2.2.13? It looks quite old now (2018). Would it be possible to move up to at least 3.11.9? |
Actually I think my assertion above about 3.11.9 is incorrect: |
This is also mentioned in #2671 |
We generally update the prereqs once a month.
So I think the main question here is what we do about cassandra & janus graph. IMO Egeria should not have a dependency on cassandra, or even Janus's cassandra support. That is a deployment decision only, and should be made by the user/installer of egeria. We need to document enough to allow the user to do this, but should absolutely not include anything beyond the interface api as a dependency. @grahamwallis ? |
@planetf1 Nigel, I agree that Egeria should not depend on Cassanda and Janus |
#2671 is already open to address the janusgraph/cassandra cleanup so I believe we can close this as the other issues are addressed |
we need to upgrade following libs due to security vulnerabilities
org.codehaus.jackson:jackson-mapper-asl:1.9.13
-> moved asjackson-databind
jackson-databind
upgrade to 2.11 or higherorg.apache.tomcat.embed:tomcat-embed-core
to 9.0.40 due to CVE-2020-9484 , CVE-2020-13935gremlin-shaded
to 3.4.8 due to CVE-2020-24750, CVE-2020-24616, CVE-2020-14195, CVE-2020-14062, CVE-2020-14061, CVE-2020-14060,io.netty:netty-all
to 4.1.44.Final due to CVE-2019-20444com.thinkaurelius.thrift:thrift-server
to 0.3.9 due to CVE-2019-0205 ( looks like very outdated lib)org.apache.thrift:libthrift
to 0.13.0 due to CVE-2019-0205 ( looks like very outdated lib)@cmgrote / @mandy-chessell can we please prioritize this issue ?
The text was updated successfully, but these errors were encountered: