Skip to content

Commit de09dcf

Browse files
Merge #96
96: [Security] Bump cryptography from 3.3.1 to 3.3.2 r=curquiza a=dependabot-preview[bot] Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2. **This update includes a security fix.** <details> <summary>Vulnerabilities fixed</summary> <p><em>Sourced from <a href="https://github.com/advisories/GHSA-rhm9-p9w5-fwm7">The GitHub Security Advisory Database</a>.</em></p> <blockquote> <p><strong>Symmetrically encrypting large values can lead to integer overflow</strong></p> <h3>Impact</h3> <p>When certain sequences of <code>update()</code> calls with large values (multiple GBs) for symetric encryption or decryption occur, it's possible for an integer overflow to happen, leading to mishandling of buffers.</p> <h3>Patches</h3> <p>This is patched in version 3.3.2 and newer.</p> <h3>References</h3> <ul> <li><a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5615">pyca/cryptography#5615</a></li> </ul> <p>Affected versions: &gt;= 3.1, &lt; 3.3.2</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <h1>3.3.2 - 2021-02-07</h1> <ul> <li><strong>SECURITY ISSUE:</strong> Fixed a bug where certain sequences of <code>update()</code> calls when symmetrically encrypting very large payloads (&gt;2GB) could result in an integer overflow, leading to buffer overflows. <em>CVE-2020-36242</em></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/82b6ce28389f0a317bc55ba2091a74b346db7cae"><code>82b6ce2</code></a> correct buffer overflows cause by integer overflow in openssl (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5747">#5747</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/3.3.1...3.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=3.3.1&new-version=3.3.2)](https://dependabot.com/compatibility-score/?dependency-name=cryptography&package-manager=pip&previous-version=3.3.1&new-version=3.3.2) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents d3dda21 + a2a0595 commit de09dcf

File tree

1 file changed

+45
-43
lines changed

1 file changed

+45
-43
lines changed

Pipfile.lock

Lines changed: 45 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)