diff options
| author | Petr Svenda | 2019-12-13 22:39:08 +0100 |
|---|---|---|
| committer | Petr Svenda | 2019-12-13 22:39:08 +0100 |
| commit | ea3f044fd800fd6030af4082da99ce73532e23c3 (patch) | |
| tree | 520e08fa9f4829e9d03b2a22b739b6a1592d5ef7 /src/cert_rules.py | |
| parent | 261b345c9726556819fb31424ace68c911fa9322 (diff) | |
| download | sec-certs-ea3f044fd800fd6030af4082da99ce73532e23c3.tar.gz sec-certs-ea3f044fd800fd6030af4082da99ce73532e23c3.tar.zst sec-certs-ea3f044fd800fd6030af4082da99ce73532e23c3.zip | |
added num certs and EAL level to years analysis
Diffstat (limited to 'src/cert_rules.py')
| -rw-r--r-- | src/cert_rules.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cert_rules.py b/src/cert_rules.py index 49fe1cab..7aa85b39 100644 --- a/src/cert_rules.py +++ b/src/cert_rules.py @@ -50,10 +50,13 @@ rules_eval_facilities = [ rules_protection_profiles = [ 'BSI-(?:CC-|)PP[-]*.+?', 'PP-SSCD.+?', - 'Protection Profile', + 'PP_DBMS_.+?' + # 'Protection Profile', 'CCMB-20.+?', 'BSI-CCPP-.+?', 'ANSSI-CC-PP.+?', + 'WBIS_V[0-9]\.[0-9]', + 'EHCT_V.+?' ] |
