[golang] restrict access to golang issues (#11663)

We've had multiple security reports originating from crashes discovered
by oss-fuzz. I was unaware that the results were entirely public.

Restrict access to issues to the Go Security team.

**Note:** It's unclear to me if this actually accomplishes what I want.
`view_restrictions` seems entirely undocumented. From contextual clues
from other projects it _seems_ that removing the field causes
restriction, but that is entirely a guess.
This commit is contained in:
Roland Bracewell Shoemaker 2024-03-04 16:07:24 -08:00 committed by GitHub
parent 84d61283ed
commit dbba35d85a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
homepage: "https://golang.org/"
main_repo: "https://github.com/golang/go"
primary_contact: "golang-fuzz@googlegroups.com"
primary_contact: "security@golang.org"
auto_ccs:
- "emmanuel@orijtech.com"
- "bracewell@google.com"
- "dneil@google.com"
- "tatianabradley@google.com"
- "Adam@adalogics.com"
- "cuong.manhle.vn@gmail.com"
language: go
sanitizers:
- address
fuzzing_engines:
- libfuzzer
view_restrictions: none