Skip to content

Commit dbba35d

Browse files
[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.
1 parent 84d6128 commit dbba35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/golang/project.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
homepage: "https://golang.org/"
22
main_repo: "https://github.com/golang/go"
3-
primary_contact: "[email protected]"
3+
primary_contact: "[email protected]"
44
auto_ccs:
5-
5+
6+
7+
68
7-
89
language: go
910
sanitizers:
1011
- address
1112
fuzzing_engines:
1213
- libfuzzer
13-
view_restrictions: none

0 commit comments

Comments
 (0)