forked from OISF/suricata
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
25 lines (25 loc) · 1020 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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 directory syntax works.
# e.g. '/src/source-*.[ch] @regit' seems to have no effect.
* @OISF/oisf-team
/src/ @victorjulien
/doc/ @jufajardini
/python/ @jasonish @inashivb
/.github/ @jasonish
/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