diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-07-17 16:53:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 16:53:56 (GMT) |
commit | a16ac4e43c8ed15bf2fca52df3a0a5de26ad2705 (patch) | |
tree | a441b74cd1618ee125b9be978199d4f0ab9bb225 | |
parent | 5a7aa280457423b97512810d6d9baac37f99fbf4 (diff) | |
download | cpython-a16ac4e43c8ed15bf2fca52df3a0a5de26ad2705.zip cpython-a16ac4e43c8ed15bf2fca52df3a0a5de26ad2705.tar.gz cpython-a16ac4e43c8ed15bf2fca52df3a0a5de26ad2705.tar.bz2 |
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
(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.rst | 2 |
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 90423e9..8cc4bb8 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). |