From a13af45f88e3678ff06f677245fbacc891e804d2 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Wed, 22 Dec 2021 18:28:59 +0300 Subject: [PATCH] [elfutils] make reports public and point OSS-Fuzz to the official mailing list (#7049) https://sourceware.org/bugzilla/show_bug.cgi?id=28715#c9 --- projects/elfutils/project.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/elfutils/project.yaml b/projects/elfutils/project.yaml index 076453c72..2c955d4c3 100644 --- a/projects/elfutils/project.yaml +++ b/projects/elfutils/project.yaml @@ -1,7 +1,7 @@ homepage: "https://sourceware.org/elfutils/" language: c++ builds_per_day: 4 -primary_contact: "izzeem@google.com" +primary_contact: "elfutils-devel@sourceware.org" main_repo: "git://sourceware.org/git/elfutils.git" fuzzing_engines: - libfuzzer @@ -14,5 +14,7 @@ sanitizers: architectures: - x86_64 - i386 +view_restrictions: none auto_ccs: - evverx@gmail.com + - izzeem@google.com