79210292

Date: 2024-11-21 08:39:24
Score: 1
Natty:
Report link

https://go.dev/doc/security/fuzz/#glossary says that there are 2 body types:

generated corpus:

Located in $GOCACHE/fuzz/<ProjectModuleName>/<PathToFileInProject>/<FuzzTestName>, $GOCACHE can be found via terminal: go env GOCACHE and lists all test cases that are marked as new interesting.

seed corpus: These are your own seeds generated in your function and the failed tests in ./testdata/fuzz/<FuzzTestName>/

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: anonymous