]> granicus.if.org Git - python/commitdiff
Change code owners for hashlib and ssl to the crypto team (#3284)
authorAlex Gaynor <alex.gaynor@gmail.com>
Mon, 4 Sep 2017 17:40:45 +0000 (13:40 -0400)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2017 17:40:45 +0000 (13:40 -0400)
* Change code owners for hashlib and ssl to the crypto team

* Include the core CSPRNG for the crypto-team

.github/CODEOWNERS

index 447b4ef08b700aa42cbba57b4fbe352ae33d3bb1..6cda5a0f7675c2a1aa702b269b4866cb4f4485fe 100644 (file)
 **/*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