go-yaml / yaml

YAML support for the Go language.
Other
6.84k stars 1.04k forks source link

Add fuzz testing #767

Open howardjohn opened 3 years ago

howardjohn commented 3 years ago

Currently there are a bunch of panics in the unmarshaling logic: https://github.com/go-yaml/yaml/issues?q=is%3Aissue+is%3Aopen+panic

This is the perfect case for fuzzing, which could find many of these bugs quickly.

Resources:

dolmen commented 6 months ago

See #1028.