From: Jonathan Rudenberg Date: Thu, 18 Jan 2018 03:41:57 +0000 (-0500) Subject: fuzz: add a note on reporting security bugs to HACKING X-Git-Tag: v237~13^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d385cd0cc21342aa41f06e0368207d06f21df121;p=platform%2Fupstream%2Fsystemd.git fuzz: add a note on reporting security bugs to HACKING --- diff --git a/HACKING b/HACKING index 551216b..8c72bdd 100644 --- a/HACKING +++ b/HACKING @@ -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