diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-18 14:09:15 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-18 14:12:11 +0300 |
commit | c7acca2abb665e09ead548881746d42f2f4ce6e6 (patch) | |
tree | 81a589aabfec0b4b1e010d1550fc32360390d537 /CHANGELOG.md | |
parent | 3d76420512111006f678f820d1a20f866b07bdb9 (diff) | |
download | pleroma-c7acca2abb665e09ead548881746d42f2f4ce6e6.tar.gz pleroma-c7acca2abb665e09ead548881746d42f2f4ce6e6.zip |
Mastodon API: Sanitize display names
Closes #1000
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 591bcbe4c..5b7e5c9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [unreleased] +### Security +- Mastodon API: Fix display names not being sanitized ### Added - Add a generic settings store for frontends / clients to use. - Explicit addressing option for posting. |