Discover Packages
github.com/mbeacom/awless
template
fuzz
directory
Version:
v0.1.10
Opens a new window with list of versions in this module.
Published: Apr 13, 2018
License: Apache-2.0
Opens a new window with license information.
README
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:
Build with
go-fuzz-build github.com/wallix/awless/template/fuzz/{parsing,parameters}
Then
go-fuzz -bin={parsing,parameters}-fuzz.zip -workdir=workdir
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}
)
Expand ▾
Collapse ▴
Directories
¶
Click to show internal directories.
Click to hide internal directories.