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

Commit a55a4eab authored by Kris Alder's avatar Kris Alder Committed by Automerger Merge Worker
Browse files

Merge "add acknowledgements field to fuzz_config" am: 0f1a0f7a am: 394e9930

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

Change-Id: I14a7f8232f3d89a9896e20371942c9fbd3ee915e
parents c4a07915 394e9930
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 {