Skip to content

Commit 1c99926

Browse files
authored
Add my to code owner for more areas (#13650)
1 parent 9ddc416 commit 1c99926

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
1414
Objects/dict* @methane
1515

1616
# Hashing
17-
**/*hashlib* @python/crypto-team
18-
**/*pyhash* @python/crypto-team
17+
**/*hashlib* @python/crypto-team @tiran
18+
**/*pyhash* @python/crypto-team @tiran
19+
**/*sha* @python/crypto-team @tiran
20+
**/*md5* @python/crypto-team @tiran
21+
**/*blake* @python/crypto-team @tiran
22+
/Modules/_blake2/** @python/crypto-team @tiran
23+
/Modules/_sha3/** @python/crypto-team @tiran
24+
1925

2026
# HTML
2127
/Lib/html/ @ezio-melotti
@@ -31,10 +37,11 @@ Objects/dict* @methane
3137

3238

3339
# SSL
34-
**/*ssl* @python/crypto-team
40+
**/*ssl* @python/crypto-team @tiran
41+
**/*.pem @python/crypto-team @tiran
3542

3643
# CSPRNG
37-
Python/bootstrap_hash.c @python/crypto-team
44+
Python/bootstrap_hash.c @python/crypto-team @tiran
3845

3946
# Email and related
4047
**/*mail* @python/email-team @maxking

0 commit comments

Comments
 (0)