File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Version 0.2.2
6
6
7
7
To be released.
8
8
9
+ - Upgrade Fedify to 1.5.5, which includes a critical security
10
+ fix [ CVE-2025 -54888] that addresses an authentication bypass
11
+ vulnerability allowing actor impersonation. [[ CVE-2025 -54888]]
12
+
9
13
10
14
Version 0.2.1
11
15
-------------
@@ -76,6 +80,18 @@ Released on April 21, 2025.
76
80
to the author of the original message as well if it is a reply.
77
81
78
82
83
+ Version 0.1.2
84
+ -------------
85
+
86
+ Released on August 8, 2025.
87
+
88
+ - Upgrade Fedify to 1.4.13, which includes a critical security
89
+ fix [ CVE-2025 -54888] that addresses an authentication bypass
90
+ vulnerability allowing actor impersonation. [[ CVE-2025 -54888]]
91
+
92
+ [ CVE-2025-54888 ] : https://github.com/fedify-dev/fedify/security/advisories/GHSA-6jcc-xgcr-q3h4
93
+
94
+
79
95
Version 0.1.1
80
96
-------------
81
97
Original file line number Diff line number Diff line change 18
18
"./text" : " ./src/text.ts"
19
19
},
20
20
"imports" : {
21
- "@fedify/fedify" : " jsr:@fedify/fedify@^1.5.1 " ,
21
+ "@fedify/fedify" : " jsr:@fedify/fedify@^1.5.5 " ,
22
22
"@fedify/markdown-it-hashtag" : " jsr:@fedify/markdown-it-hashtag@^0.3.0" ,
23
23
"@fedify/markdown-it-mention" : " jsr:@fedify/markdown-it-mention@^0.3.0" ,
24
24
"@hongminhee/x-forwarded-fetch" : " jsr:@hongminhee/x-forwarded-fetch@^0.2.0" ,
38
38
" .vscode" ,
39
39
" docs" ,
40
40
" junit.xml" ,
41
+ " logo.svg" ,
41
42
" src/css"
42
43
],
43
44
"fmt" : {
You can’t perform that action at this time.
0 commit comments