mirror of https://github.com/OISF/suricata
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
# https://help.github.com/articles/about-codeowners/
 | 
						|
#
 | 
						|
# last match wins, so put more specific matches towards the end
 | 
						|
#
 | 
						|
# only ppl with push rights in the repo can be owners
 | 
						|
# https://github.com/isaacs/github/issues/989#issuecomment-320475904
 | 
						|
#
 | 
						|
# additionally, it seems only the directoy syntax works.
 | 
						|
# e.g. '/src/source-*.[ch]  @regit' seems to have no effect.
 | 
						|
*                           @victorjulien
 | 
						|
/src/                       @victorjulien
 | 
						|
/doc/                       @jufajardini
 | 
						|
/python/                    @jasonish @inashivb
 | 
						|
/.github/                   @jasonish
 | 
						|
/ebpf/                      @regit
 | 
						|
/rust/                      @jasonish
 | 
						|
/rust/src/dcerpc/           @jasonish
 | 
						|
/rust/src/dns/              @jasonish
 | 
						|
/rust/src/applayertemplate/ @jasonish
 | 
						|
/rust/src/smb/              @victorjulien
 | 
						|
/rust/src/nfs/              @victorjulien
 | 
						|
/rust/src/http2/            @catenacyber
 | 
						|
/rust/src/ssh/              @catenacyber
 | 
						|
/rust/src/quic/             @catenacyber
 | 
						|
/rust/src/telnet/           @victorjulien
 | 
						|
/rust/src/pgsql/            @jufajardini
 |