I ran a security test via the ImmuniWeb tool on my Android app APK. One of the observations the tool made was that one of the app contains hard-coded sensitive data. It further said:
An attacker with access to the mobile application file can easily extract this data from the application and use it in any further attacks.
There is 'google_api_key', 'google_crash_reporting_api_key', and 'google_storage_bucket' found in file 'android/res/values/strings.xml'
The issue is that this strings.xml
file is auto-generated and cannot be edited:
How do I clear this issue?