14
0
forked from pool/python-PyJWT

- Update to version 2.10.1 (bsc#1234038, CVE-2024-53861):

* Prevent partial matching of iss claim. Thanks @fabianbadoi!
    (See: GHSA-75c5-xw7c-p5pm)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=77
This commit is contained in:
2024-12-03 09:44:15 +00:00
committed by Git OBS Bridge
parent 8bf63f728c
commit 1f7eb024ce
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 3 09:42:44 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 2.10.1 (bsc#1234038, CVE-2024-53861):
* Prevent partial matching of iss claim. Thanks @fabianbadoi!
(See: GHSA-75c5-xw7c-p5pm)
-------------------------------------------------------------------
Wed Nov 20 07:59:12 UTC 2024 - Adrian Schröter <adrian@suse.de>