Skip to content

Commit dd56ee0

Browse files
committed
Merge tag '0.1.2' into 0.2-maintenance
BotKit 0.1.2
2 parents 695d7f8 + 3fae819 commit dd56ee0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Version 0.2.2
66

77
To be released.
88

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+
913

1014
Version 0.2.1
1115
-------------
@@ -76,6 +80,18 @@ Released on April 21, 2025.
7680
to the author of the original message as well if it is a reply.
7781

7882

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+
7995
Version 0.1.1
8096
-------------
8197

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"./text": "./src/text.ts"
1919
},
2020
"imports": {
21-
"@fedify/fedify": "jsr:@fedify/fedify@^1.5.1",
21+
"@fedify/fedify": "jsr:@fedify/fedify@^1.5.5",
2222
"@fedify/markdown-it-hashtag": "jsr:@fedify/markdown-it-hashtag@^0.3.0",
2323
"@fedify/markdown-it-mention": "jsr:@fedify/markdown-it-mention@^0.3.0",
2424
"@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",
@@ -38,6 +38,7 @@
3838
".vscode",
3939
"docs",
4040
"junit.xml",
41+
"logo.svg",
4142
"src/css"
4243
],
4344
"fmt": {

0 commit comments

Comments
 (0)