15 lines
		
	
	
		
			329 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			329 B
		
	
	
	
		
			YAML
		
	
	
	
homepage: "https://golang.org/"
 | 
						|
main_repo: "https://github.com/golang/go"
 | 
						|
primary_contact: "golang-fuzz@googlegroups.com"
 | 
						|
auto_ccs:
 | 
						|
 - "josharian@gmail.com"
 | 
						|
 - "emmanuel@orijtech.com"
 | 
						|
 - "Adam@adalogics.com"
 | 
						|
 - "cuong.manhle.vn@gmail.com"
 | 
						|
language: go
 | 
						|
sanitizers:
 | 
						|
 - address
 | 
						|
fuzzing_engines:
 | 
						|
 - libfuzzer
 | 
						|
view_restrictions: none
 |