Skip to content

Fedify 0.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 02:38
· 843 commits to main since this release
0.11.1
85b9b75

Released on July 5, 2024.

  • Fixed a SSRF vulnerability in the built-in document loader. [CVE-2024-39687]

    • The fetchDocumentLoader() function now throws an error when the given URL is not an HTTP or HTTPS URL or refers to a private network address.
    • The getAuthenticatedDocumentLoader() function now returns a document loader that throws an error when the given URL is not an HTTP or HTTPS URL or refers to a private network address.