Skip to content

Commit

Permalink
docs: Update FUZZ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierwill committed Oct 26, 2020
1 parent bd47d8e commit 0566346
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions FUZZ.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Fuzzing InfluxDB

## Continuous fuzzing

The InfluxDB repository contains testing targets for InfluxDB's integration with
[OSS-Fuzz](https://google.github.io/oss-fuzz/).

The build scripts for this integration are maintained [in the OSS-Fuzz repo](https://github.com/google/oss-fuzz/tree/master/projects/influxdb).

## Local fuzzing

For local fuzzing, install [go-fuzz](https://github.com/dvyukov/go-fuzz):
Expand All @@ -15,6 +8,8 @@ For local fuzzing, install [go-fuzz](https://github.com/dvyukov/go-fuzz):
$ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
```

For writing fuzz tests, see the [go-fuzz README](https://github.com/dvyukov/go-fuzz).

Below is an example of building and running a fuzz test.
In this case, the test is located at `./jsonweb/fuzz.go`.

Expand Down

0 comments on commit 0566346

Please sign in to comment.