diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-09-04 17:40:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 17:40:45 (GMT) |
commit | 3239cf1ae9d60b0810f57498b0a514004f36a6bf (patch) | |
tree | ee39a75862f199dab64c32260190c7b0b9712c9b /.github/CODEOWNERS | |
parent | 06de1aeff94e524bed21d188065c4cd1590fb046 (diff) | |
download | cpython-3239cf1ae9d60b0810f57498b0a514004f36a6bf.zip cpython-3239cf1ae9d60b0810f57498b0a514004f36a6bf.tar.gz cpython-3239cf1ae9d60b0810f57498b0a514004f36a6bf.tar.bz2 |
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
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 447b4ef..6cda5a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |