add acknowledgements field to fuzz_config
This will be used to track who should be recognized for any CVEs resulting from bugs found by a fuzz target. Bug: 145745999 Test: n/a Change-Id: I21e065ab8013d013b1d9f42981c729b996163387
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user