summaryrefslogtreecommitdiffstats
path: root/doc/userguide/devguide/codebase/fuzz-testing.rst
blob: cd8b6ed9973de725d9aeb01308843dfbf6998c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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