Back to Suricata

Fuzz Testing

doc/userguide/devguide/codebase/fuzz-testing.rst

latest633 B
Original Source

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