diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-01-25 14:24:02 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-26 10:04:49 +0530 |
| commit | cb4570120b0d033c728a788e04b7c75129529a4e (patch) | |
| tree | 9256184df58feb0c233b346a09957b8f80f56f43 /meta-python/recipes-devtools/python/python3-twisted | |
| parent | daacf501a1834d0a09b9fca20988b5e28e5bd173 (diff) | |
| download | meta-openembedded-cb4570120b0d033c728a788e04b7c75129529a4e.tar.gz | |
python3-twisted: patch CVE-2024-41810
Though nvd[1] mentions commit[2] as part of the fix for CVE-2024-41671, but
it is actually a fix[3] for CVE-2024-41810.
Rename patch files accordingly.
[1] https://nvd.nist.gov/vuln/detail/CVE-2024-41671
[2] https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33
[3] https://nvd.nist.gov/vuln/detail/CVE-2024-41810
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671.patch (renamed from meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0002.patch) | 4 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41810.patch (renamed from meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0001.patch) | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0002.patch b/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671.patch index 147c21d73d..5c0d7b6a77 100644 --- a/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0002.patch +++ b/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671.patch | |||
| @@ -10,6 +10,10 @@ CVE: CVE-2024-41671 | |||
| 10 | Upstream-Status: Backport [https://github.com/twisted/twisted/commit/4a930de12fb67e88fefcb8822104152f42b27abc] | 10 | Upstream-Status: Backport [https://github.com/twisted/twisted/commit/4a930de12fb67e88fefcb8822104152f42b27abc] |
| 11 | 11 | ||
| 12 | Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> | 12 | Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> |
| 13 | |||
| 14 | Dropped newsfragements change from the original commit. | ||
| 15 | |||
| 16 | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> | ||
| 13 | --- | 17 | --- |
| 14 | src/twisted/web/http.py | 21 +++-- | 18 | src/twisted/web/http.py | 21 +++-- |
| 15 | src/twisted/web/test/test_http.py | 122 ++++++++++++++++++++++++++---- | 19 | src/twisted/web/test/test_http.py | 122 ++++++++++++++++++++++++++---- |
diff --git a/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0001.patch b/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41810.patch index 1f6bf6bbfc..e41d9667f0 100644 --- a/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0001.patch +++ b/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41810.patch | |||
| @@ -5,11 +5,15 @@ Subject: [PATCH] Merge commit from fork | |||
| 5 | 5 | ||
| 6 | Added HTML output encoding the "URL" parameter of the "redirectTo" function | 6 | Added HTML output encoding the "URL" parameter of the "redirectTo" function |
| 7 | 7 | ||
| 8 | CVE: CVE-2024-41671 | 8 | CVE: CVE-2024-41810 |
| 9 | 9 | ||
| 10 | Upstream-Status: Backport [https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33] | 10 | Upstream-Status: Backport [https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33] |
| 11 | 11 | ||
| 12 | Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> | 12 | Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> |
| 13 | |||
| 14 | Dropped newsfragements change from the original commit. | ||
| 15 | |||
| 16 | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> | ||
| 13 | --- | 17 | --- |
| 14 | src/twisted/web/_template_util.py | 2 +- | 18 | src/twisted/web/_template_util.py | 2 +- |
| 15 | src/twisted/web/test/test_util.py | 39 ++++++++++++++++++++++++++++++- | 19 | src/twisted/web/test/test_util.py | 39 ++++++++++++++++++++++++++++++- |
