diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-16 15:35:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 15:35:01 (GMT) |
commit | 7ccdec3d1d837b910cd4fc5525ecde71a1326202 (patch) | |
tree | 39e49fdb6b5d4b6166be86cf97454f0c4d270397 /Misc | |
parent | a5ed8947037da5f9d50efd17f70546986dd46c74 (diff) | |
download | cpython-7ccdec3d1d837b910cd4fc5525ecde71a1326202.zip cpython-7ccdec3d1d837b910cd4fc5525ecde71a1326202.tar.gz cpython-7ccdec3d1d837b910cd4fc5525ecde71a1326202.tar.bz2 |
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) (GH-32250)
(cherry picked from commit 6066739ff7794e54c98c08b953a699cbc961cd28)
Co-authored-by: Zachary Ware <zach@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-04-01-14-57-40.bpo-47194.IB0XL4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-04-01-14-57-40.bpo-47194.IB0XL4.rst b/Misc/NEWS.d/next/Windows/2022-04-01-14-57-40.bpo-47194.IB0XL4.rst new file mode 100644 index 0000000..7e76add --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-04-01-14-57-40.bpo-47194.IB0XL4.rst @@ -0,0 +1 @@ +Update ``zlib`` to v1.2.12 to resolve CVE-2018-25032. |