Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 634 Bytes

fuzz-testing.rst

File metadata and controls

31 lines (18 loc) · 634 Bytes

Fuzz Testing

To enable fuzz targets compilation, add --enable-fuzztargets to configure.

Note

This changes various parts of Suricata making the suricata binary unsafe for production use.

The targets can be used with libFuzzer, AFL and other fuzz platforms.

Running the Fuzzers

TODO. For now see src/tests/fuzz/README

Reproducing issues

Extending Coverage

Adding Fuzz Targets

Oss-Fuzz

Suricata is continuously fuzz tested in Oss-Fuzz. See https://github.com/google/oss-fuzz/tree/master/projects/suricata