summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-09-04 13:40:45 -0400
committerGitHub <noreply@github.com>2017-09-04 13:40:45 -0400
commit3239cf1ae9d60b0810f57498b0a514004f36a6bf (patch)
treeee39a75862f199dab64c32260190c7b0b9712c9b /.github
parent06de1aeff94e524bed21d188065c4cd1590fb046 (diff)
downloadcpython-git-3239cf1ae9d60b0810f57498b0a514004f36a6bf.tar.gz
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')
-rw-r--r--.github/CODEOWNERS9
1 files changed, 6 insertions, 3 deletions
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