diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:09 -0800 |
commit | 752053c9fd052ba7be7ce0da4ef3eaeabc07a0c4 (patch) | |
tree | a5c744892a0dbc5f6cf1ef6b1bea9e318466f3da /meta-python | |
parent | 45144b00040444c12d487e531a60869994d6feb3 (diff) | |
download | meta-openembedded-752053c9fd052ba7be7ce0da4ef3eaeabc07a0c4.tar.gz |
python3-sqlparse: upgrade 0.5.2 -> 0.5.3
Changelog:
- introduces a more generalized handling of potential denial of service attack
(DOS) due to recursion errors for deeply nested statements.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb (renamed from meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb index a293b0bd96..588568c6a2 100644 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI:append = " \ | |||
8 | file://run-ptest \ | 8 | file://run-ptest \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "9e37b35e16d1cc652a2545f0997c1deb23ea28fa1f3eefe609eee3063c3b105f" | 11 | SRC_URI[sha256sum] = "09f67787f56a0b16ecdbde1bfc7f5d9c3371ca683cfeaa8e6ff60b4807ec9272" |
12 | 12 | ||
13 | export BUILD_SYS | 13 | export BUILD_SYS |
14 | export HOST_SYS | 14 | export HOST_SYS |