diff options
author | Joe Slater <joe.slater@windriver.com> | 2023-06-21 09:58:29 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-06-23 08:02:41 -0400 |
commit | 3b31f80da32364903d47d1ace602655d4e8e49ac (patch) | |
tree | 455c089d1dfd3c9d4ab56868eaf54f42c1af0857 /meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb | |
parent | 9eaadb6a674ce45b4c05e8b1880e5c6db0c0a4e6 (diff) | |
download | meta-openembedded-3b31f80da32364903d47d1ace602655d4e8e49ac.tar.gz |
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 f8df47347619f5d8dc96710e3f892ae1a21b5e90)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb index c952c71d0b..a402f991f7 100644 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb | |||
@@ -5,6 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" |
6 | 6 | ||
7 | SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \ | 7 | SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \ |
8 | file://CVE-2023-30608.patch \ | ||
8 | file://run-ptest \ | 9 | file://run-ptest \ |
9 | " | 10 | " |
10 | 11 | ||