File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,19 @@ Changelog
12
12
.. module :: joserfc
13
13
:noindex:
14
14
15
+ 1.0.2
16
+ -----
17
+
18
+ **Released on Jan 20, 2025 **
19
+
20
+ - Support import key from a certificate pem file.
21
+
15
22
1.0.1
16
23
-----
17
24
18
25
**Released on December 3, 2024 **
19
26
20
- - Throw an error on non-valid base64 strings
27
+ - Throw an error on non-valid base64 strings.
21
28
22
29
1.0.0
23
30
-----
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ Here is the process when we have received a security report:
28
28
Previous CVEs
29
29
-------------
30
30
31
- Waiting...
31
+ - CVE-2024-37568: fixed in 0.11.0
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.1 "
1
+ __version__ = "1.0.2 "
2
2
__homepage__ = "https://jose.authlib.org/en/"
3
3
__author__ = "Hsiaoming Yang <[email protected] >"
4
4
__license__ = "BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments