4

I never use HostNameVerifier in my application google still sending mail and fix the deadline and I need a suggestion for this question.

I got a alert in google play console find below its related to PayPal I didn't found these classes in my code.

Vulnerable classes:

lib.android.paypal.com.magnessdk.network.d$1

lib.android.paypal.com.magnessdk.network.e$1

vedasai
  • 71
  • 8
  • Hello, I have the same problem. Did you find the solution ? – Mister Fisher Sep 25 '20 at 14:04
  • No, i am waiting for solution, if you find the solution please update - @Mister Fisher – vedasai Oct 01 '20 at 13:42
  • @MisterFisher have you got the answer – vedasai Oct 15 '20 at 14:03
  • 1
    It fill good... I upgraded to implementation 'com.braintreepayments.api:drop-in:5.0.0' . To use it, I followed it : https://stackoverflow.com/questions/60113189/braintree-drop-in-ui-error-failed-to-resolve-org-jfrog-cardinalcommerce-gradl – Mister Fisher Oct 15 '20 at 15:17
  • Thank you @MisterFisher issue is resolved, it means a lot – vedasai Nov 03 '20 at 10:49
  • my app has been removed from store this morning with the same alert. I don't understand. Do I have to make a new upgrade from the same library ? In this case why I don't have any time limit ? Or, the update doesn't correct the problem. In this cas, I don't what is the problem... – Mister Fisher Dec 31 '20 at 08:40

2 Answers2

3

Try to update your paypal package to the last version.

2

You can update the paypal to the latest as per the braintree issue they have resolved the issue from the paypal side. For braintree the latest version is:

implementation "com.braintreepayments.api:braintree:3.15.0"

More details available on githug repository: https://github.com/braintree/braintree_android/issues/325

SANAT
  • 8,489
  • 55
  • 66