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

Improve Security in Broadcast Receivers Against Intent Redirection & Update play-services Dependencies. #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

angatiabenson
Copy link

This pull request addresses two major issues:

  1. Broadcast Receiver Security
    Implements intent validation and sanitization in both BroadcastReceivers to mitigate intent redirection vulnerabilities.
    Ensures that only trusted intents (those resolving to Google Play Services) are processed, with extraneous component or selector data cleared before use.

  2. Dependency Updates
    Upgrades to the latest versions of play-services-auth and play-services-auth-api-phone.
    Increases the minSdkVersion to meet compatibility requirements of the updated libraries.

These changes enhance overall security and maintain compatibility with the latest Google Play services improvements.

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.

1 participant