mirror of https://github.com/google/oss-fuzz.git
Update coredns with additional auto_ccs (#7364)
Hi, I am a coredns maintainer (see https://github.com/coredns/coredns/blob/master/CODEOWNERS) and I used to receive oss-fuzz issues through `security@coredns.io`. Recently I tried to address some of the security issues received, but then I noticed that I can only access the list with google login. Since security@coredns.io is a mailing list it will not be possible to login. So adding my email to this list. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
4811c1237f
commit
0aac0529ad
|
@ -4,6 +4,7 @@ main_repo: 'https://github.com/coredns/coredns.git'
|
|||
auto_ccs :
|
||||
- "miek@miek.nl"
|
||||
- "p.antoine@catenacyber.fr"
|
||||
- "yong.tang.github@outlook.com"
|
||||
language: go
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
|
|
Loading…
Reference in New Issue