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
Does this mean importing the native fuzzer in place of the 3rd party fuzzer in the source code and then running go mod tidy?
(New to golang. Hence a bit verbose)
#275 introduced some JSON unmarshal hardening and uses a fuzzer to generate test data for the hardening.
We should port the test to use the native fuzzer available in Go 1.18 (and newer) to reduce our third-party dependencies.
Originally posted by @Zenithar in #275 (comment)
The text was updated successfully, but these errors were encountered: