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 Google Play Warning in OAuthActivity #107

Open
landarskiy opened this issue Feb 15, 2016 · 4 comments
Open

Security Google Play Warning in OAuthActivity #107

landarskiy opened this issue Feb 15, 2016 · 4 comments
Labels

Comments

@landarskiy
Copy link

For more details see stack overlow question

@gianpaolodn
Copy link

Same here.

the issue is inside the OAuthActivity.java in which

        @Override
        public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) {
            handler.proceed();
        }

the method overrides the default one with handler.proceed() instead of handler.cancel().

Why?

@aantunovic
Copy link

Hi, does the 0.3.3.3 release on mvn include this fix ? I'm not sure when it was published..

@philippeluickx
Copy link

+1
I am using the 0.3.3.3 release in my apps but still got the warning from Google, so I assume this release does not include the fix yet.
It's also a bit tricky to pull down the last commit from git if it's untested...

@gianpaolodn
Copy link

Just received this email from google:

Beginning November 25, 2016, Google Play will block publishing of any new apps or updates that contain this vulnerability. Your published APK version will remain unaffected, however any updates to the app will be rejected unless you address this vulnerability.

So this means that a new release is needed or this library cannot be used anymore.

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

No branches or pull requests

5 participants