Update dependency @fedify/fedify to v1.3.5 - autoclosed #231
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.1
->1.3.5
Release Notes
dahlia/fedify (@fedify/fedify)
v1.3.5
Compare Source
Released on January 21, 2025.
Fixed a bug where
CreateFederationOptions.allowPrivateAddress
option hadbeen ignored by the
Context.lookupObject()
method when it had takena fediverse handle.
The
lookupWebFinger()
function became to silently returnnull
whenit fails to fetch the WebFinger document due to accessing a private network
address, instead of throwing a
UrlError
.v1.3.4
Compare Source
Released on January 21, 2025.
Fixed several security vulnerabilities of the
lookupWebFinger()
function.[[CVE-2025-23221]]
Fixed a security vulnerability where the
lookupWebFinger()
functionhad followed the infinite number of redirects, which could lead to
a denial of service attack. Now it follows up to 5 redirects.
Fixed a security vulnerability where the
lookupWebFinger()
functionhad followed the redirects to other than the HTTP/HTTPS schemes, which
could lead to a security breach. Now it follows only the same scheme
as the original request.
Fixed a security vulnerability where the
lookupWebFinger()
functionhad followed the redirects to the private network addresses, which
could lead to a SSRF attack. Now it follows only the public network
addresses.
v1.3.3
Compare Source
Released on December 30, 2024.
fetchDocumentLoader()
function now preloads the following JSON-LDcontext: https://gotosocial.org/ns.
v1.3.2
Compare Source
Released on December 18, 2024.
Link
header withincorrect syntax. [[#196]]
Configuration
📅 Schedule: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.