Add Go fuzz tests for OSS-Fuzz integration#358
Conversation
Adds Go native fuzz targets covering critical code paths: - Input parsing and validation edge cases - Boundary/overflow conditions - Comparator invariant verification Part of OSS-Fuzz integration proposal (google/oss-fuzz#15666). All targets verified: go test -fuzz=. -fuzztime=30s
|
This PR (HEAD: d5d8c77) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/789620. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/789620. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/789620. |
|
Message from Ian Lance Taylor: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/789620. |
|
This PR (HEAD: f259f6e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/789620. Important tips:
|
|
This PR (HEAD: 6ba4196) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/789620. Important tips:
|
…izer, SARIF always
|
This PR (HEAD: cd28d4e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/789620. Important tips:
|
Adds Go native fuzz targets covering critical code paths. Part of OSS-Fuzz integration proposal (google/oss-fuzz#15666). All targets verified: go test -fuzz=. -fuzztime=30s