diff options
| author | Soumya Sambu <soumya.sambu@windriver.com> | 2024-08-25 18:41:03 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-08-25 15:15:10 -0400 |
| commit | 1235dd4ed4a57e67683c045ad76b6a0f9e896b45 (patch) | |
| tree | 65920197df4ef699c5a8fb83b369a8e2a443714f /meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | |
| parent | 399b7b9051bb985dc37850c153a1029e1d3491bd (diff) | |
| download | meta-openembedded-1235dd4ed4a57e67683c045ad76b6a0f9e896b45.tar.gz | |
python3-twisted: Fix CVE-2024-41671
Twisted is an event-based framework for internet applications, supporting
Python 3.6+. The HTTP 1.0 and 1.1 server provided by twisted.web could process
pipelined HTTP requests out-of-order, possibly resulting in information
disclosure. This vulnerability is fixed in 24.7.0rc1.
References:
https://nvd.nist.gov/vuln/detail/CVE-2024-41671
Upstream-patches:
https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33
https://github.com/twisted/twisted/commit/4a930de12fb67e88fefcb8822104152f42b27abc
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-twisted_24.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb index 336c173893..272aecb8b0 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | |||
| @@ -6,6 +6,11 @@ HOMEPAGE = "https://twisted.org" | |||
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" |
| 8 | 8 | ||
| 9 | SRC_URI += " \ | ||
| 10 | file://CVE-2024-41671-0001.patch \ | ||
| 11 | file://CVE-2024-41671-0002.patch \ | ||
| 12 | " | ||
| 13 | |||
| 9 | SRC_URI[sha256sum] = "6b38b6ece7296b5e122c9eb17da2eeab3d98a198f50ca9efd00fb03e5b4fd4ae" | 14 | SRC_URI[sha256sum] = "6b38b6ece7296b5e122c9eb17da2eeab3d98a198f50ca9efd00fb03e5b4fd4ae" |
| 10 | 15 | ||
| 11 | inherit pypi python_hatchling | 16 | inherit pypi python_hatchling |
