If your system or application is mobile app based which security measures have been built into your code to avoid OWASP Top 10 mobile issues.
For reference see [Link]. Our app is built on top of the Cordova Framework which we upgrade regularly whenever new version are released. As such, our apps are just a website run locally on the device while interacting with our API’s. This also means that the only code we maintain is javascript/HTML/CSS. M1 – Improper Platform UsageWe only ask for the permissions we need. Currently that is internet connectivity, data storage, push notification, device id (used by push) M2 – Insecure Data StorageWe only store a user token for the logged in user. No PII og health data is