diff options
author | tusooa <tusooa@kazv.moe> | 2023-03-01 18:44:29 -0500 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-03-01 18:44:29 -0500 |
commit | 938e238ea10f2e56316650892ad6ba1dd46b3ea5 (patch) | |
tree | ea2c9dd75a806fbfd2e916fbf64fafaaee73774d /CHANGELOG.md | |
parent | e4925f813afda5883fd12a48b99b2b12f83678d9 (diff) | |
download | pleroma-938e238ea10f2e56316650892ad6ba1dd46b3ea5.tar.gz pleroma-938e238ea10f2e56316650892ad6ba1dd46b3ea5.zip |
Add the security fix to the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 628841792..6a7ec1032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Allow customizing instance languages ### Fixed +- Security: uploading HTTP endpoint can no longer create directories in the upload dir (internal APIs, like backup, still can do it.) - ~ character in urls in Markdown posts are handled properly - Exiftool upload filter will now ignore SVG files - Fix `block_from_stranger` setting |