Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e051d0d3 authored by Kris Alder's avatar Kris Alder
Browse files

add researcher_submitted field to cc_fuzz

Bug: 155105113
Test: make haiku
Change-Id: If6a3f2c7af9ebb41327e3695c850f962adb4122c
parent 00789cc5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 {