diff --git a/pyjwt-2.10.0.tar.gz b/pyjwt-2.10.0.tar.gz deleted file mode 100644 index 4edffcf..0000000 --- a/pyjwt-2.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c -size 87687 diff --git a/pyjwt-2.10.1.tar.gz b/pyjwt-2.10.1.tar.gz new file mode 100644 index 0000000..6e4d3bd --- /dev/null +++ b/pyjwt-2.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953 +size 87785 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index f70bd35..35db901 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 3 09:42:44 UTC 2024 - Daniel Garcia + +- 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 diff --git a/python-PyJWT.spec b/python-PyJWT.spec index c435803..df98dba 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-PyJWT -Version: 2.10.0 +Version: 2.10.1 Release: 0 Summary: JSON Web Token implementation in Python License: MIT