Skip to content

Commit

Permalink
Merge PR #223
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Aug 8, 2024
2 parents 72f0ba0 + da7e4a2 commit e77662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fido2/mds3.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def ca_lookup(self, result, auth_data):

# Figure out which root to use
if not entry.metadata_statement:
logging.warn("Matched entry has no metadata_statement, can't validate!")
logging.warning("Matched entry has no metadata_statement, can't validate!")
return None

issuer = x509.load_der_x509_certificate(
Expand Down

0 comments on commit e77662a

Please sign in to comment.