File: fuzz-testing.rst

package info (click to toggle)
suricata 1%3A7.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 83,104 kB
  • sloc: ansic: 334,774; python: 7,725; sh: 5,001; makefile: 2,075; perl: 867
file content (31 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (4)
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