Skip to content
New issue

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

Android: Set "exported" manifest setting to false #163

Merged
merged 1 commit into from
Aug 28, 2022

Conversation

haukepribnow
Copy link

@haukepribnow haukepribnow commented Aug 7, 2022

Sets the Android manifest setting android:exported to false. This seems to ensure that only the "parent" app will be able to interact with the background service - and not any other app.

By interpreting the partially Japanese translation of the original commit message, this seems to be a finding of MobSF.

FYI: I have already applied the same PR to my own repository: haukepribnow#2

- MoBSF描述: A Service is found to be shared with other apps on the device therefore
leaving it accessible to any other application on the device.
- true: 所以 app 都可以操作
- false: 只限定在同名 app 底下才可以操作
@Almoullim Almoullim merged commit f436d6b into Almoullim:master Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants