Skip to content

Fedify 1.9.2

Choose a tag to compare

@github-actions github-actions released this 20 Dec 04:51
· 1009 commits to main since this release
1.9.2
3114e4a

Released on December 20, 2025.

@fedify/fedify

  • Fixed a ReDoS (Regular Expression Denial of Service) vulnerability in the document loader's HTML parsing. An attacker-controlled server could respond with a malicious HTML payload that blocked the event loop. [CVE-2025-68475]

@fedify/sqlite

  • Fixed SyntaxError: Identifier 'Temporal' has already been declared error that occurred when using SqliteKvStore on Node.js or Bun. The error was caused by duplicate Temporal imports during the build process. [#487]