diff options
author | Joe Slater <joe.slater@windriver.com> | 2023-06-15 11:50:22 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-15 15:04:51 -0700 |
commit | f8df47347619f5d8dc96710e3f892ae1a21b5e90 (patch) | |
tree | fb52864052a4f18da936519f333abc1de73320f1 /meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb | |
parent | f0cd4aca2018d31659fa8a19c0bc88d9d9baec8a (diff) | |
download | meta-openembedded-f8df47347619f5d8dc96710e3f892ae1a21b5e90.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>
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 | ||