diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-07 18:23:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 18:23:29 (GMT) |
commit | 105b9ac00174d7bcc653f9e9dc5052215e197c77 (patch) | |
tree | 118e404048d93ee1779b2c24d4b9bc37467a0fcf /Misc | |
parent | c1069a46752d81504d9a3c106ca320cc991c659d (diff) | |
download | cpython-105b9ac00174d7bcc653f9e9dc5052215e197c77.zip cpython-105b9ac00174d7bcc653f9e9dc5052215e197c77.tar.gz cpython-105b9ac00174d7bcc653f9e9dc5052215e197c77.tar.bz2 |
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31731)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-03-07-17-46-40.bpo-44549.SPrGS9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-03-07-17-46-40.bpo-44549.SPrGS9.rst b/Misc/NEWS.d/next/Windows/2022-03-07-17-46-40.bpo-44549.SPrGS9.rst new file mode 100644 index 0000000..0f1ef9a --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-03-07-17-46-40.bpo-44549.SPrGS9.rst @@ -0,0 +1,2 @@ +Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and +CVE-2019-12900 |