From 965b85b6785b5e66b5dd56db570ca53e26848cfb Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 5 Oct 2021 10:02:01 -0400 Subject: python3-sqlparse: Fix CVE-2021-32839 Backport a patch from version 0.4.2 upstream since the uprev would add functionality changes. Signed-off-by: Trevor Gamblin Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb index c8a64c1095..aeb9c23505 100644 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb @@ -5,6 +5,7 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \ + file://0001-Optimize-regular-expression-for-identifying-line-bre.patch \ file://run-ptest \ " -- cgit v1.2.3-54-g00ecf