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

Add fuzzer #6

Open
zrzka opened this issue Nov 5, 2018 · 2 comments
Open

Add fuzzer #6

zrzka opened this issue Nov 5, 2018 · 2 comments
Labels

Comments

@zrzka
Copy link
Contributor

zrzka commented Nov 5, 2018

Current implementation of the fuzzer is kind of useless. There's no way how to get the crashing input, etc. Useless fuzzer was removed.

We have to come up with some fuzzing strategy like:

  • when to run it,
  • where to run it,
  • for how long,
  • how often,
  • etc.
@cyplo
Copy link
Contributor

cyplo commented Nov 8, 2018

I am somewhat familiar with afl - maybe this or some other fuzzer port from Rust Fuzzing Authority could help ?

@zrzka zrzka added the Type: Enhancement New feature or request label Nov 8, 2018
@zrzka zrzka changed the title Update fuzzer Add fuzzer Nov 8, 2018
@zrzka
Copy link
Contributor Author

zrzka commented Dec 1, 2018

Did add Pending: Discussion label, because we didn't discuss this yet - I mean overal fuzzing strategy for this & other crates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants