summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-07-18 02:00:57 -0700
committerGitHub <noreply@github.com>2020-07-18 05:00:57 -0400
commiteb0d255ffe002412bb937e1bde61225e5431da5e (patch)
tree43f547d867a766aad191d091d08fe3cff711bc9f
parentbpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499) (diff)
downloadcpython-eb0d255ffe002412bb937e1bde61225e5431da5e.tar.gz
cpython-eb0d255ffe002412bb937e1bde61225e5431da5e.tar.bz2
cpython-eb0d255ffe002412bb937e1bde61225e5431da5e.zip
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) (GH-21524)
(cherry picked from commit 164b04c47e61bd35d55e61bc74f9fd646eba81bb) Co-authored-by: Steve Dower <steve.dower@python.org>
-rw-r--r--Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst b/Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst
index 90423e9a665..8cc4bb8d280 100644
--- a/Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst
+++ b/Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst
@@ -1 +1 @@
-Fixes `python3x._pth` being ignored on Windows
+Fixes `python3x._pth` being ignored on Windows, caused by the fix for :issue:`29778` (CVE-2020-15801).