Commit Graph

10 Commits

Author SHA1 Message Date
Yong Tang 99f913ee76
Update email to use google email (not an alias email) (#7365)
I noticed that an alternate email alias in google account does not work
https://github.com/google/oss-fuzz/blob/master/docs/faq.md#why-do-you-require-a-google-account-for-authentication
For that the email has been updated to use the main google email instead.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2022-03-07 19:16:35 +00:00
Yong Tang 0aac0529ad
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>
2022-03-07 18:52:38 +00:00
Yong Tang 359cad3636
Add main_repo to coredns (#7339)
Currently oss-fuzz uses go-coredns as the project name. However,
there is no main_repo in project file, and it looks like
the OSSF's scoreboard will not be able to find the coredns project
from oss-fuzz.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2022-03-01 15:57:14 +11:00
Oliver Chang 50e06684cd
Use base-builder-go-codeintelligencetesting for coredns (#7222) 2022-02-08 02:31:50 +00:00
jonathanmetzman a4cd74a98e
[go][infra] Create base-builder-go and use it to build go projects. (#6335)
Also, update base-builder-new to copy everything base-builder does
2021-08-30 06:57:23 -07:00
Catena cyber 831e4cd96a
Golang coverage reports for projects with modules (#4690)
such as coredns
cloning into GOPATH
2020-11-24 05:08:57 -08:00
Catena cyber 2db56c4174
Golang project uses compile_go_fuzzer script (#4685)
* Golang project uses compile_go_fuzzer script

* Kubernetes project uses compile_go_fuzzer script

* Adds golang to ci covergae builds

* fixup

* Golang coverage with go modules

cf coredns project
2020-11-21 07:11:43 -08:00
Catena cyber 217175212b
[infra] Use generic compile_go_fuzzer for golang projects (#4659)
* Use generic compile_go_fuzzer for golang projects

* fix the copyright in the new script

Co-authored-by: Max Moroz <mmoroz@chromium.org>
2020-11-19 14:18:25 -08:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Catena cyber ddc52068a6
Adds golang project coredns (#3743)
* Adds golang project coredns

* Use go-fuzz with absolute package path
2020-05-06 06:48:08 -07:00