1
0
Files
python-Twisted/remove-dependency-version-upper-bounds.patch
Daniel Garcia cee0a22994 - 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
2024-07-31 06:15:56 +00:00

16 lines
355 B
Diff

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 = [