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

Protocol fuzzing #21

Merged
merged 12 commits into from
Jan 20, 2021
Merged

Conversation

rus-alex
Copy link
Contributor

@rus-alex rus-alex commented Jan 4, 2021

Fuzzing is mainly applicable to packages that parse complex inputs (both text and binary), and is especially useful for hardening of systems that parse inputs from potentially malicious users (e.g. anything accepted over a network).
Also fuzzing was used for go-ethereum testing.

Gossip ProtocolManager fuzzer is here. No matter changes here, fuzzing tools only.

Note:
replace github.com/dvyukov/go-fuzz => github.com/guzenok/go-fuzz is till PR dvyukov/go-fuzz#311 merged.

@rus-alex rus-alex force-pushed the testing/protocol-fuzz branch 3 times, most recently from e065de5 to 6ab1061 Compare January 4, 2021 13:31
@uprendis uprendis merged commit 76aeb14 into Fantom-foundation:develop Jan 20, 2021
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.

None yet

2 participants