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

[BUG]: Sanitize blocks and transactions #317

Open
1 task done
mvandeberg opened this issue Dec 9, 2024 · 0 comments · May be fixed by #318
Open
1 task done

[BUG]: Sanitize blocks and transactions #317

mvandeberg opened this issue Dec 9, 2024 · 0 comments · May be fixed by #318
Assignees
Labels
bug Something isn't working

Comments

@mvandeberg
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

In the original version of p2p, blocks and transactions were treated opaquely and sent to chain, where chain verified the message. p2p is now more complex and reaches in to blocks and transactions. We need to sanitize inputs for the fields we access.

Expected behavior

No response

Steps to reproduce

No response

Environment

- OS:

Anything else?

No response

@mvandeberg mvandeberg added the bug Something isn't working label Dec 9, 2024
@mvandeberg mvandeberg self-assigned this Dec 9, 2024
mvandeberg added a commit that referenced this issue Dec 9, 2024
@mvandeberg mvandeberg linked a pull request Dec 10, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant