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 Vulnerability Issue for SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER. #5

Open
nandaborneo opened this issue Sep 20, 2021 · 0 comments

Comments

@nandaborneo
Copy link

nandaborneo commented Sep 20, 2021

I have a notification for my company app from the play store about a security vulnerability TrustManager. Since our team never implement TrustManager in our module, I believe this issue coming from a third party. When I try to search it I found this code at your Library.

sf.setHostnameVerifier(SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER);
SDKConnection. function getNewHttpClient.

I hope this reference can help you all.
Reference
Thanks.

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

No branches or pull requests

1 participant