From a2811f15918399802ffdfc0422ce9c1172b7af35 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 17 Jul 2020 17:28:22 +0100 Subject: [PATCH] bpo-43104: Update NEWS to include CVE-2020-15801 reference --- .../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 90423e9a665fce..8cc4bb8d280a72 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).