Skip to content

Commit

Permalink
Fix PL cert_id rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Nov 27, 2024
1 parent 7407773 commit 1ea6f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sec_certs/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ cc_cert_id:
# Examples:
# QCCS-CERT-C003-001-2024
PL:
- "(?P<number>[0-9]+)/PC1/(?:(?P<ac>AC223)/)?(?P<year>[0-2]{4})"
- "(?P<number>[0-9]+)/PC1/(?:(?P<ac>AC223)/)?(?P<year>[0-9]{4})"
# Examples:
# 1/PC1/2021
# 1/PC1/AC223/2022
Expand Down

0 comments on commit 1ea6f03

Please sign in to comment.