From 2dc5bc28e2bdb5cc964ca49270ad3ec9b642b6915c50e9156db89efcdd38755d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 7 Apr 2022 02:33:43 +0000 Subject: [PATCH] Correct bug placement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=119 --- python-Twisted.changes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-Twisted.changes b/python-Twisted.changes index f116139..8cbfb4a 100644 --- a/python-Twisted.changes +++ b/python-Twisted.changes @@ -11,14 +11,13 @@ Thu Apr 7 02:31:24 UTC 2022 - Steve Kowalik + twisted.conch.ssh.transport.SSHTransportBase now disconnects the remote peer if the SSH version string is not sent in the first 4096 bytes. (#10284, CVE-2022-21716, GHSA-rv6r-3f5q-9rgx) - (bsc#1198086) * Improved Documentation + Add type annotations for twisted.web.http.Request.getHeader. (#10270) * Deprecations and Removals + Support for Python 3.6, which is EoL as of 2021-09-04, has been deprecated. (#10303) - Add patch CVE-2022-24801-http-1.1-leniency.patch: - * Be stricter about HTTP/1.1 headers. + * Be stricter about HTTP/1.1 headers. (bsc#1198086) ------------------------------------------------------------------- Wed Feb 23 00:30:47 UTC 2022 - Steve Kowalik