Skip to content

v1.6.0 (2026-06-25)

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 16:11
4daf389

Release Notes

Highlights

Improved mutation quality and request typing, including a new splice mutator and typed parameter/body generation. Better campaign observability through richer dashboard insights and persisted run metadata in the reporting database. More reliable reproduction and corpus handling via crash-criteria support in reproduce, nested enum body support, and integer-preserving YAML deserialization.

Features

  • Introduce splice mutator in #322
  • Add more insights for use in dashboard in #313
  • Store run metadata in database in #329

Fixes

  • Add support for crash-criteria in reproduce command in #332
  • Corpus format extended support for nested enums in body in #328
  • Fix AddRequestMutator to generate typed parameter/body contents instead of raw bytes in #317
  • Preserve integer values during YAML request deserialization in #324

Install wuppiefuzz 1.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TNO-S3/WuppieFuzz/releases/download/v1.6.0/wuppiefuzz-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/TNO-S3/WuppieFuzz/releases/download/v1.6.0/wuppiefuzz-installer.ps1 | iex"

Download wuppiefuzz 1.6.0

File Platform Checksum
wuppiefuzz-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
wuppiefuzz-x86_64-apple-darwin.tar.xz Intel macOS checksum
wuppiefuzz-x86_64-pc-windows-msvc.zip x64 Windows checksum
wuppiefuzz-x86_64-pc-windows-msvc.msi x64 Windows checksum
wuppiefuzz-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
wuppiefuzz-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum