From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sun, 23 Jun 2019 23:32:30 +0200 Subject: [Buildroot] [PATCH 2/3] package/python: add upstream security fix for CVE-2019-9636 In-Reply-To: <20190616211712.824-2-peter@korsgaard.com> (Peter Korsgaard's message of "Sun, 16 Jun 2019 23:17:10 +0200") References: <20190616211712.824-1-peter@korsgaard.com> <20190616211712.824-2-peter@korsgaard.com> Message-ID: <87blyo9edt.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Peter" == Peter Korsgaard writes: > Fixes CVE-2019-9636: urlsplit does not handle NFKC normalization > https://bugs.python.org/issue36216 > The fix unfortunately introduced regressions, so also apply the followup > fixes. > https://bugs.python.org/issue36742 > Signed-off-by: Peter Korsgaard Committed to 2019.02.x and 2019.05.x, thanks. -- Bye, Peter Korsgaard