-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
282 - Fix Implicit Intent Vulnerability #283
Conversation
@garethbowen In theory, it should be enough by just setting the package name, the intent will only be accessible inside the package and fixes the concerns in the "vulnerability" criteria. I found another 2 intents that could be considered as implicit, I fixed those as well, I tested that they still work fine. I couldn't find a lint option to catch this, so I opened a question in stackoverflow.
Thanks |
@latin-panda Have you managed to verify that this change still functions the way we expect? It was added as part of #163 so it should be possible to try and recreate the issue.
Yes, to make sure it hasn't regressed.
I think now that we have the production track going we should keep it going.
I think that'd be good, yes. We've fixed a bug without changing functionality so a service pack bump is appropriate.
If they line up perfectly that's fine, but otherwise each should be released as soon as possible. |
@garethbowen Yes, I've tested the areas that changed and they are working fine. |
@garethbowen since this is a patch release, do we want to still make release notes and update CHANGELOG.md? Just like bigger release process |
@latin-panda Yes, it's best to update the changelog for every release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
Ticket: #282 This commit: - Adds package name to make intents explicit.
Description
This PR:
Ticket: #282
License
The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.