From ea3f044fd800fd6030af4082da99ce73532e23c3 Mon Sep 17 00:00:00 2001 From: Petr Svenda Date: Fri, 13 Dec 2019 22:39:08 +0100 Subject: added num certs and EAL level to years analysis --- src/cert_rules.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/cert_rules.py') 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.+?' ] -- cgit v1.3.1