-
Notifications
You must be signed in to change notification settings - Fork 284
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
Bump cryptography from 3.2.1 to 3.3.2 #322
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](pyca/cryptography@3.2.1...3.3.2) Signed-off-by: dependabot[bot] <[email protected]>
We’ve made the change internally and are testing, and will release once our tests pass. |
We have decided to hold off on upgrading cryptography until around end of May, 2021. The reasoning is as follows:
|
While I appreciate that the vulnerability may not effect your use-case for the library it becomes problematic if a project that uses OCI also uses the symmetric encryption portion of the cryptography package. Would it be possible to change from pinning it to 3.2.1 to >=3.2.1? This wouldn't drop support for python 3.5, if that is needed the importing project is using 3.5 pip will continue to use a version before 3.3.2. It will allow projects that don't need 3.5 support and have need for the fix to |
@pedworthy-r7 thank you for bringing this to our attention. We're considering your proposal to unpin cryptography and we are testing the change on supported python versions of OCI Python SDK and OCI CLI.
The instructions for setting up the repo and building the wheel are mentioned here - https://github.com/oracle/oci-python-sdk/blob/master/README-development.rst |
Closing this PR as cryptography has been upgraded to 3.3.2 |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps cryptography from 3.2.1 to 3.3.2.
Changelog
Sourced from cryptography's changelog.
Commits
82b6ce2
correct buffer overflows cause by integer overflow in openssl (#5747)1ff0d50
re-add Cryptography_HAS_TLSEXT_HOSTNAME and bump for 3.3.1 (#5625)7e8fff7
Prepare for 3.3 release (#5603)b5278c9
Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)6693d55
Add support for RSA signature recovery (#5573)8686d52
Document that PKCS1v1.5 is not constant time (#5600)1be144a
bump cffi minimum version to help out pyopenssl (#5598)96f2d96
remove legacy debugging code from setup.py (#5597)2660f93
Document that Firefox doesn't support unencrypted pkcs12 (#5596)a209669
Added tls bindings for new OpenSSL APIs (#5595)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.