We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we look at this(https://blog.oversecured.com/Interception-of-Android-implicit-intents/#attacks-on-an-activitys-return-value) blog post we can see that it's being mentioned that activities having intents like android.intent.action.PICK etc have possibility of having a vulnerability.
android.intent.action.PICK
It would be nice if the tool will point out any(exported or not) component having that intent-filter.
intent-filter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If we look at this(https://blog.oversecured.com/Interception-of-Android-implicit-intents/#attacks-on-an-activitys-return-value) blog post we can see that it's being mentioned that activities having intents like
android.intent.action.PICK
etc have possibility of having a vulnerability.It would be nice if the tool will point out any(exported or not) component having that
intent-filter
.The text was updated successfully, but these errors were encountered: