summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Security
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-06-04 17:44:34 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-06-04 17:44:34 (GMT)
commit3b5deb0116abf2c94690d48af41b109bc8a4d559 (patch)
tree190a550280b59e7606a1d50ceae7fa8bdf106c95 /Misc/NEWS.d/next/Security
parent8d0ef0b5edeae52960c7ed05ae8a12388324f87e (diff)
downloadcpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.zip
cpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.tar.gz
cpython-3b5deb0116abf2c94690d48af41b109bc8a4d559.tar.bz2
Python 3.8.0b1v3.8.0b1
Diffstat (limited to 'Misc/NEWS.d/next/Security')
-rw-r--r--Misc/NEWS.d/next/Security/2018-03-30-12-26-47.bpo-33164.aO29Cx.rst1
-rw-r--r--Misc/NEWS.d/next/Security/2019-02-24-18-48-16.bpo-33529.wpNNBD.rst2
-rw-r--r--Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst3
3 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS.d/next/Security/2018-03-30-12-26-47.bpo-33164.aO29Cx.rst b/Misc/NEWS.d/next/Security/2018-03-30-12-26-47.bpo-33164.aO29Cx.rst
deleted file mode 100644
index 654494c..0000000
--- a/Misc/NEWS.d/next/Security/2018-03-30-12-26-47.bpo-33164.aO29Cx.rst
+++ /dev/null
@@ -1 +0,0 @@
-Updated blake2 implementation which uses secure memset implementation provided by platform.
diff --git a/Misc/NEWS.d/next/Security/2019-02-24-18-48-16.bpo-33529.wpNNBD.rst b/Misc/NEWS.d/next/Security/2019-02-24-18-48-16.bpo-33529.wpNNBD.rst
deleted file mode 100644
index 84d16f5..0000000
--- a/Misc/NEWS.d/next/Security/2019-02-24-18-48-16.bpo-33529.wpNNBD.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Prevent fold function used in email header encoding from entering infinite
-loop when there are too many non-ASCII characters in a header.
diff --git a/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst b/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst
deleted file mode 100644
index 37b567a..0000000
--- a/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
-``local_file://`` URL schemes in ``URLopener().open()`` and
-``URLopener().retrieve()`` of :mod:`urllib.request`.