how to fix Zip Path Traversal Vulnerability In Android

575 views Asked by At

I have an app that has startapp(0.5.1) ads, but after reviewing, I got the following error:

Your app has an unsafe decompression pattern that could lead to a "scan path" vulnerability. Please see this Google Help Center article for how to fix the issue.

 . com.startapp.networkTest.utils.j.a
 . com.startapp.sdk.adsbase.j.n.a
2

There are 2 answers

0
ght Developer On

I solved using this version of startapp:

implementation 'com.startapp:inapp-sdk:4.9.1'
0
Osv Dev On

I had a similar problem, but I solved it with the latest version of SDK implementation 'com.startapp:inapp-sdk:4.9.2'

From Javadoc https://javadoc.io/doc/com.startapp/inapp-sdk/latest/index.html greetings!