diff options
| author | J08nY | 2024-11-04 14:17:59 +0100 |
|---|---|---|
| committer | J08nY | 2024-11-04 14:17:59 +0100 |
| commit | 6b4df23151a7f625924bba22f3856d1ea675ae44 (patch) | |
| tree | a0290b0ea60b313036db68858b65e7d95734fc82 /src | |
| parent | 239918860f3d05692444d87f3a50ed25db07ff2a (diff) | |
| download | sec-certs-6b4df23151a7f625924bba22f3856d1ea675ae44.tar.gz sec-certs-6b4df23151a7f625924bba22f3856d1ea675ae44.tar.zst sec-certs-6b4df23151a7f625924bba22f3856d1ea675ae44.zip | |
Add PL rules.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sec_certs/rules.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sec_certs/rules.yaml b/src/sec_certs/rules.yaml index 8ed894c6..16c78aa3 100644 --- a/src/sec_certs/rules.yaml +++ b/src/sec_certs/rules.yaml @@ -125,6 +125,15 @@ cc_cert_id: - "QCCS-CERT-C(?P<counter>[0-9]{3})-(?P<number>[0-9]+)-(?P<year>[0-9]{4})" # Examples: # QCCS-CERT-C003-001-2024 + PL: + - "(?P<number>[0-9]+)/PC1/(?:(?P<ac>AC223)/)?(?P<year>[0-2]{4})" + # Examples: + # 1/PC1/2021 + # 1/PC1/AC223/2022 + # 1/PC1/AC223/2023 + # 2/PC1/AC223/2023 + # 1/PC1/AC223/2024 + # 2/PC1/AC223/2024 ##### # Common Criteria certificate IDs as they appear in report filenames, grouped by scheme (Alpha-2 ISO country code). @@ -163,6 +172,7 @@ cc_filename_cert_id: AU: - "(?P<year>[0-9]{2,4})_(?P<counter>[0-9]+)" QA: + PL: ##### # Common Criteria protection profile IDs, grouped by certification body (e.g. BSI) |
