FortuneN / cordova-plugin-zeep

Zip compression/decompression for the cordova/phonegap platform
Apache License 2.0
28 stars 37 forks source link

Fix for Zip Path Traversal Vulnerability. #30

Closed sboyina closed 2 years ago

sboyina commented 2 years ago

Google Play Store is not accepting submissions that have Zip Path Traversal Vulnerability. Details on how to fix was provided in this link https://support.google.com/faqs/answer/9294009. Following the same procedure, Zip Path Traversal Vulnerability in cordova-plugin-zeep plugin is addressed. Please merge this and push a new release to npm.

sboyina commented 2 years ago

@FortuneN, Please make a new release to npm.

FortuneN commented 2 years ago

Done. Thanks for the contribution

sboyina commented 2 years ago

Thank you.