13 lines
		
	
	
		
			353 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			353 B
		
	
	
	
		
			YAML
		
	
	
	
homepage: "https://suricata-ids.org"
 | 
						|
language: rust
 | 
						|
primary_contact: "vjulien@openinfosecfoundation.org"
 | 
						|
auto_ccs:
 | 
						|
- "jish@openinfosecfoundation.org"
 | 
						|
- "p.antoine@catenacyber.fr"
 | 
						|
sanitizers:
 | 
						|
  - address
 | 
						|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
 | 
						|
#  - memory
 | 
						|
  - undefined
 | 
						|
main_repo: 'https://github.com/OISF/suricata.git'
 |