fuzz/

directory
v0.0.0-...-ed79881 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2020 License: Apache-2.0

README

Fuzzing decoders

For context have a look at go-fuzz

Corpus sample data is in directory fuzz/corpus/samples.aws

To fuzz the template decoding for instance do the following steps:

  1. Build with
go-fuzz-build github.com/hbbio/awless/template/fuzz/{parsing,parameters}
  1. Then
go-fuzz -bin={parsing,parameters}-fuzz.zip -workdir=workdir
  1. Stop (with Ctr+C) when enough. Look at the results. Fix the bugs and clean up the generated unneeded data (rm -rf {parsing,parameters}/workdir/{crashers,suppressions})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL