From a9e1c6ec262d52cdd8f2469ca2ea5946e17c0042 Mon Sep 17 00:00:00 2001 From: Daniel Rubery Date: Fri, 7 Oct 2022 16:20:35 -0700 Subject: [PATCH] Add drubery@chromium.org as auto_cc for unrar (#8719) I'm working on moving the fuzzing for unrar from OSS-Fuzz to the Chromium repo (https://crrev.com/c/3939973), and need to copy the existing corpus between repos. https://google.github.io/oss-fuzz/advanced-topics/corpora/#obtain-access indicates that I need auto_cc access in order to do this. Co-authored-by: Daniel Rubery --- projects/unrar/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/unrar/project.yaml b/projects/unrar/project.yaml index 242c91f1e..96b5b4b37 100644 --- a/projects/unrar/project.yaml +++ b/projects/unrar/project.yaml @@ -3,6 +3,7 @@ language: c++ primary_contact: "roshal@rarlab.com" auto_ccs: - "vakh@chromium.org" + - "drubery@chromium.org" sanitizers: - address - memory