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

Validate new public key in Account public key setter functions #818

Closed
martriay opened this issue Nov 10, 2023 · 0 comments · Fixed by #989 or #990
Closed

Validate new public key in Account public key setter functions #818

martriay opened this issue Nov 10, 2023 · 0 comments · Fixed by #989 or #990
Assignees

Comments

@martriay
Copy link
Contributor

To minimize the risk of changing the key to a wrong one, there could be an impl in AccountComponent that validates ownership e.g. by requiring a signed message. It might make sense to standardize such message.

@martriay martriay modified the milestones: after, later Dec 10, 2023
@martriay martriay modified the milestones: later, after Jan 26, 2024
@martriay martriay modified the milestones: after, current Mar 4, 2024
@martriay martriay linked a pull request Mar 4, 2024 that will close this issue
@martriay martriay self-assigned this Mar 4, 2024
@martriay martriay removed their assignment Mar 21, 2024
@martriay martriay modified the milestones: 0. current, 2. after Mar 21, 2024
@andrew-fleming andrew-fleming modified the milestones: 2. next, 1. current Apr 30, 2024
@ericnordelo ericnordelo changed the title Should Account preset validate new public key? Validate new public key in Account public key setter functions May 14, 2024
@ericnordelo ericnordelo self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment