]> granicus.if.org Git - python/commitdiff
Add my to code owner for more areas (#13650)
authorChristian Heimes <christian@python.org>
Wed, 29 May 2019 15:45:19 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Wed, 29 May 2019 15:45:19 +0000 (17:45 +0200)
.github/CODEOWNERS

index 1638a8b4b443709f36e5431a9f4ade3711e0ecd0..6a4ca54dd34e161d07a936c981036ce63f3a6eb9 100644 (file)
 Objects/dict*                 @methane
 
 # Hashing
-**/*hashlib*                  @python/crypto-team
-**/*pyhash*                   @python/crypto-team
+**/*hashlib*                  @python/crypto-team @tiran
+**/*pyhash*                   @python/crypto-team @tiran
+**/*sha*                      @python/crypto-team @tiran
+**/*md5*                      @python/crypto-team @tiran
+**/*blake*                    @python/crypto-team @tiran
+/Modules/_blake2/**           @python/crypto-team @tiran
+/Modules/_sha3/**             @python/crypto-team @tiran
+
 
 # HTML
 /Lib/html/                    @ezio-melotti
@@ -31,10 +37,11 @@ Objects/dict*                 @methane
 
 
 # SSL
-**/*ssl*                      @python/crypto-team
+**/*ssl*                      @python/crypto-team @tiran
+**/*.pem                      @python/crypto-team @tiran
 
 # CSPRNG
-Python/bootstrap_hash.c       @python/crypto-team
+Python/bootstrap_hash.c       @python/crypto-team @tiran
 
 # Email and related
 **/*mail*                     @python/email-team @maxking