Change code owners for hashlib and ssl to the crypto team (#3284)

* Change code owners for hashlib and ssl to the crypto team

* Include the core CSPRNG for the crypto-team
This commit is contained in:
Alex Gaynor 2017-09-04 13:40:45 -04:00 committed by GitHub
parent 06de1aeff9
commit 3239cf1ae9
1 changed files with 6 additions and 3 deletions

9
.github/CODEOWNERS vendored
View File

@ -11,14 +11,17 @@
**/*genobject* @1st1
# Hashing
**/*hashlib* @tiran
**/*pyhash* @tiran
**/*hashlib* @python/crypto-team
**/*pyhash* @python/crypto-team
# Import (including importlib)
**/*import* @python/import-team
# SSL
**/*ssl* @tiran
**/*ssl* @python/crypto-team
# CSPRNG
Python/bootstrap_hash.c @python/crypto-team
# Email and related
**/*mail* @bitdancer