Skip to content
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

[security] Upgrade athenz libraries #4056

Merged
merged 1 commit into from Apr 16, 2019
Merged

Conversation

massakam
Copy link
Contributor

Motivation

The version of Athenz libraries that Pulsar is using now is 1.7.17, which is a little old. Athenz v1.7.17 has a dependency on a library with security vulnerable (i.e. jackson-databind-2.5.4).

[INFO] +- org.apache.pulsar:pulsar-client-auth-athenz:jar:2.3.1:compile
[INFO] |  \- com.yahoo.athenz:athenz-zts-java-client:jar:1.7.17:compile
[INFO] |     +- com.yahoo.athenz:athenz-zts-core:jar:1.7.17:compile
[INFO] |     |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.4:compile
[INFO] |     |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.4:compile
[INFO] |     +- com.yahoo.athenz:athenz-client-common:jar:1.7.17:compile
[INFO] |     |  \- com.yahoo.athenz:athenz-zms-core:jar:1.7.17:compile
[INFO] |     +- com.yahoo.athenz:athenz-auth-core:jar:1.7.17:compile
[INFO] |     |  \- org.kohsuke:libpam4j:jar:1.6:compile
[INFO] |     |     \- net.java.dev.jna:jna:jar:3.4.0:compile
[INFO] |     \- com.yahoo.rdl:rdl-java:jar:1.4.13:compile
[INFO] |        \- com.fasterxml.jackson.core:jackson-core:jar:2.3.2:compile

Modifications

Upgraded the Athenz libraries to 1.8.17.

Verifying this change

  • Make sure that the change passes the CI checks.

@massakam massakam added this to the 2.3.2 milestone Apr 16, 2019
@massakam massakam self-assigned this Apr 16, 2019
@massakam
Copy link
Contributor Author

rerun integration tests

Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@merlimat merlimat merged commit 12a5001 into apache:master Apr 16, 2019
@massakam massakam deleted the upgrade-athenz branch April 17, 2019 00:24
@massakam massakam changed the title [client] Upgrade athenz libraries [security] Upgrade athenz libraries Apr 17, 2019
merlimat pushed a commit that referenced this pull request May 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants