20 lines
		
	
	
		
			481 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			481 B
		
	
	
	
		
			YAML
		
	
	
	
homepage: "https://www.libreoffice.org/"
 | 
						|
language: c++
 | 
						|
primary_contact: "caolanm@redhat.com"
 | 
						|
sanitizers:
 | 
						|
  - address
 | 
						|
  - memory:
 | 
						|
     experimental: True
 | 
						|
  - undefined
 | 
						|
fuzzing_engines:
 | 
						|
  # see https://github.com/google/oss-fuzz/issues/6233 for missing afl
 | 
						|
  - libfuzzer
 | 
						|
  - honggfuzz
 | 
						|
builds_per_day: 2
 | 
						|
auto_ccs:
 | 
						|
  - "officesecurity@lists.freedesktop.org"
 | 
						|
  - "damjan.jov@gmail.com"
 | 
						|
  - "noelgrandin@gmail.com"
 | 
						|
  - "sbergman@redhat.com"
 | 
						|
main_repo: 'https://git.libreoffice.org/core'
 |