I just noticed I received warnings from Google Play about a few of my apps that use vungle. Here is the warning:
Your application utilizes a version of the Vungle ad library containing a security vulnerability. The vulnerability can enable attackers to launch a successful man-in-the-middle attack against user devices by proxying network traffic and injecting a payload extracted by the Vungle app.
The vulnerability was addressed in Vungle v3.3.0. Please upgrade to Vungle v3.3.0 or higher as soon as possible. To check your Vungle version, you can do a grep search for “VungleDroid/”. For more information about the vulnerability, please seehttps://gist.github.com/Fuzion24/6535f8b9dc2a51745173.
To confirm that you’ve upgraded correctly, upload the updated version to the Developer Console and check back after five hours.
Please note, while it’s unclear whether these specific issues affect your application, applications with vulnerabilities that expose users to risk of compromise may be considered dangerous productsin violation of the Content Policy and section 4.4 of the Developer Distribution Agreement.
I have not updated these apps for awhile so I don’t know what version they are using. What version is corona sdk using currently? If I rebuild will it meet these requirements?
I rebuilt the app and submitted the update to google play. It appears the warning has gone away so I guess corona SDK is building with an acceptable version of vungle now. Just thought I’d give an update for anyone looking at this issue.
I’d like to add to this - basically, ss.warren6 is correct. As long as you are on Vungle’s Android SDK version 3.3.0 or higher, this issue will be resolved.
To check which version you are on, use this:
vungle.getVersionString()
Make sure it returns VungleDroid/3.3.0 or higher. If not, update to the latest build.
I rebuilt the app and submitted the update to google play. It appears the warning has gone away so I guess corona SDK is building with an acceptable version of vungle now. Just thought I’d give an update for anyone looking at this issue.
I’d like to add to this - basically, ss.warren6 is correct. As long as you are on Vungle’s Android SDK version 3.3.0 or higher, this issue will be resolved.
To check which version you are on, use this:
vungle.getVersionString()
Make sure it returns VungleDroid/3.3.0 or higher. If not, update to the latest build.