From: Alex Gaynor Date: Mon, 4 Sep 2017 17:40:45 +0000 (-0400) Subject: Change code owners for hashlib and ssl to the crypto team (#3284) X-Git-Tag: v3.7.0a1~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3239cf1ae9d60b0810f57498b0a514004f36a6bf;p=python 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 --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 447b4ef08b..6cda5a0f76 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