diff options
-rw-r--r-- | cc/fuzz.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/fuzz.go b/cc/fuzz.go index 529541859..045384718 100644 --- a/cc/fuzz.go +++ b/cc/fuzz.go @@ -38,6 +38,9 @@ type FuzzConfig struct { // Specify whether this fuzz target was submitted by a researcher. Defaults // to false. Researcher_submitted *bool `json:"researcher_submitted,omitempty"` + // Specify who should be acknowledged for CVEs in the Android Security + // Bulletin. + Acknowledgement []string `json:"acknowledgement,omitempty"` } func (f *FuzzConfig) String() string { |