mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
The corresponding `pre-commit` configuration is coming in the separate MR. Signed-off-by: Alex Turbov <i.zaufi@gmail.com>
9 lines
418 B
ReStructuredText
9 lines
418 B
ReStructuredText
The fuzzers in this directory are run continuously through OSS-fuzz.
|
|
All fuzzers are implemented by way of the `libFuzzer engine`_.
|
|
|
|
The link to the OSS-fuzz integration can be found here: (pending)
|
|
All email addresses in the ``project.yaml`` file on OSS-fuzz will have access
|
|
to detailed bug reports and will be notified via email if/when bugs are found.
|
|
|
|
.. _`libFuzzer Engine`: https://llvm.org/docs/LibFuzzer.html
|