NabuCasa / pycognito

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
126 stars 38 forks source link

Security Vulnerability in Upstream Dependency (ecdsa) #218

Closed rkelleyEAB closed 4 months ago

rkelleyEAB commented 5 months ago

Hi there --

In a monthly automated scan, a dependency of this library showed a security vulnerability.

Tracing the dependency tree, it looks like pycognito -> python-jose[cryptography] -> ecdsa. Normally I would look to the source of the issue for a fix, but it seems that:

It's particularly unfortunate since python-jose claims that the library in question isn't even in use for python-jose[cryptography]. Alas, for reporting reasons, my team will need to address it regardless.

I was hoping you could provide me some clarity on whether or not you intend to address the vulnerability within the scope of this library.

Thank you for reading, and thank you for your contributions to OSS!