From b1916104d547573047f2f244918890844405ae1e Mon Sep 17 00:00:00 2001 From: Tom Thorogood Date: Mon, 1 Feb 2021 03:39:59 +1030 Subject: [PATCH] Add @tmthrgd to go-dns fuzzing project access (#5083) * Add myself to go-dns fuzzing project https://github.com/miekg/dns/graphs/contributors should adequately explain why. * Add missing main_repo Co-authored-by: Abhishek Arya --- projects/go-dns/project.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/projects/go-dns/project.yaml b/projects/go-dns/project.yaml index 22cea9e3e..929485c18 100644 --- a/projects/go-dns/project.yaml +++ b/projects/go-dns/project.yaml @@ -1,9 +1,11 @@ homepage: "https://github.com/miekg/dns" primary_contact: "miek@miek.nl" -auto_ccs : -- "p.antoine@catenacyber.fr" +auto_ccs: + - "me+google@tomthorogood.co.uk" + - "p.antoine@catenacyber.fr" language: go fuzzing_engines: -- libfuzzer + - libfuzzer sanitizers: -- address + - address +main_repo: "https://github.com/miekg/dns"