From 75319cc6e6d2888a528971552fbf482afe763a06 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 9 Jun 2025 08:33:37 -0700 Subject: [PATCH] add comment --- app/notifications/sns_cert_validator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/notifications/sns_cert_validator.py b/app/notifications/sns_cert_validator.py index 861927ea9..50edaeb90 100644 --- a/app/notifications/sns_cert_validator.py +++ b/app/notifications/sns_cert_validator.py @@ -112,6 +112,7 @@ def validate_sns_cert(sns_payload): signature = base64.b64decode(sns_payload["Signature"]) + # TODO we can remove oscrypto and use calls from cryptography instead try: oscrypto.asymmetric.rsa_pkcs1v15_verify( oscrypto.asymmetric.load_certificate(certificate),