Releases: fedify-dev/hollo
Hollo 0.6.10
Released on August 26, 2025.
- Upgraded Fedifyh to 1.5.7 which fixes a bug where HTTP Signature verification failed for requests having
created
orexpires
fields in theirSignature
header, causing500 Internal Server Error
responses in inbox handlers.
Hollo 0.6.9
Released on August 25, 2025.
-
Fixed a bug where ActivityPub Discovery failed to recognize XHTML self-closing
<link>
tags. The HTML/XHTML parser now correctly handles whitespace before the self-closing slash (/>
), improving compatibility with XHTML documents that follow the self-closing tag format. -
Upgraded Fedify to 1.5.6.
Hollo 0.6.8
Hollo 0.6.7
Released on August 19, 2025.
Hollo 0.6.6
Released on August 8, 2025.
- Upgrade Fedify to 1.5.5, which includes a critical security fix CVE-2025-54888 that addresses an authentication bypass vulnerability allowing actor impersonation. [CVE-2025-54888]
Hollo 0.5.7
Released on August 8, 2025.
- Upgrade Fedify to 1.4.13, which includes a critical security fix CVE-2025-54888 that addresses an authentication bypass vulnerability allowing actor impersonation. [CVE-2025-54888]
Hollo 0.4.12
Released on August 8, 2025.
- Upgrade Fedify to 1.3.20, which includes a critical security fix CVE-2025-54888 that addresses an authentication bypass vulnerability allowing actor impersonation. [CVE-2025-54888]
Hollo 0.6.5
Released on Juily 17, 2025.
- Fixed an HTML injection vulnerability where form elements, scripts, and other potentially dangerous HTML tags in federated posts were not properly sanitized before rendering. This could allow malicious actors to inject forms for phishing, execute JavaScript, or perform CSRF attacks. The fix implements strict HTML sanitization using an allowlist approach to ensure only safe HTML elements and attributes are rendered. [CVE-2025-53941]
Hollo 0.6.4
Released on July 7, 2025.
-
Fixed a regression bug where follower-only posts were returning
404 Not Found
errors when accessed through conversation threads. This was caused by improper OAuth scope checking that only acceptedread:statuses
scope but tokens containread
scope: [#169, #172]GET /api/v1/statuses/:id
GET /api/v1/statuses/:id/context
Hollo 0.6.3
Released on June 23, 2025.
- Fixed a bug where remote posts mentioning the same user multiple times could not be retrieved due to database constraint violations.