Skip to content
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

Forced Group Ownership #193

Open
QuickMythril opened this issue May 21, 2024 · 1 comment
Open

Forced Group Ownership #193

QuickMythril opened this issue May 21, 2024 · 1 comment

Comments

@QuickMythril
Copy link

The UPDATE_GROUP tx allows for someone to change the owner of a group to another address, without requiring any confirmation from that address. One very simple solution to this problem would just be to require that a New Owner already be a member of the group. Currently if the new owner is not a member, they will be automatically added. Instead the UPDATE_GROUP tx should simply be rejected as invalid when the New Owner is not already in the group.

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

No branches or pull requests

2 participants
@QuickMythril and others