15
0

- Add a couple of upstream patches to fix http process information

disclosure (CVE-2024-41671) and XSS via html injection
  (CVE-2024-41810):
  * CVE-2024-41671.patch gh#twisted/twisted@4a930de12fb6
  * CVE-2024-41810.patch gh#twisted/twisted@046a164f89a0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=151
This commit is contained in:
2024-07-31 06:15:56 +00:00
committed by Git OBS Bridge
commit cee0a22994
14 changed files with 2377 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Index: twisted-23.10.0/pyproject.toml
===================================================================
--- twisted-23.10.0.orig/pyproject.toml
+++ twisted-23.10.0/pyproject.toml
@@ -95,8 +95,8 @@ serial = [
]
http2 = [
- "h2 >= 3.0, < 5.0",
- "priority >= 1.1.0, < 2.0",
+ "h2 >= 3.0",
+ "priority >= 1.1.0",
]
all-non-platform = [