suricata/doc/userguide/devguide/codebase/fuzz-testing.rst
Juliana Fajardini 6f77c722a2 devguide: move into userguide as last chapter
Moved devguide dir into userguide dir.
Since the devguide is now incorporated as the last chapter of the
userguide, removed build and configuration files from the devguide
dir, as these are no longer needed.

Task #4909
2022-03-29 07:56:03 +02:00

31 lines
633 B
ReStructuredText

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 continuesly fuzz tested in Oss-Fuzz. See https://github.com/google/oss-fuzz/tree/master/projects/suricata