13 lines
		
	
	
		
			369 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			369 B
		
	
	
	
		
			YAML
		
	
	
	
| homepage: "http://www.libpng.org/pub/png/libpng.html"
 | |
| language: c++
 | |
| primary_contact: "glennrp@gmail.com"
 | |
| vendor_ccs:
 | |
|   - "aosmond@mozilla.com"
 | |
|   - "tnikkel@mozilla.com"
 | |
|   - "twsmith@mozilla.com"
 | |
| sanitizers:
 | |
|   - address
 | |
| # Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
 | |
| #  - memory
 | |
|   - undefined
 | |
| main_repo: 'https://github.com/glennrp/libpng.git' |