add researcher_submitted field to cc_fuzz am: e051d0d324

Change-Id: Id14ad01406da3750d99dfb33856081287a30593f
This commit is contained in:
Kris Alder
2020-05-06 16:48:43 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {