Merge "add acknowledgements field to fuzz_config" am: 0f1a0f7a81
am: 394e9930b9
am: a55a4eab8d
am: 695c0eb7e6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1442242 Change-Id: Icfad678b9888c654955c8d5d22b214dd88ae5bd7
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user