From 4f09855b518fde9986b1a13deefbd103c1b75f14 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 1 Jul 2017 08:15:46 +0300 Subject: [PATCH] Update NEWS --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 38f01d2e218a..f7a4222c790d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -36,7 +36,7 @@ Library ------- - [Security] bpo-30730: Prevent environment variables injection in subprocess on - Windows. Prevent passing other environment variables and command arguments. + Windows. Prevent passing other invalid environment variables and command arguments. - Issue #28563: Fixed possible DoS and arbitrary code execution when handle plural form selections in the gettext module. The expression parser now -- 2.47.3