-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fuzz: add crypto/types.BitArray CompactUnmarshal fuzzer #9166
fuzz: add crypto/types.BitArray CompactUnmarshal fuzzer #9166
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.
I'd appreciate if you could move al this (useful) fuzzy infrastructure under the contrib
directory.
This pull request introduces 1 alert when merging 20cc8c1a57b35b39938090c0f6d4b6f807598426 into 36312cd - view on LGTM.com new alerts:
|
@alessio we currently fuzzing everything directly under fuzz/ and not yet adding our work to master, otherwise it would bloat up the repos and we have to submit it to oss-fuzz which runs continuously. When we are merging to master eventually, for sure we'll move it to contrib :-) Thank you for the suggestion! Thank you for the review @cuonglm, I've made the update! |
Not applicable for this branch, but thank you for the suggestion and review!
@cuonglm I've merged the PR, and also previously updated fuzz-packages. Please help me with the other updates to ensure oss-fuzz picks this one up. Thank you again! |
go-amino is a heavily used dependency and given that Tendermrint isn't yet setup for oss-fuzz, this change is a start for it. While here, add the oss-fuzz entry for crypto/types.BitArray CompactUnmarshal fuzzer for PR cosmos#9166. Updates cosmos#7921
go-amino is a heavily used dependency and given that Tendermrint isn't yet setup for oss-fuzz, this change is a start for it. While here, add the oss-fuzz entry for crypto/types.BitArray CompactUnmarshal fuzzer for PR cosmos#9166. Updates cosmos#7921
Updates #9165
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes/cc @cuonglm