We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd1927 commit 0eb5e9eCopy full SHA for 0eb5e9e
tests/scripts/check_files.py
@@ -368,9 +368,8 @@ class LicenseIssueTracker(LineIssueTracker):
368
heading = "License issue:"
369
370
LICENSE_EXEMPTION_RE_LIST = [
371
- # Third-party code, other than whitelisted third-party modules,
372
- # may be under a different license.
373
- r'tf-psa-crypto/drivers/(?!(builtin|p256-m)/.*)',
+ # Exempt third-party drivers which may be under a different license
+ r'tf-psa-crypto/drivers/(?=(everest)/.*)',
374
# Documentation explaining the license may have accidental
375
# false positives.
376
r'(ChangeLog|LICENSE|framework\/LICENSE|[-0-9A-Z_a-z]+\.md)\Z',
0 commit comments