Skip to content

Fix Android 13+ crash and security exposure in DebugBroadcastReceiver#661

Open
mhdamirhamza wants to merge 1 commit into
uber:mainfrom
mhdamirhamza:mhdamirhamza-patch-2
Open

Fix Android 13+ crash and security exposure in DebugBroadcastReceiver#661
mhdamirhamza wants to merge 1 commit into
uber:mainfrom
mhdamirhamza:mhdamirhamza-patch-2

Conversation

@mhdamirhamza

Copy link
Copy Markdown

Specifies the RECEIVER_NOT_EXPORTED flag for API 33+ (Android 13+) devices when registering DebugBroadcastReceiver. This prevents runtime SecurityException crashes and blocks unauthorized local apps from triggering the receiver to access the internal RIB tree hierarchy dump.

Related issue(s):
Fixes Android 13+ compatibility and security exposure in DebugBroadcastReceiver.

Specifies RECEIVER_NOT_EXPORTED flag for API 33+ devices to prevent SecurityException crashes and block unauthorized local apps from accessing the RIB tree hierarchy dump.
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