TNO-S3 / WuppieFuzz

A coverage-guided REST API fuzzer developed on top of LibAFL
Apache License 2.0
91 stars 4 forks source link

Update LibAFL to latest #3

Closed ThomasTNO closed 1 month ago

ThomasTNO commented 2 months ago

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

domenukk commented 1 month ago

This is closed by #5