15
0
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:
2025-11-19 12:02:31 +01:00
parent 0c6379bf3c
commit 86be5cbd3a
3 changed files with 81 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 19 10:56:07 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- 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)
-------------------------------------------------------------------
Tue Oct 22 13:48:00 UTC 2024 - Dirk Müller <dmueller@suse.com>