- (bsc#1210638, CVE-2023-27043) Add

CVE-2023-27043-email-parsing-errors.patch, which detects email
  address parsing errors and returns empty tuple to indicate the
  parsing error (old API).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=153
This commit is contained in:
2023-07-11 07:36:50 +00:00
committed by Git OBS Bridge
parent 27cb2961b5
commit 745f5ba19c
3 changed files with 254 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 11 07:35:18 UTC 2023 - Matej Cepl <mcepl@suse.com>
- (bsc#1210638, CVE-2023-27043) Add
CVE-2023-27043-email-parsing-errors.patch, which detects email
address parsing errors and returns empty tuple to indicate the
parsing error (old API).
-------------------------------------------------------------------
Fri Jun 30 20:23:43 UTC 2023 - Matej Cepl <mcepl@suse.com>