We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
MobSF (https://github.com/MobSF/Mobile-Security-Framework-MobSF) a static analyser, detected a high-level security issue :
Broadcast Receiver(org.matomo.sdk.extra.InstallReferrerReceiver) is not Protected. [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device.
Broadcast Receiver(org.matomo.sdk.extra.InstallReferrerReceiver) is not Protected. [android:exported=true]
A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device.
It is maybe possible to simply fix it by specifying "android:exported=false".
The text was updated successfully, but these errors were encountered:
Any updates on this?
Sorry, something went wrong.
No branches or pull requests
Hi,
MobSF (https://github.com/MobSF/Mobile-Security-Framework-MobSF) a static analyser, detected a high-level security issue :
It is maybe possible to simply fix it by specifying "android:exported=false".
The text was updated successfully, but these errors were encountered: