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.
17 lines
198 B
Plaintext
17 lines
198 B
Plaintext
tags
|
|
target/
|
|
__pycache__
|
|
config*.toml
|
|
dummy_config.toml
|
|
regtest/
|
|
venv/
|
|
pytest.log
|
|
TODO
|
|
**/target
|
|
**/dist
|
|
gui/ui/Cargo.lock
|
|
gui/ui/examples/design-system/Cargo.lock
|
|
Xcode_12.2.xip
|
|
.idea/
|
|
fuzz/corpus
|