forked from pool/python-Twisted
- 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:
15
remove-dependency-version-upper-bounds.patch
Normal file
15
remove-dependency-version-upper-bounds.patch
Normal 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 = [
|
||||
Reference in New Issue
Block a user