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

Fix for vulnerability https://github.com/notnoop/java-apns/issues/286… #288

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

encapsecurity
Copy link

… The old commons httpclient library is exchanged with latest version of apache httpclient which does not have any known security issues. The previous test case has been updated to automatically setup proxy with auth and a basic http server to test the tunnel (it can still be reconfigured to test your local proxy/server combo) The new httpclient does not allow the same way of figuring out which credential protocol is used, but I think that the functionality is basically the same. Implementing the change described in #287 will improve the credentials support further.

…is exchanged with latest version of apache httpclient which does not have any known security issues. The previous test case has been updated to automatically setup proxy with auth and a basic http server to test the tunnel (it can still be reconfigured to test your local proxy/server combo) The new httpclient does not allow the same way of figuring out which credential protocol is used, but I think that the functionality is basically the same. Implementing the change described in notnoop#287 will improve the credentials support further.
@encapsecurity
Copy link
Author

Is there some problem with the Travis CI?
Everything seems to be working when running locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant