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

[Feedback]: Android permissions are not protected #978

Open
1 task done
huszm opened this issue Nov 30, 2024 · 0 comments
Open
1 task done

[Feedback]: Android permissions are not protected #978

huszm opened this issue Nov 30, 2024 · 0 comments

Comments

@huszm
Copy link

huszm commented Nov 30, 2024

What's on your mind?

We found those issues in activities and receivers that are not protected.

  1. Activity (com.onesignal.notifications.activities.NotificationOpenedActivityAndroid22AndOlder) is not Protected.
  2. Activity (com.onesignal.notifications.activities.NotificationOpenedActivity) is not Protected.
  3. Broadcast Receiver (com.onesignal.notifications.receivers.UpgradeReceiver) is not Protected.
  4. Broadcast Receiver (com.onesignal.notifications.receivers.BootUpReceiver) is not Protected.
  5. Broadcast Receiver (com.onesignal.notifications.receivers.NotificationDismissReceiver) is not Protected.
  6. Activity (com.onesignal.notifications.activities.NotificationOpenedActivityHMS) is not Protected.
  7. Broadcast Receiver (com.onesignal.notifications.receivers.FCMBroadcastReceiver) is Protected by a permission, but the protection level of the permission should be checked.

I hope the issues will be fixed in the new version.

Code of Conduct

  • I agree to follow this project's Code of Conduct
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

No branches or pull requests

1 participant