15 lines
		
	
	
		
			349 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			349 B
		
	
	
	
		
			YAML
		
	
	
	
| homepage: "https://github.com/ANSSI-FR/libecc"
 | |
| language: c++
 | |
| primary_contact: "guidovranken@gmail.com"
 | |
| main_repo: "https://github.com/ANSSI-FR/libecc.git"
 | |
| auto_ccs:
 | |
|     - "dev.libecc@gmail.com"
 | |
| sanitizers:
 | |
|  - address
 | |
|  - undefined
 | |
| # Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
 | |
| #  - memory
 | |
| architectures:
 | |
|  - x86_64
 | |
|  - i386
 |