You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "dane-discovery/dane_discovery/pki.py", I have identified a security vulnerability about insecure cryptographic algorithm. PKCS1v1.5 is vulnerable to the chosen-ciphertext attack.
Description:
In the "dane-discovery/dane_discovery/pki.py", I have identified a security vulnerability about insecure cryptographic algorithm. PKCS1v1.5 is vulnerable to the chosen-ciphertext attack.
Location:
https://github.com/ValiMail/dane-discovery/blob/main/dane_discovery/pki.py#L326
Reference
Recommendations:
Try using other padding(OAEP) instead of PKCS1v1.5.
The text was updated successfully, but these errors were encountered: