This repository has been archived by the owner on May 6, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: vulnerable to cross-app script injection via crafted intent
- Mitigated the vulnerability by disabling the ability to open custom-defined inner URIs through external sources. This was achieved by setting `android:exported="false"`. - Setting `android:exported="false"` for the android component doesn't need to call out side from the app. fixes: LEARNER-9557
- Loading branch information