14
0

Accepting request 870132 from home:stroeder:branches:devel:languages:python

- update to 3.3.2:
  * SECURITY ISSUE: Fixed a bug where certain sequences of update()
    calls when symmetrically encrypting very large payloads (>2GB) could
    result in an integer overflow, leading to buffer overflows.
    CVE-2020-36242

OBS-URL: https://build.opensuse.org/request/show/870132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=134
This commit is contained in:
2021-02-08 14:51:39 +00:00
committed by Git OBS Bridge
parent ad9919cf53
commit 86fe90af53
6 changed files with 25 additions and 16 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 7 20:11:11 UTC 2021 - Michael Ströder <michael@stroeder.com>
- update to 3.3.2:
* SECURITY ISSUE: Fixed a bug where certain sequences of update()
calls when symmetrically encrypting very large payloads (>2GB) could
result in an integer overflow, leading to buffer overflows.
CVE-2020-36242
-------------------------------------------------------------------
Sun Dec 20 09:31:33 UTC 2020 - Dirk Müller <dmueller@suse.com>