[Python-checkins] Change code owners for hashlib and ssl to the crypto team (#3284)

Alex Gaynor webhook-mailer at python.org
Mon Sep 4 13:40:48 EDT 2017


https://github.com/python/cpython/commit/3239cf1ae9d60b0810f57498b0a514004f36a6bf
commit: 3239cf1ae9d60b0810f57498b0a514004f36a6bf
branch: master
author: Alex Gaynor <alex.gaynor at gmail.com>
committer: GitHub <noreply at github.com>
date: 2017-09-04T13:40:45-04:00
summary:

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

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 447b4ef08b7..6cda5a0f767 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



More information about the Python-checkins mailing list