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

Hey guys, python-jose is affected by CVE-2024-23342 through its ecdsa dependency. The vulnerability stems from insufficient validation in ECDSA key handling, which could potentially allow signature forgery. Could you please...

### Description > **With python-Jose `3.5.0` run on Python `3.12.3`** When calling [`_validate_aud`](https://github.com/mpdavis/python-jose/blob/master/jose/jwt.py#L334) at `jose/jwt.py` passing the following arguments: - `claims` param receiving an instance of Mapping[str,Any] with a key...

It used to fail with TypeError: curve must be an EllipticCurve instance I copied the fix from https://github.com/web-push-libs/pywebpush/issues/159.