From e051d0d324e422aaf06194cfe65569cb3a33ed11 Mon Sep 17 00:00:00 2001 From: Kris Alder Date: Tue, 28 Apr 2020 18:32:23 +0000 Subject: [PATCH] add researcher_submitted field to cc_fuzz Bug: 155105113 Test: make haiku Change-Id: If6a3f2c7af9ebb41327e3695c850f962adb4122c --- cc/fuzz.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cc/fuzz.go b/cc/fuzz.go index 948595bb2..58c1888ad 100644 --- a/cc/fuzz.go +++ b/cc/fuzz.go @@ -35,6 +35,9 @@ type FuzzConfig struct { Componentid *int64 `json:"componentid,omitempty"` // Hotlists in Google's bug tracking system that bugs should be marked with. Hotlists []string `json:"hotlists,omitempty"` + // Specify whether this fuzz target was submitted by a researcher. Defaults + // to false. + Researcher_submitted *bool `json:"researcher_submitted,omitempty"` } func (f *FuzzConfig) String() string {