mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
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
This commit is contained in:
parent
06de1aeff9
commit
3239cf1ae9
1 changed files with 6 additions and 3 deletions
9
.github/CODEOWNERS
vendored
9
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue