mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-05 19:01:12 +03:00
@ -370,7 +370,7 @@ class LicenseIssueTracker(LineIssueTracker):
|
||||
LICENSE_EXEMPTION_RE_LIST = [
|
||||
# Third-party code, other than whitelisted third-party modules,
|
||||
# may be under a different license.
|
||||
r'3rdparty/(?!(p256-m)/.*)',
|
||||
r'tf-psa-crypto/drivers/(?!(builtin|p256-m)/.*)',
|
||||
# Documentation explaining the license may have accidental
|
||||
# false positives.
|
||||
r'(ChangeLog|LICENSE|framework\/LICENSE|[-0-9A-Z_a-z]+\.md)\Z',
|
||||
|
Reference in New Issue
Block a user