diff options
author | Zachary Ware <zach@python.org> | 2022-04-02 13:10:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 13:10:23 (GMT) |
commit | 6066739ff7794e54c98c08b953a699cbc961cd28 (patch) | |
tree | 9d92dbf81e837fd215449059e64ba449b4a7864b /Misc | |
parent | 7f9c084fdec7ddcfe8855aa79f98545591ae2261 (diff) | |
download | cpython-6066739ff7794e54c98c08b953a699cbc961cd28.zip cpython-6066739ff7794e54c98c08b953a699cbc961cd28.tar.gz cpython-6066739ff7794e54c98c08b953a699cbc961cd28.tar.bz2 |
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241)
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. |