summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2024-07-26 12:04:24 +0000
committerArmin Kuster <akuster808@gmail.com>2024-08-03 11:56:05 -0400
commitcffdfd0d699829f5ee7a0a59a6573cc6ed2601c4 (patch)
tree96d9d0a5cbe53ff058e73bec5bf1512639a83448 /meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
parent9edbfe9826a58370a834a2a3bc2025698e52b184 (diff)
downloadmeta-openembedded-cffdfd0d699829f5ee7a0a59a6573cc6ed2601c4.tar.gz
python3-sqlparse: Fix CVE-2024-4340
Passing a heavily nested list to sqlparse.parse() leads to a Denial of Service due to RecursionError. References: https://nvd.nist.gov/vuln/detail/CVE-2024-4340 Upstream-patch: https://github.com/andialbrecht/sqlparse/commit/b4a39d9850969b4e1d6940d32094ee0b42a2cf03 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
index c04971ee8f..fa633026c8 100644
--- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
@@ -5,6 +5,7 @@ LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
6 6
7SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \ 7SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \
8 file://CVE-2024-4340.patch \
8 file://run-ptest \ 9 file://run-ptest \
9 " 10 "
10 11