Skip to content

Commit

Permalink
Fix Qatar cert-id.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Oct 28, 2024
1 parent 40a2470 commit 61c1848
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 @@ -122,7 +122,7 @@ cc_cert_id:
# Certificate Number: 37/2006 !mistake
# Certification Report 97/76 !short year
QA:
- "QCCS-CERT-C(?P<counter>[0-9]{3})-(?P<number>[0-9]+)-(?<year>[0-9]{4})"
- "QCCS-CERT-C(?P<counter>[0-9]{3})-(?P<number>[0-9]+)-(?P<year>[0-9]{4})"
# Examples:
# QCCS-CERT-C003-001-2024

Expand Down

0 comments on commit 61c1848

Please sign in to comment.