forked from pool/python-cbor2
Add CVE-2025-64076.patch from upstream
Fix: bug in decode_definite_long_string() that causes incorrect chunk length calculation. bsc#1253746, CVE-2025-64076, gh#agronholm/cbor2#265
This commit is contained in:
@@ -24,6 +24,8 @@ Summary: Pure Python CBOR (de)serializer with extensive tag support
|
||||
License: MIT
|
||||
URL: https://github.com/agronholm/cbor2
|
||||
Source: https://files.pythonhosted.org/packages/source/c/cbor2/cbor2-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM CVE-2025-64076.patch bsc#1253746 gh#agronholm/cbor2#265
|
||||
Patch0: CVE-2025-64076.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module pip}
|
||||
|
||||
Reference in New Issue
Block a user