12 lines
		
	
	
		
			361 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			361 B
		
	
	
	
		
			YAML
		
	
	
	
homepage: "https://github.com/tpm2-software/tpm2-tss"
 | 
						|
language: c++
 | 
						|
primary_contact: "william.c.roberts@intel.com"
 | 
						|
auto_ccs:
 | 
						|
  - "andreas.fuchs@sit.fraunhofer.de"
 | 
						|
  - "tstruk@gmail.com"
 | 
						|
sanitizers:
 | 
						|
  - address
 | 
						|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
 | 
						|
#  - memory
 | 
						|
  - undefined
 | 
						|
main_repo: 'https://github.com/tstruk/tpm2-tss.git' |