python3-sqlparse: fix CVE-2023-30608

Backport from commit c457abd5f... upstream.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f8df473476)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Joe Slater
2023-06-21 09:58:29 -07:00
committed by Armin Kuster
parent 9eaadb6a67
commit 3b31f80da3
2 changed files with 52 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \
file://CVE-2023-30608.patch \
file://run-ptest \
"