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>
This commit is contained in:
Tom Thorogood 2021-02-01 03:39:59 +10:30 committed by GitHub
parent db59caa2d2
commit b1916104d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -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"