diff options
| author | Petr Svenda | 2020-01-17 22:59:16 +0100 |
|---|---|---|
| committer | Petr Svenda | 2020-01-17 22:59:16 +0100 |
| commit | b7e52160e7706b9ab02871b2caaf7ffe984c3e66 (patch) | |
| tree | 7265625d82e04ea16982fcfa89c20c86da7d9374 /src | |
| parent | aaefb88c9ff5aa003b1c8c9c6d33479ef8fe0931 (diff) | |
| download | sec-certs-b7e52160e7706b9ab02871b2caaf7ffe984c3e66.tar.gz sec-certs-b7e52160e7706b9ab02871b2caaf7ffe984c3e66.tar.zst sec-certs-b7e52160e7706b9ab02871b2caaf7ffe984c3e66.zip | |
Update cert_rules.py
Diffstat (limited to 'src')
| -rw-r--r-- | src/cert_rules.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cert_rules.py b/src/cert_rules.py index 16f60235..8b2a1e59 100644 --- a/src/cert_rules.py +++ b/src/cert_rules.py @@ -59,6 +59,10 @@ rules_protection_profiles = [ 'EHCT_V.+?' ] +rules_technical_reports = [ + 'BSI[ ]*TR-[0-9]+?', + ] + rules_device_id = [ 'G87-.+?', @@ -179,6 +183,7 @@ rules_certification_process = [ rules_other = [ 'library', + 'http[s]*://.+?/ ' ] @@ -186,6 +191,7 @@ rules = {} rules['rules_vendor'] = rules_vendor rules['rules_cert_id'] = rules_cert_id rules['rules_protection_profiles'] = rules_protection_profiles +rules['rules_technical_reports'] = rules_technical_reports rules['rules_device_id'] = rules_device_id rules['rules_os'] = rules_os rules['rules_standard_id'] = rules_standard_id |
