From 6e9a94182ecdb0ad76edce50c24aef4ef0b04217 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 4 Sep 2017 13:15:16 -0400 Subject: [PATCH 1/2] Change code owners for hashlib and ssl to the crypto team --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 447b4ef08b700a..46d86b3fceb834 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,14 +11,14 @@ **/*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 # Email and related **/*mail* @bitdancer From bcbdb931c4d1137dc6debfd690438b119af391cf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 4 Sep 2017 13:24:01 -0400 Subject: [PATCH 2/2] Include the core CSPRNG for the crypto-team --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 46d86b3fceb834..6cda5a0f7675c2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,6 +20,9 @@ # SSL **/*ssl* @python/crypto-team +# CSPRNG +Python/bootstrap_hash.c @python/crypto-team + # Email and related **/*mail* @bitdancer **/*smtp* @bitdancer