Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit bebafd8

Browse files
author
Yevgeny Pats
committed
sanity to regression terminology
1 parent 37babd4 commit bebafd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This example will show the following steps:
1212

1313
Result:
1414
* Fuzzit will run the fuzz targets continuously on a daily basis with the latest release.
15-
* Fuzzit will run sanity tests on every pull-request with the generated corpus and crashes to catch bugs early on.
15+
* Fuzzit will run regression tests on every pull-request with the generated corpus and crashes to catch bugs early on.
1616

1717
Fuzzing for go can help find both complex bugs, as well as correctness bugs. Go is a safe language so memory corruption bugs
1818
are very unlikely to happen, but some bugs can still have security [implications](https://blog.cloudflare.com/dns-parser-meet-go-fuzzer/).

0 commit comments

Comments
 (0)