- Removed
libssl
from installation prerequisites and addedbuild-essential
in #45 - Temporary workaround for ctrl+c behaviour in #47
- Update to LibAFL 0.14.1 in #52
- Split
LICENSE
intoLICENSE
andLICENSE.THIRDPARTY
in #18 - Use
unicode_truncate
crate instead ofString::truncate
to make sure we cut strings at a character boundary in #29 - Added support for all remaining HTTP methods (options, connect) in #32
- Support
text/plain
bodies when replacing backreference-type parameter values by actual values in #40 - Fixes missing OpenSSL dependency by static compilation in #43
- Added support for Regex anchors in #35
- Updated LibAFL from 0.11.2 to 0.13.2, special thanks to @domenukk for initiating the update and thinking along.
- Bug in filtering of code coverage for JaCoCo (Java-based instrumentation) in #9
- Endpoint coverage should be used as fallback guidance when fuzzing in black box setting in #5
- Tweaks in logging in #5
- Update to LibAFL 0.13.2 in #5
- Add a multimap observer to let the scheduler use both endpoint coverage and line coverage when both are available in #5
- Updated compatible dependencies releases #4
First release of WuppieFuzz.