|
|
|
|
|
by yingw787
2668 days ago
|
|
A number of questions: Do you guys support fuzzing by protocols? Syscalls, REST, or SQL? It might be faster to extend protocol fuzzing than fuzzing by language (I'm not sure though). It'd be cool to have a fuzzer for Apache Calcite; it's a library to slap on a SQL interface to your database. Any plans to extend fuzzing to property-based testing? Do you guys fuzz your fuzzer (dogfood)? Probably useful, but also funny :) |
|
We're also thinking about extending to property-based testing. There are some really awesome hybrid testing tools out there, such as DeepState (https://github.com/trailofbits/deepstate) which combines Symbolic Execution and Fuzzing behind one clean interface, and we'd really like to push the boundaries of that type of testing.
And yep, we do! Everything is written in Go, which is part of the reason it's one of the first languages we support.