Skip to content

Commit

Permalink
Update MOBILE_CLIENT/ANDROID/_MEDIUM/INSECURE_REGISTER_RECEIVER_FLAG/…
Browse files Browse the repository at this point in the history
…description.md

Co-authored-by: Mohamed Benchikh <[email protected]>
  • Loading branch information
elyousfi5 and BlueSquare1 authored Jan 23, 2024
1 parent f317d9a commit 4f179fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The application calls the registerReceiver method with the argument flags set to RECEIVER_EXPORTED, which can be exploitable as it exposes the BroadcastReceiver to external applications, potentially leading to unauthorized access and security vulnerabilities.
The application calls the registerReceiver method with the argument flags set to `RECEIVER_EXPORTED`, which can be exploitable as it exposes the BroadcastReceiver to external applications, potentially leading to unauthorized access and other security vulnerabilities.

=== "Java"
```java
Expand Down

0 comments on commit 4f179fe

Please sign in to comment.