You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here seems to be Decoder's Int() method isn't robust against this input? I'd expect the method to fail with a error indicating that the input isn't a well-formed string representation of an integer.
The text was updated successfully, but these errors were encountered:
Ran go-fuzz with the following fuzzer (based on an example in the README):
This is meant to reflect a deployment where the input JSON comes from an untrusted source.
After a few minutes, the fuzzer found issues like the following:
this
causes
The problem here seems to be Decoder's Int() method isn't robust against this input? I'd expect the method to fail with a error indicating that the input isn't a well-formed string representation of an integer.
The text was updated successfully, but these errors were encountered: