teleport/lib/fuzz
Zac Bergquist 0bae0d255f Cleanup lint targets
- Don't assume an explicit $GOPATH is set
- Remove golint from linters - it's been deprecated for over a year
  and golangci-lint prints a warning instead of running it.
2021-10-19 09:21:55 -06:00
..
fuzz.go Cleanup lint targets 2021-10-19 09:21:55 -06:00
README.md Minor update to fuzzing README (#4889) 2020-11-18 11:56:01 -04:00

Fuzzers

The fuzz package holds fuzzers for the Teleport library.

All fuzzers are stored in fuzz.go and are implemented using go-fuzz

These fuzzers run continuously through oss-fuzz.