Closed ThomasTNO closed 1 month ago
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 https://github.com/AFLplusplus/LibAFL/pull/1542
This is closed by #5
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
https://github.com/AFLplusplus/LibAFL/pull/1542