Skip to content

Fedify 0.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 06:29
· 635 commits to main since this release
0.11.2
d9cf85e

Released on July 9, 2024.

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

    • The fetchDocumentLoader() function now throws an error when the given domain name has any records referring to a private network address.
    • The getAuthenticatedDocumentLoader() function now returns a document loader that throws an error when the given domain name has any records referring to a private network address.