Skip to content

Commit c715439

Browse files
authored
Merge branch 'main' into gh-129382
2 parents 7157fa4 + 3a8cefb commit c715439

File tree

1,336 files changed

+71948
-35896
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,336 files changed

+71948
-35896
lines changed

.github/CODEOWNERS

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,17 @@ Objects/exceptions.c @iritkatriel
106106

107107
# Hashing & cryptographic primitives
108108
**/*hashlib* @gpshead @tiran @picnixz
109-
**/*pyhash* @gpshead @tiran
110-
**/sha* @gpshead @tiran @picnixz
111-
Modules/md5* @gpshead @tiran @picnixz
112-
**/*blake* @gpshead @tiran @picnixz
113-
Modules/_hacl/** @gpshead
109+
**/*hashopenssl* @gpshead @tiran @picnixz
110+
**/*pyhash* @gpshead @tiran @picnixz
111+
Modules/*blake* @gpshead @tiran @picnixz
112+
Modules/*md5* @gpshead @tiran @picnixz
113+
Modules/*sha* @gpshead @tiran @picnixz
114+
Modules/_hacl/** @gpshead @picnixz
114115
**/*hmac* @gpshead @picnixz
115116

117+
# libssl
118+
**/*ssl* @gpshead @picnixz
119+
116120
# logging
117121
**/*logging* @vsajip
118122

@@ -308,3 +312,6 @@ Doc/reference/ @willingc @AA-Turner
308312
# Colorize
309313
Lib/_colorize.py @hugovk
310314
Lib/test/test__colorize.py @hugovk
315+
316+
# Fuzzing
317+
Modules/_xxtestfuzz/ @ammaraskar

.github/workflows/add-issue-header.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
permissions:
2020
issues: write
21+
timeout-minutes: 5
2122
steps:
2223
- uses: actions/github-script@v7
2324
with:

0 commit comments

Comments
 (0)