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
Hi @rbernotas - thank you for raising this issue. We are aware of the current vulnerability and a determining the best way forward because as of now there is no patched version for the above and no planned fix.
To note in documentation of this vulnerability - 'ECDSA signature verification is unaffected'. @TejasRGitHub could you confirm how exactly we use ecdsa library in the custom authorizer today?
I see we do not explicitly reference ecdsa but it is a child dependency for other packages like python-jose
++ Additional Call Out: This vulnerability is specific to custom_auth use cases with data.all
Hi @noah-paige , did some digging on this website - https://pypi.org/project/python-jose/. If installing python-jose with cryptography like pip install 'python-jose[cryptography]' the dependencies which are installed for this package are -
Describe the bug
See GHSA-wj6h-64fc-37mp for the description of the vulnerability.
How to Reproduce
data.all is currently using ecdsa 0.18.0
deploy/custom_resources/custom_authorizer/requirements.txt:ecdsa==0.18.0
Expected behavior
No response
Your project
No response
Screenshots
No response
OS
n/a
Python version
n/a
AWS data.all version
v2.6
Additional context
No response
The text was updated successfully, but these errors were encountered: