Skip to content

Commit

Permalink
Undo STNDS-505 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBonnell authored May 15, 2024
1 parent aa66941 commit ae3bc0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkilint/etsi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ def create_etsi_finding_filters(certificate_type) -> List[finding_filter.Finding
serverauth_finding_filter.DnsNameGeneralNamePreferredNameSyntaxFilter(),
]

if certificate_type in etsi_constants.QEVCP_W_PSD2_EIDAS_CERTIFICATE_TYPES:
filters.append(etsi_finding_filter.Psd2CabfServerauthValidityPeriodFilter())
# TODO: figure out how to best handle this exception to BRG in TS 119 495
# if certificate_type in etsi_constants.QEVCP_W_PSD2_EIDAS_CERTIFICATE_TYPES:
# filters.append(etsi_finding_filter.Psd2CabfServerauthValidityPeriodFilter())

return filters

0 comments on commit ae3bc0e

Please sign in to comment.