mirror of
https://github.com/OISF/suricata.git
synced 2026-03-01 21:11:03 -05:00
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
31 lines
633 B
ReStructuredText
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
|