You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2022/01/24 21:54:34 UTC

[GitHub] [cordova] breautek edited a comment on issue #316: Have the option to copy www content to a R/W dir and use R/W dir instead for root

breautek edited a comment on issue #316:
URL: https://github.com/apache/cordova/issues/316#issuecomment-1020585289


   Not only this is potentially a huge security risk having executable code in a writable area.
   
   It's also against app store terms of service breaking [section 2.5.2 on iOS](https://developer.apple.com/app-store/review/guidelines/#software-requirements) and Google's [Device and Network Abuse](https://support.google.com/googleplay/android-developer/answer/11498144?hl=en) policy.
   
   iOS:
   
   >Apps should be self-contained in their bundles, and may not read or write data outside the designated container area, nor may they download, install, or execute code which introduces or changes features or functionality of the app, including other apps.
   
   Android/Google Play Store:
   
   >An app distributed via Google Play may not modify, replace, or update itself using any method other than Google Play's update mechanism.
   
   Generally speaking, if you're bypassing the review process, you are breaking the terms, and Cordova can't facilitate a feature which encourages that behavior. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org