From d385cd0cc21342aa41f06e0368207d06f21df121 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Wed, 17 Jan 2018 22:41:57 -0500 Subject: [PATCH] fuzz: add a note on reporting security bugs to HACKING --- HACKING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKING b/HACKING index 551216bb45b..8c72bdd3e2e 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 -- 2.47.3