python-jose icon indicating copy to clipboard operation
python-jose copied to clipboard

A JOSE implementation in Python

Results 123 python-jose issues
Sort by recently updated
recently updated
newest added

we are getting the above issue as part of security vulnerability assessments. Can you please work on this issue as priority.

LLM tool generated fix for CVE-2024-33663

Are there plans to release this package via the debian package repositories for Debian 13 (Trixie)? For Bookworm there was this. => [https://packages.debian.org/bookworm/python3-jose](https://packages.debian.org/bookworm/python3-jose), [https://packages.debian.org/search?keywords=python3-jose](https://packages.debian.org/search?keywords=python3-jose) That was very convenient, because then...

Hi, We are a research group dedicated to helping developers build secure and standards-compliant cryptographic software. As part of an ongoing study on JWT security, we developed an automated detector...

Current implementation of jwt.decode with audience support only one string: https://github.com/mpdavis/python-jose/blob/master/jose/jwt.py#L483 while pyjwt support a list of audiences: https://github.com/jpadilla/pyjwt/blob/master/jwt/api_jwt.py#L499 as well as authlib: https://github.com/lepture/authlib/blob/main/authlib/jose/rfc7519/claims.py#L130 but authlib is quite different implementation....

CVE-2024-33663 IS COMING FOR PYTHON JOSE LATEST VERSION 3.3.0 Hi Team, We are facing CVE-2024-33663 with latest version.Can u help when this will be resolved.

python-jose through 3.3.0 has algorithm confusion with OpenSSH ECDSA keys and other key formats. This is similar to CVE-2022-29217. Below are the risk factors associated to this issue - Critical...

When using HMAC algorithms (HS256, HS384, HS512), python-jose and PyJWT exhibit different signature validation behavior compared to Node's jsonwebtoken library. Multiple valid signature endings are accepted when modifying the last...

Please add support for Python 3.14 and push the release version to PyPI. Right now it is marked as

The Python `rsa` dependency is no longer maintained. It is not even used when `jose` is installed with [pycryptodome] or [cryptography] optionals. Is there a way to cleanly remove this...