-
Notifications
You must be signed in to change notification settings - Fork 110
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 unchecked flag #612
Fix unchecked flag #612
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add a test which verifies this code path? E.g. store a Wasm with a wrong interface_version_
marker export
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
require.NoError(t, err) | ||
expectedChecksum := sha256.Sum256(wasm) | ||
assert.Equal(t, expectedChecksum[:], checksum) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful
@Mergifyio backport release/2.2 |
✅ Backports have been created
|
Fix unchecked flag (backport #612)
@Mergifyio backport release/1.5 release/2.0 release/2.1 |
✅ Backports have been created
|
Fix unchecked flag (backport #612)
Fix unchecked flag (backport #612)
Fix unchecked flag (backport #612)
No description provided.