fuzz: add a note on reporting security bugs to HACKING

This commit is contained in:
Jonathan Rudenberg 2018-01-17 22:41:57 -05:00 committed by Zbigniew Jędrzejewski-Szmek
parent 8137e92dbe
commit d385cd0cc2
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ GitHub) and then running these commands:
python infra/helper.py build_fuzzers --sanitizer memory systemd
python infra/helper.py run_fuzzer systemd fuzz-foo
If you find a bug that impacts the security of systemd, please follow the
guidance in .github/CONTRIBUTING.md on how to report a security vulnerability.
For more details on building fuzzers and integrating with OSS-Fuzz, visit:
https://github.com/google/oss-fuzz/blob/master/docs/new_project_guide.md