diff options
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.+?' ] |
