[–] bjackman 9mo ago ↗ I guess (?) you could write a function to check, for a given string, if it was included in your enumeration.Then, it would be cool to fuzz a JSON parser and whenever the fuzzer encounters a string that the parser accepts, check if it's enumerated.I bet this would find some cool corner cases!
1 comment
[ 4.2 ms ] story [ 14.2 ms ] threadThen, it would be cool to fuzz a JSON parser and whenever the fuzzer encounters a string that the parser accepts, check if it's enumerated.
I bet this would find some cool corner cases!