Merge "add acknowledgements field to fuzz_config" am: 0f1a0f7a81

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1442242

Change-Id: Idb94b2a56d21b00db4a717247ccdace1c52667a1
This commit is contained in:
Kris Alder
2020-10-02 00:45:30 +00:00
committed by Automerger Merge Worker

View File

@@ -38,6 +38,9 @@ type FuzzConfig struct {
// Specify whether this fuzz target was submitted by a researcher. Defaults // Specify whether this fuzz target was submitted by a researcher. Defaults
// to false. // to false.
Researcher_submitted *bool `json:"researcher_submitted,omitempty"` 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 { func (f *FuzzConfig) String() string {