Changelog: Add missing changelog entries

This commit is contained in:
Lain Soykaf 2025-03-11 17:57:45 +04:00
parent 2293d0826a
commit 3c2b51c7cb
6 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix authorization checks for C2S Update activities to prevent unauthorized modifications of other users' content.

View file

@ -0,0 +1 @@
Reject cross-domain redirects when fetching ActivityPub objects to prevent bypassing domain-based security controls.

View file

@ -0,0 +1 @@
Limit emoji shortcodes to alphanumeric, dash, or underscore characters to prevent potential abuse.

View file

@ -1 +1 @@
Security: Block attempts to fetch activities from the local instance to prevent spoofing.
Block attempts to fetch activities from the local instance to prevent spoofing.

View file

@ -0,0 +1 @@
Sanitize Content-Type headers in media proxy to prevent serving malicious ActivityPub content through proxied media.

View file

@ -0,0 +1 @@
Validate Content-Type headers when fetching remote ActivityPub objects to prevent spoofing attacks.