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

Enhance Safe.sol with ECDSA malleability warning #877

Merged
merged 3 commits into from
Jan 9, 2025

Conversation

mmv08
Copy link
Member

@mmv08 mmv08 commented Jan 2, 2025

Added a comment in the Safe contract to clarify that the s value of ECDSA signatures is not enforced to be in the lower half of the curve. This note explains the implications of ECDSA malleability and reassures that existing mechanisms are in place to prevent duplicate signatures and replay attacks. No functional changes were made to the contract logic.

Added a comment in the Safe contract to clarify that the `s` value of ECDSA signatures is not enforced to be in the lower half of the curve. This note explains the implications of ECDSA malleability and reassures that existing mechanisms are in place to prevent duplicate signatures and replay attacks. No functional changes were made to the contract logic.
@mmv08 mmv08 requested review from rmeissner, a team, nlordell, akshay-ap and remedcu and removed request for a team January 2, 2025 14:36
@mmv08 mmv08 merged commit 19e1d63 into main Jan 9, 2025
25 checks passed
@mmv08 mmv08 deleted the sig-malleability-comments branch January 9, 2025 17:23
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants