Skip to content

Commit

Permalink
Merge pull request #19825 from influxdata/pierwill-patch-rm-oss-fuzz
Browse files Browse the repository at this point in the history
docs: Update FUZZ.md
  • Loading branch information
pierwill authored Oct 26, 2020
2 parents bd47d8e + 0566346 commit 485a9d0
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 485a9d0

Please sign in to comment.