From 164b04c47e61bd35d55e61bc74f9fd646eba81bb Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 17 Jul 2020 17:44:27 +0100 Subject: [PATCH] bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521) --- .../next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).