summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted
diff options
context:
space:
mode:
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
10Upstream-Status: Backport [https://github.com/twisted/twisted/commit/4a930de12fb67e88fefcb8822104152f42b27abc] 10Upstream-Status: Backport [https://github.com/twisted/twisted/commit/4a930de12fb67e88fefcb8822104152f42b27abc]
11 11
12Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> 12Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
13
14Dropped newsfragements change from the original commit.
15
16Signed-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
6Added HTML output encoding the "URL" parameter of the "redirectTo" function 6Added HTML output encoding the "URL" parameter of the "redirectTo" function
7 7
8CVE: CVE-2024-41671 8CVE: CVE-2024-41810
9 9
10Upstream-Status: Backport [https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33] 10Upstream-Status: Backport [https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33]
11 11
12Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> 12Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
13
14Dropped newsfragements change from the original commit.
15
16Signed-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 ++++++++++++++++++++++++++++++-