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

fix: adding chain id and deadline to proof where applicaple to avoid … #56

Merged
merged 1 commit into from Aug 21, 2023

Conversation

ColePBryan
Copy link
Contributor

…replay attacks

Adding chainID to allocationID proof (deadline is not needed since a used allocation ID cannot be unset). Authorized signer proof needs chainID and deadline because signers can be revoked, which would open up a possible replay attack.

…replay attacks

Adding chainID to allocationID proof (deadline is not needed since a used allocation ID cannot be unset). Authorized signer proof needs chainID and deadline because signers can be revoked, which would open up a possible replay attack.

Signed-off-by: Bryan Cole <bryan.cole@semiotic.ai>
@ColePBryan ColePBryan linked an issue Aug 18, 2023 that may be closed by this pull request
@ColePBryan ColePBryan self-assigned this Aug 19, 2023
@ColePBryan ColePBryan merged commit 7a0b7cf into main Aug 21, 2023
4 checks passed
@ColePBryan ColePBryan deleted the 33-m-02-signed-messages-can-be-replayed branch August 21, 2023 17:14
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

Successfully merging this pull request may close these issues.

M-02 Signed Messages Can Be Replayed
2 participants