mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
633 B
ReStructuredText
32 lines
633 B
ReStructuredText
5 years ago
|
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
|