Add fuzzing
Open
enhancement
testing
- Dominant language
- Python
- Stars
- 92
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
If there are tools for fuzzing GitHub projects, it would be good to fuzz the Emboss GitHub repo.
Notes from Ben on what to fuzz:
The base layer for memory access (ContiguousBuffer and related functions and classes, mostly in emboss_memory_util.h) is relatively isolated, and obviously needs to be correct, so that's a good candidate for fuzzing.
Contributor guide
Assessment
This issue has not been assessed yet.