We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently pinned our implementation to libafl = "=0.11.2".
libafl = "=0.11.2"
Let's ensure that we can support the latest release of LibAFL, which is at the time of writing 0.13.2: https://github.com/AFLplusplus/LibAFL/releases/tag/0.13.2
In parallel, investigate new features and e.g. mutators that could be of interest for REST API fuzzing.
This includes the not yet considered unicode preserving mutators introduced in 0.11.2 AFLplusplus/LibAFL#1542
The text was updated successfully, but these errors were encountered:
This is closed by #5
Sorry, something went wrong.
No branches or pull requests
We currently pinned our implementation to
libafl = "=0.11.2"
.Let's ensure that we can support the latest release of LibAFL, which is at the time of writing 0.13.2: https://github.com/AFLplusplus/LibAFL/releases/tag/0.13.2
In parallel, investigate new features and e.g. mutators that could be of interest for REST API fuzzing.
This includes the not yet considered unicode preserving mutators introduced in 0.11.2
AFLplusplus/LibAFL#1542
The text was updated successfully, but these errors were encountered: