We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a26557 commit c2ad743Copy full SHA for c2ad743
signxml/verifier.py
@@ -377,7 +377,7 @@ def verify(
377
"SignXML received a PyOpenSSL object as x509_cert input. Please pass a Cryptography.X509 object instead.",
378
DeprecationWarning
379
)
380
- x509_cert = x509_cert.to_cryptography()
+ x509_cert = x509_cert.to_cryptography() # type: ignore[union-attr]
381
382
if id_attribute is not None:
383
self.id_attributes = (id_attribute,)
0 commit comments