-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow pycryptodome ~> 3.6.6 #5
Comments
Im only doing basic stuff with it (warrant-lite in a flask/uwsgi app) but it seems to run with pycryptodome 3.6.6. I still haven't run any tests tho. |
@dwright213 @pedropregueiro I just tried installing this module with pycryptodome==3.8.2 and it gave me an incompatibility warning.
Did you happen to come across any such warning/error? |
ping @bjinwright would be good if you can solve this and release a new version, which will be also included in warrant. See capless/warrant#144 |
Using the out of date version also prevents it installing on Windows - though there is a workaround: |
Sigh. I see this is still an open issue 😞
Thankfully it sounds like it has built and that no one has seen issues yet. |
Github is warning users about a security issue with pycroptodome < 3.6.6.:
Apparently, there's some sort of vulnerability with older versions:
https://nvd.nist.gov/vuln/detail/CVE-2018-15560
Is this something that should be changed on this package to allow installations with pycroptodome ~> 3.6.6.?
Btw, related to #2
The text was updated successfully, but these errors were encountered: