12 lines
		
	
	
		
			353 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			353 B
		
	
	
	
		
			YAML
		
	
	
	
homepage: "https://www.keystone-engine.org"
 | 
						|
language: c++
 | 
						|
primary_contact: "keystone.engine@gmail.com"
 | 
						|
auto_ccs :
 | 
						|
  - "p.antoine@catenacyber.fr"
 | 
						|
  - "stalkr@stalkr.net"
 | 
						|
sanitizers:
 | 
						|
  - address
 | 
						|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
 | 
						|
#  - memory
 | 
						|
  - undefined
 | 
						|
main_repo: 'https://github.com/keystone-engine/keystone.git' |