Skip to content
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

Update py and cryptography #223

Closed
wants to merge 1 commit into from
Closed

Update py and cryptography #223

wants to merge 1 commit into from

Conversation

epenet
Copy link
Contributor

@epenet epenet commented Jan 5, 2021

Update dependencies for January release of safety-db

cryptography = "^3.3.1" # safety (pyup.io-39252)
Cryptography 3.3 no longer allows loading of finite field Diffie-Hellman parameters of less than 512 bits in length. This change is to conform with an upcoming OpenSSL release that no longer supports smaller sizes. These keys were already wildly insecure and should not have been used in any application outside of testing.

py = "^1.10.0" # safety (pyup.io-39253 / CVE-2020-29651)
A denial of service via regular expression in the py.path.svnwc component of py (aka python-py) through 1.9.0 could be used by attackers to cause a compute-time denial of service attack by supplying malicious input to the blame functionality. See CVE-2020-29651.

@cjolowicz
Copy link
Owner

Thanks 👍

I decided to do this in #224 instead, to avoid the unrelated bump to coverage (some Poetry quirk?) and to avoid adding direct dependencies (updated only the lock file instead).

@cjolowicz cjolowicz closed this Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants