crazybolillo / eryth

API to perform configuration management on Asterisk servers.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Perform fuzzing #20

Closed crazybolillo closed 1 month ago

crazybolillo commented 1 month ago

Go already supports fuzzing in the stdlib test framework and there are some purely "algorithmic" methods like parsing caller IDs which may benefit from being fuzzed.

crazybolillo commented 1 month ago

Fuzzing was tried on said method but apparently its too simple for fuzzing, no interesting cases were found by the fuzzer. Will keep this in mind for the future.