aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/go-dns
diff options
context:
space:
mode:
authorGravatar Tom Thorogood <me+github@tomthorogood.co.uk>2021-02-01 03:39:59 +1030
committerGravatar GitHub <noreply@github.com>2021-01-31 09:09:59 -0800
commitb1916104d547573047f2f244918890844405ae1e (patch)
tree3505945b72e22157c9e85bbc1a84efd38b8ab3db /projects/go-dns
parentdb59caa2d2b6b98b333fe2b5c62f538c170b050c (diff)
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 <inferno@chromium.org>
Diffstat (limited to 'projects/go-dns')
-rw-r--r--projects/go-dns/project.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/projects/go-dns/project.yaml b/projects/go-dns/project.yaml
index 22cea9e3..929485c1 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"