aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislav Boboň2020-12-19 20:51:50 +0100
committerStanislav Boboň2020-12-19 20:51:50 +0100
commit1c0a5efb654d934725c088e6214f507fa4df0f3c (patch)
tree01994a898331e3087bbeadd23ab0279f3eb5e890
parent5abd78a23d66feaf4ea67dfd8e484a581773cec8 (diff)
downloadsec-certs-1c0a5efb654d934725c088e6214f507fa4df0f3c.tar.gz
sec-certs-1c0a5efb654d934725c088e6214f507fa4df0f3c.tar.zst
sec-certs-1c0a5efb654d934725c088e6214f507fa4df0f3c.zip
next quick fix of exceptions
-rw-r--r--sec_certs/cert_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_certs/cert_rules.py b/sec_certs/cert_rules.py
index 0bba7ba8..b37ef870 100644
--- a/sec_certs/cert_rules.py
+++ b/sec_certs/cert_rules.py
@@ -336,7 +336,7 @@ rules_fips_remove_algorithm_ids = [
r"TEL #\d and #\d", # #3337
r"#\d+ - #\d+", # labels, seals... #1232
r"#\d+, ?#\d+",
- r"#\d+ and #\d+",
+ r"#?\d+ and #?\d+",
r"label \(#\d+\)",
r"\(#\d\)"
]