Skip to content

Commit cc7afc7

Browse files
committed
Upgrade Fedify to 1.4.14
1 parent edc8aac commit cc7afc7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,19 @@ Version 0.1.3
66

77
To be released.
88

9+
- Upgraded Fedify to 1.4.14, which fixes a bug where ActivityPub Discovery
10+
failed to recognize XHTML self-closing `<link>` tags. The HTML/XHTML parser
11+
now correctly handles whitespace before the self-closing slash (`/>`),
12+
improving compatibility with XHTML documents that follow the self-closing
13+
tag format.
14+
915

1016
Version 0.1.2
1117
-------------
1218

1319
Released on August 8, 2025.
1420

15-
- Upgrade Fedify to 1.4.13, which includes a critical security
21+
- Upgraded Fedify to 1.4.13, which includes a critical security
1622
fix [CVE-2025-54888] that addresses an authentication bypass
1723
vulnerability allowing actor impersonation. [[CVE-2025-54888]]
1824

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"./text": "./src/text.ts"
1818
},
1919
"imports": {
20-
"@fedify/fedify": "jsr:@fedify/fedify@^1.4.13",
20+
"@fedify/fedify": "jsr:@fedify/fedify@^1.4.14",
2121
"@fedify/markdown-it-hashtag": "jsr:@fedify/markdown-it-hashtag@^0.3.0",
2222
"@fedify/markdown-it-mention": "jsr:@fedify/markdown-it-mention@^0.2.0",
2323
"@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",

0 commit comments

Comments
 (0)