Protect Application Settings Details Remediation CWE/OWASP Protect Application Settings Details iOS developers often store application settings in plist files which can be...
Understand Secure Deletion of Data Details Remediation References CWE/OWASP Understand Secure Deletion of Data Details On Android, calling file.delete() will not securely...
Avoid Crash Logs Details Remediation CWE/OWASP Avoid Crash Logs Details There are several frameworks for tracking user usage and collect crash logs for iOS and Android, bo...
Carefully Manage Debug Logs Details Remediation Android Remove method calls to the Log class in release builds Set the “android:debuggable” flag to “false” in production builds ...
Test Third-Party Libraries Details Remediation CWE/OWASP Test Third-Party Libraries Details Developers rely heavily on third-party libraries. It is important to thoroughly...
Institute Local Session Timeout Details Remediation CWE/OWASP Institute Local Session Timeout Details Mobile devices are frequently lost or stolen, and an attacker can tak...
Avoid Cached Application Snapshots Details Remediation References CWE/OWASP Avoid Cached Application Snapshots Details In order to provide the visual transitions in the i...