Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. We wanted to let you know that your application is statically linking against a version of OpenSSL that has multiple security vulnerabilities for users. Please migrate your app to an updated version of OpenSSL by Jul 7, 2015. Starting on this date, Google Play will block publishing of any new apps and updates that use older, unsupported versions of OpenSSL (see below for details).
  2. REASON FOR WARNING: Violation of the dangerous products provision of the Content Policy and sections 4.4 of the Developer Distribution Agreement.
  3. The vulnerabilities were fixed in OpenSSL versions beginning with 1.0.1h, 1.0.0m, and 0.9.8za. To confirm your OpenSSL version, you can do a grep via:
  4. $ unzip -p YourApp.apk | strings | grep "OpenSSL"
  5. For more information about the vulnerability, please see this OpenSSL Security Advisory. To confirm that you've upgraded correctly, upload the updated version of the app to the Developer Console and check back after five hours. For other technical questions about managing OpenSSL, please see https://groups.google.com/forum/#!forum/mailing.openssl.users.
  6. On Jul 7, 2015, we will not accept app updates containing the vulnerabilities. In addition, we will reject new apps containing the vulnerabilities.
  7. Note: while the issues may not affect every app that uses OpenSSL versions prior to 1.0.1h, 1.0.0m, or 0.9.8za, developers should stay up to date on all security patches. Even if you think that specific issues may not be relevant, it's good practice to update any libraries in your app that have known issues. Please take this time to update apps that have out-of-date dependent libraries or other vulnerabilities.
  8. Before publishing applications, please ensure your apps' compliance with the Developer Distribution Agreement and Content Policy. If you feel we have sent this warning in error, visit this Google Play Help Center article.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement