Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

71 lines (50 loc) · 2.22 KB

v1.x (in progress)

Highlights

Features

Fixes

v1.1.2 (2025-01-16)

Highlights

Features

Fixes

  • Removed libssl from installation prerequisites and added build-essential in #45
  • Temporary workaround for ctrl+c behaviour in #47
  • Update to LibAFL 0.14.1 in #52

v1.1.1 (2024-11-06)

Highlights

Features

Fixes

  • Split LICENSE into LICENSE and LICENSE.THIRDPARTY in #18
  • Use unicode_truncate crate instead of String::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

v1.1.0 (2024-09-17)

Highlights

  • Updated LibAFL from 0.11.2 to 0.13.2, special thanks to @domenukk for initiating the update and thinking along.

Features

Fixes

  • 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

v1.0.0 (2024-09-12)

First release of WuppieFuzz.