liveservices/LiveSDK-for-Android

WebViewClient.onReceivedSslError

Opened this issue · 0 comments

Hi,
I am using your library for our Android application. Now I am getting the following warning from Google Play store.

"Your app is using an unsafe implementation of WebViewClient.onReceivedSslError handler. Please see this Google Help Center article for details, including the deadline for fixing the vulnerability.
Vulnerable classes:com.microsoft.live.AuthorizationRequest$OAuthDialog$AuthorizationWebViewClient"

Here is how I am importing your library (build.gradle):
compile 'com.microsoft.orc:live-auth:0.14.2'