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(octane/evmengine): prevent json data injection #2541

Closed
wants to merge 1 commit into from

Conversation

corverroos
Copy link
Collaborator

Mitigates malicious proposers including unknown fields in execution payload JSON.

Maintain backwards compatibility with previous versions of geth that include "deposits":null.

issue: #2533

@corverroos
Copy link
Collaborator Author

This doesn't actually work since geth types do custom unmarshalling which bypass DisallowUnknownFields

@corverroos corverroos closed this Nov 22, 2024
@corverroos corverroos deleted the corver/mitigatejsoninjection branch November 22, 2024 15:42
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.

1 participant