Skip to content

Commit 3239cf1

Browse files
authored
Change code owners for hashlib and ssl to the crypto team (python#3284)
* Change code owners for hashlib and ssl to the crypto team * Include the core CSPRNG for the crypto-team
1 parent 06de1ae commit 3239cf1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111
**/*genobject* @1st1
1212

1313
# Hashing
14-
**/*hashlib* @tiran
15-
**/*pyhash* @tiran
14+
**/*hashlib* @python/crypto-team
15+
**/*pyhash* @python/crypto-team
1616

1717
# Import (including importlib)
1818
**/*import* @python/import-team
1919

2020
# SSL
21-
**/*ssl* @tiran
21+
**/*ssl* @python/crypto-team
22+
23+
# CSPRNG
24+
Python/bootstrap_hash.c @python/crypto-team
2225

2326
# Email and related
2427
**/*mail* @bitdancer

0 commit comments

Comments
 (0)