23 lines
		
	
	
		
			488 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			488 B
		
	
	
	
		
			YAML
		
	
	
	
| homepage: "https://opencv.org/"
 | |
| language: c++
 | |
| primary_contact: "garybradski@gmail.com"
 | |
| 
 | |
| auto_ccs:
 | |
|   - "alexander.a.alekhin@gmail.com"
 | |
|   - "garybradski@gmail.com"
 | |
|   - "vrabaud@google.com"
 | |
|   - "kusano@google.com"
 | |
|   - "maksim.shabunin@gmail.com"
 | |
| 
 | |
| sanitizers:
 | |
|   - address
 | |
|   - undefined
 | |
| # Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
 | |
| #  - memory
 | |
| 
 | |
| labels:
 | |
|   imdecode_fuzzer:
 | |
|     - sundew
 | |
|   imread_fuzzer:
 | |
|     - sundew
 | |
| main_repo: 'https://github.com/opencv/opencv.git' |