Skip to content

Commit

Permalink
Change code owners for hashlib and ssl to the crypto team (python#3284)
Browse files Browse the repository at this point in the history
* Change code owners for hashlib and ssl to the crypto team

* Include the core CSPRNG for the crypto-team
  • Loading branch information
alex authored Sep 4, 2017
1 parent 06de1ae commit 3239cf1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3239cf1

Please sign in to comment.