alpha0010 / react-native-file-access

Filesystem access for React Native
MIT License
298 stars 18 forks source link

Google Play: "Your app contains an unsafe unzipping pattern that may lead to a path traversal vulnerability" #42

Closed afilp closed 2 years ago

afilp commented 2 years ago

I submitted the app to be released, it has been released.

However, Google Play Console shows this error in release dashboard:

image

alpha0010 commented 2 years ago

Thanks for the report. You can revert to 2.1.0, which does not have zip support (assuming you do not need it) while I work on a fix.