Skip to content

Commit b6a6bac

Browse files
committed
Merge tag '0.3.1'
BotKit 0.3.1
2 parents 267a6fd + e2c44e1 commit b6a6bac

File tree

5 files changed

+177
-263
lines changed

5 files changed

+177
-263
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ To be released.
2424
[#14]: https://github.com/fedify-dev/botkit/pull/14
2525

2626

27+
Version 0.3.1
28+
-------------
29+
30+
Released on December 20, 2025.
31+
32+
- Upgraded Fedify to 1.8.15, which includes a critical security
33+
fix [CVE-2025-68475] that addresses a ReDoS (Regular Expression Denial
34+
of Service) vulnerability in HTML parsing. [[CVE-2025-68475]]
35+
36+
[CVE-2025-68475]: https://github.com/fedify-dev/fedify/security/advisories/GHSA-rchf-xwx2-hm93
37+
38+
2739
Version 0.3.0
2840
-------------
2941

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"temporal"
99
],
1010
"imports": {
11-
"@fedify/fedify": "jsr:@fedify/[email protected].0-dev.1516+8f42bff1",
11+
"@fedify/fedify": "jsr:@fedify/[email protected].2",
1212
"@logtape/logtape": "jsr:@logtape/logtape@^1.0.4",
1313
"@std/fs": "jsr:@std/fs@^1.0.19",
1414
"@std/path": "jsr:@std/path@^1.1.1",

0 commit comments

Comments
 (0)