1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #8618 from Ryan-Everett-arm/new-state-transition-documentation

Update thread safety state transition documentation
This commit is contained in:
Gilles Peskine
2023-12-21 12:09:58 +00:00
committed by GitHub
3 changed files with 49 additions and 20 deletions

View File

@ -105,6 +105,7 @@ class FileIssueTracker:
BINARY_FILE_PATH_RE_LIST = [
r'docs/.*\.pdf\Z',
r'docs/.*\.png\Z',
r'programs/fuzz/corpuses/[^.]+\Z',
r'tests/data_files/[^.]+\Z',
r'tests/data_files/.*\.(crt|csr|db|der|key|pubkey)\Z',