This integrates fuzzing into our project by introducing two targets which exercise the descriptor parsing and analysis logic. The `descriptor_parse` is dead simple but not very effective. The `descriptors` harness tries to be smarter by almost always generating a valid Liana descriptor. Of course, this is just a first integration and both could be made more effective.
6 lines
205 B
Markdown
6 lines
205 B
Markdown
# Liana fuzzing targets
|
|
|
|
This folder hosts the fuzz targets for Liana. We simply use
|
|
[`cargo-fuzz`](https://github.com/rust-fuzz/cargo-fuzz) for now (see there for instructions on how
|
|
to run the targets).
|