earthstar
earthstar copied to clipboard
Fuzz testing
We should do some fuzz testing, especially:
- ValidatorEs4
- Crypto methods
- IStorage's
ingestmethod - Sync client code
- The express route handlers in
earthstar-pubwhich act as the sync server
Any recommendations for fuzz testing tools?
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz
This is in progress now in https://github.com/earthstar-project/earthstar-fuzz
using fast-check property-based testing, and homegrown fuzz testing.