diff options
| author | Petr Svenda | 2021-02-18 09:15:46 +0100 |
|---|---|---|
| committer | Petr Svenda | 2021-02-18 09:15:46 +0100 |
| commit | b9f2c0c5f038931c4796a2da26f4ec096ca47235 (patch) | |
| tree | 27e58d0a66f6652c1d80a3ebe25ec4d22972c259 | |
| parent | 162f71030426d4f28605d981d493f6b81813b9cb (diff) | |
| download | sec-certs-b9f2c0c5f038931c4796a2da26f4ec096ca47235.tar.gz sec-certs-b9f2c0c5f038931c4796a2da26f4ec096ca47235.tar.zst sec-certs-b9f2c0c5f038931c4796a2da26f4ec096ca47235.zip | |
move short BSI report numbers from cert_id group to technical reports - is not cert_id, is list of issued certificates in particular period
| -rw-r--r-- | sec_certs/cert_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_certs/cert_rules.py b/sec_certs/cert_rules.py index 291bfe3b..857c5bc9 100644 --- a/sec_certs/cert_rules.py +++ b/sec_certs/cert_rules.py @@ -7,7 +7,6 @@ rules_cert_id = [ 'BSI-DSZ-CC-[0-9]+?-[0-9]+', # German BSI 'BSI-DSZ-CC-[0-9]+?-(?:V|v)[0-9]+-[0-9]+', # German BSI 'BSI-DSZ-CC-[0-9]+?-(?:V|v)[0-9]+', # German BSI - 'BSI [0-9]+?', # German BSI # 'CC-Zert-.+?', 'ANSSI(?:-|-CC-)[0-9]+?/[0-9]+', # French # 'ANSSI-CC-CER-F-.+?', # French @@ -67,6 +66,7 @@ rules_protection_profiles = [ rules_technical_reports = [ 'BSI[ ]*TR-[0-9]+?(?:-[0-9]+?|)', + 'BSI [0-9]+?', # German BSI document containing list of issued certificates in some period ] rules_device_id = [ |
